nibor100 1,031 posts msg #144865 - Ignore nibor100 |
10/5/2018 12:55:42 PM
@SAFeTRADE,
It appears using the term "Vstop" in the new Public filter named "52 Week highs BUYs with 52 week high 2x the 52 week low" and the Public filter named "SPXL VXX Filter" prevents SF from processing them.
Is 'Vstop' the correct term/variable or is it supposed to be something else?
Thanks,
Ed S.
|
SAFeTRADE 644 posts msg #144871 - Ignore SAFeTRADE |
10/5/2018 8:37:23 PM
set{xx, high + low}
set{xx2, xx + close}
set{xx3, xx2 / 3}
set{vmult, atr(10) * 1.5}
set{vstopu1a, low 10 day low + vmult}
set{vstopu2a, xx3 + vmult}
set{vstop, min(vstopu1a 1 day ago,vstopu2a)}
|