Login Page - Create Account

Support Board


Date/Time: Thu, 19 Mar 2026 14:43:19 +0000



Post From: Assistance with converting study alert code to acsil

[2022-09-05 14:08:13]
Ticks - Posts: 212
@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.