Calculation of a TP trough RSI Divergence

Forums ProRealTime English forum General trading discussions Calculation of a TP trough RSI Divergence

  • This topic has 26 replies, 2 voices, and was last updated 1 year ago by avatarZigo.
Viewing 15 posts - 1 through 15 (of 27 total)
  • #154753

    I note that in most cases, and speaking of more than 75%, of cases, the calculated Target price (TP) is met. The chart shows both the purchase price and the TP. A green rectangle, for upward rates and a red rectangle for downward rates, indicates the 2 candles where the divergence ends. The TP (line) is printed in the graph, green for upward calculation and orange for downward calculation.

    Depending on the timeframe, purchased (OB) and sold (OS) are adjusted. The period for the RSI is usually 11 and not 14. The variables are for period (n) for overbought (OB) and for over sold (OS). If someone feels called to test these kinds of parameters in a backtest. In that case, I would kindly like to know the results.

    #154755

    See attachment for the opposite direction.

    #154757

    The coding for RSI TP is based on a lookback period of 29 (see line 53 and 73), if you change this value, for example to the first top (bottom) the calculation becomes different so as the results. Maybe if backtest there would be a variable number instead of 29 it could be optimised.

    Here is the coding:

     

    2 users thanked author for this post.
    #154758

    Dare to use other timeframes then classical timeframes. See the difference between 30 min and 29 min.

    #154761

    The indicator can also in a separate frame.

    1 user thanked author for this post.
    #154973

    Update for the targetline. (PXI 29min.)

    #154982

    If the Target Line is more then a few pips the TP will not reached at ones.

    #155192

    At stagnant rates it is sometimes easier to make determinations. Today I looked at the Dow Jones on day chart and established a double “negative divergence” for the RSI (14), albeit with the OB and OS settings 60, 40.

    It is nice that the SMI (14,3,5) with OB and OS settings of 40 and -40 respectively shows a similar “negative divergence”. The CCI(18) with the OB and OS settings of 100, -100 closes, also the row with a “negative divergence”.

    The future will show whether these divergences will have an impact on the rates.

    #155193

    Sorry, I forgot the attachment.

    #156520

    Double Divergence on Dax today.

    Manual calculation:

    First TP shortest dotted lines at TP =13665.5-(13754-13730.5)=13742  (inner divergence)

    Second TP overlapping divergence at TP=13617-(13769.5-13719.5)=13567  (outer divergence)

    #156560

    Thanks Zigo, ive been wondering how to calculate a TP from an indicator for a while as im just using fixed values at the moment.

     

    is the general consensus that RSI is the “best” way to do TPs?  Have you tried others?

     

    Also for Stops I was playing with the idea of using ichimoku cloud breakouts/breakthrus, but couldnt get it to work, have you worked on any indicator based stop ideas?

     

    thanks again. Awesome code.

    #156677

    @monobrow

    Indeed RSI is the best indicator to calculate a TP.

    Thanks for your reply.

     

     

    1 user thanked author for this post.
    #156693

    TP calculated on the CCI indicator

    #156700

    Calculated by RSI

    #156716

    Almost reached.

Viewing 15 posts - 1 through 15 (of 27 total)

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