Login Page - Create Account

Support Board


Date/Time: Tue, 11 Mar 2025 19:34:17 +0000



Post From: Null Function ACSIL

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