Support Board
Date/Time: Tue, 01 Jul 2025 08:48:19 +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? |