Support Board
Date/Time: Sat, 01 Nov 2025 10:45:20 +0000
Post From: Using Persistent Variables for Time
| [2015-02-07 04:16:44] |
| ejtrader - Posts: 688 |
|
You can try this instead ( replace BeginIndex with BeginDatetime ) IndicatorTarget.BeginDateTime = peakOneDT; Or alternately: IndicatorTarget.BeginIndex = sc.BaseDataIn[sc.GetContainingIndexForSCDateTime(sc.ChartNumber,peakOneDT)]; // There might be better version of it - but not sure Date Time Of Last Edit: 2015-02-07 05:53:48
|
