Login Page - Create Account

Support Board


Date/Time: Sat, 24 May 2025 07:59:44 +0000



Post From: Null Function ACSIL

[2023-08-13 22:45:49]
User373245 - Posts: 51
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!