How to build a RSI Range

Forums ProRealTime English forum ProOrder support How to build a RSI Range

Viewing 4 posts - 1 through 4 (of 4 total)
  • #165359

    Good evening, I just have a question from a scretched idea from Yesterday (see screenshot). I want to try to build an RSI Range System which Make a box Range including the incomming “crossesbelow 30” or “crossesabove 70” till “crossesabove 30” or “crossesbelow 70” candle?

    After that happend it should place a Stop Buy and Stop Sell (OCO) a bit over the range, so the Market can decide the direction. A bit like an open Range Breakout but just with the RSI range. After buy or sell order was activated, the stop should be at the low or high of the range with an 1% or 0,5% Moneymanagement. The Profit should be the half or 1:1 of the Range. I haven’t programmed anything for this yet. At first it’s just thoughts.

    #165361

    There you go:

     

     

    #165519

    Hi robertogozzi, thank you very much. That was fast. The code does something, but sometimes it does something else. I can’t say exactly what it does (see screenshot, after the second box). There are some trades that I can’t explain. I draw a box from the RSI range to see, if the price breaks out of the high or low of this Range. Or do I have to change something in lines 22 to 26?

    #165524

    I added some code to clear data when OnMarket and I also apopended some debugging instructions to help you better identify Entry price, ST, TP and other variables using GRAPH and GRAPHONPRICE:

    You may also want to add this indicator to your chart to highlight periods within OverBought and OverSold periods and plot a rectangle around MaxRange and MinRange:

     

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

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