This commit is contained in:
Michael Schimmel
2025-07-13 21:55:33 +02:00
parent 87a3a505b1
commit 661faba75c
+1 -1
View File
@@ -31,7 +31,7 @@ type
FCurrentBar: TDataPoint<TOhlcItem>;
function GetBarStartTime(const TimeStamp: TDateTime; const Timeframe: TTimeframe): TDateTime;
function GetCurrentBar: TDataPoint<TOhlcItem>;
function GetTimeframe: TTimeframe;
function GetTimeframe: TTimeframe;
public
constructor Create(const ATimeframe: TTimeframe);