DataFeed-Producer

This commit is contained in:
Michael Schimmel
2025-12-08 20:25:54 +01:00
parent 59692bc211
commit 9a4f477cfd
7 changed files with 817 additions and 14 deletions
-4
View File
@@ -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,