Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 18:38:03 +0000



Post From: Assistance with converting study alert code to acsil

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