Login Page - Create Account

Support Board


Date/Time: Wed, 05 Nov 2025 07:27:13 +0000



Post From: Null Function ACSIL

[2023-08-13 22:45:49]
User373245 - Posts: 62
Maybe I could set the original entry signal up and have the weekly as a not true in a boolean variable????

this is my buy signal that triggers my by trade
if(LongArray[sc.Index] == 1)

if(LongArray, !weeklyVol[sc.Index] == 1)

something like this....I am a little new to coding so I dont have a strong strong grasp yet!