priceSlope if slope([close],15,5) <0 and slope([close],2) >0.
P2 if [close]>50.
CCISL if slope([cci],15)>0.
TCIUP if slope([TCI],15)>0.
VELUP if slope([velocity],15)>0.
ACcup if SLOPE([AcmDis],15)>0 .
sel if PriceSlope and ccisl and tciup and velup and accup and p2.
CCI if val([CCI],1)>[CCI].
TCI if val([TCI],1)>[TCI].
SVMA if val([SVMA],1)>[SVMA].
STCH if val([stochastic],1)>[stochastic].
sell if CCI or TCI or SVMA or stch.
P2 if [close]>50.
CCISL if slope([cci],15)>0.
TCIUP if slope([TCI],15)>0.
VELUP if slope([velocity],15)>0.
ACcup if SLOPE([AcmDis],15)>0 .
sel if PriceSlope and ccisl and tciup and velup and accup and p2.
CCI if val([CCI],1)>[CCI].
TCI if val([TCI],1)>[TCI].
SVMA if val([SVMA],1)>[SVMA].
STCH if val([stochastic],1)>[stochastic].
sell if CCI or TCI or SVMA or stch.