Dear friends: Happy new year
I started following the pop out of the box (Darvas Box) strategy & found the best teachings are those of Doug Campbell's from Right Way Options.
He uses TC2000 to scan for the 3/8 Trap. I would be grateful if anybody can reverse engineer his scan for ToS.
L <= XAVGC8 and C > XAVGC8 and (C < XAVGC3.1) or (C < XAVGC3.2) or (C < XAVGC3.3)
I searched for a day but found nothing floating in the public think scripts.
Here is some decoding to make things easier:
L = Today's low price
C = Closing price today
XAVGC = Exponential Moving Average of Close/Last Price
Parentheses will force an operation to perform earlier in the order.
Thanks a ton for helping out.
Sam
I started following the pop out of the box (Darvas Box) strategy & found the best teachings are those of Doug Campbell's from Right Way Options.
He uses TC2000 to scan for the 3/8 Trap. I would be grateful if anybody can reverse engineer his scan for ToS.
L <= XAVGC8 and C > XAVGC8 and (C < XAVGC3.1) or (C < XAVGC3.2) or (C < XAVGC3.3)
I searched for a day but found nothing floating in the public think scripts.
Here is some decoding to make things easier:
L = Today's low price
C = Closing price today
XAVGC = Exponential Moving Average of Close/Last Price
Parentheses will force an operation to perform earlier in the order.
Thanks a ton for helping out.
Sam