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.
Options

slow stoch cross over

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?

Answers

  • Options
    markdmarkd mod
    edited May 2018
    I think you just need spaces around the "x" operator. This passes syntax and gets results, although I did not review the results.

    and [80.0 X Slow Stoch %D(5,1)]
Sign In or Register to comment.