Support Board
Date/Time: Tue, 16 Sep 2025 05:11:40 +0000
Post From: Decrementing for loop
[2021-12-27 18:31:46] |
ForgivingComputers.com - Posts: 1123 |
Yes, you can decrement Ticks with "Ticks--" However, sc.Bid is not an integer so Ticks will get truncated. Depending on the prices you are looking at that could make a big difference. It could also cause the loop to never execute if sc.Low is greater than the truncated Ticks value. |