How to calculate RSI2 at a price

Forums ProRealTime English forum ProOrder support How to calculate RSI2 at a price

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

    I’m trying to calculate what the value of RSI[2] would be if on the next bar price had dropped to a certain value.

    I’ve tried several ideas but nothing seems to return the correct values. Anyone know how to do this?

     

     

    #81213

    You can try to reverse engineer the RSI or start from this version: RSI Reverse Engineering indicator

    #81267

    I’ve reverse engineered the reverse engineered RSI indicator!… and I think I have something that works. In this code the value for RSI2 is returned if price is at the Average[2](Low).

    My plan was to have RSI2 based position sizing and buy on a pending order if price fell to the Average[2](low) so hopefully this can now be done. I’m sure there is most likely a more elegant solution to find this info but I’ll use this until someone else can tell me what that solution is.

    Screenshot_3-3

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