Support Board
Date/Time: Thu, 30 Oct 2025 11:29:38 +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? |
