RSI and Moving Average

Forums ProRealTime English forum ProOrder support RSI and Moving Average

Viewing 3 posts - 1 through 3 (of 3 total)
  • #10230

    Hi, I want to be able to have my code buy/sell on a Moving average Cross but the stock must have been under 40/over 60 RSI in the last 3 candles. Any help as too how I can do this? M

    y code so far:

    #10268

    To achieve this, we can make a loop in the past to see if the conditions were met in the last 3 candles. We can also make summation of the result of a condition that return 1 if its met, with the SUMMATION instruction.

    Please find below your strategy modified accordingly to your needs:

     

    #10280

    Thank you very much for your reply this was very helpful 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login