Support Board
Date/Time: Tue, 11 Feb 2025 18:30:26 +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? |