Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 20:34:37 +0000



Post From: Assistance with converting study alert code to acsil

[2022-09-05 14:08:13]
Ticks - Posts: 206
@User431178
Thanks for the code posting.
I tried both of your methods and the code still steps inside the If statement on every tick.
Not when the Renko reversal bar closes.
I even tried adding in
&& sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED
with no success.

I'm building with SC and debugging the cpp file with VS.