DataFeed-Producer
This commit is contained in:
@@ -96,8 +96,6 @@ type
|
||||
property Path: String read GetPath;
|
||||
end;
|
||||
|
||||
// Aura tick data file Ask-Bid
|
||||
|
||||
TAskBidFileItem = packed record
|
||||
Ask: Single;
|
||||
Bid: Single;
|
||||
@@ -113,7 +111,6 @@ type
|
||||
function ParseFileName(const FileName: string): TDataFile; override;
|
||||
end;
|
||||
|
||||
// File record for cTrader M1 data
|
||||
TM1FileItem = packed record
|
||||
OADateTime: Double;
|
||||
Open: Int64;
|
||||
@@ -138,7 +135,6 @@ type
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
System.Zip,
|
||||
System.ZLib,
|
||||
|
||||
Reference in New Issue
Block a user