Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 18:21:53 +0000



Post From: Trade Entry/Exit Markers Move with Each New Bar

[2020-09-09 18:49:14]
BlakJak - Posts: 108
I further traced the problem to the call to .SubtractDays()

When I changed

(sc.BaseDateTimeIn[idx]).SubtractDays(daysBack)

to

(sc.BaseDateTimeIn[idx])


the problem stopped.

Am I using that incorrectly?