Support Board
Date/Time: Sun, 22 Dec 2024 18:03:51 +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
|