Login Page - Create Account

Support Board


Date/Time: Wed, 25 Jun 2025 18:11:10 +0000



Post From: Decrementing for loop

[2021-12-27 18:31:46]
ForgivingComputers.com - Posts: 1071
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.