Login Page - Create Account

Support Board


Date/Time: Sat, 23 Nov 2024 07:13:59 +0000



Post From: 2674-->2675

[2024-09-11 14:36:17]
RobJ - Posts: 4
I also needed to in increase my update interval otherwise it would take minutes "freezing" (after replaying 1200 days) to detect to that a chart replay was stopped by my custom study.


sc.StopChartReplay(sc.ChartNumber);

...

if (sc.GetReplayStatusFromChart(sc.ChartNumber) == 0){

..

// chart interval: 10 -> would take 100 thousands of programs loops to get here
// chart interval: 500 -> runs right away

}


ps; on 2675 replaying seems to be a lot faster but i need to look in the results (nr trades done, etc)