New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
I am getting a syntax error when I put the 80.X before the stoch. It works when the 80 is after, but that shows me when the crossover comes from below. I would like to know when it reverses down.
and [SMA(20,close) > 9.00]
and [SMA(20,close) < 65.00]
and [today's sma(20,volume) > 500000]
and [Slow Stoch %D(5,1) X 80.0]
below the formula with syntax error:
[type = stock]
and [SMA(20,close) > 9.00]
and [SMA(20,close) < 65.00]
and [today's sma(20,volume) > 500000]
and [80.0XSlow Stoch %D(5,1)]
May I have some suggestions please?
0
Answers
and [80.0 X Slow Stoch %D(5,1)]