Reversal point indicator

Forums ProRealTime English forum ProBuilder support Reversal point indicator

Viewing 6 posts - 1 through 6 (of 6 total)
  • #113907

    There seems to be a problem with this indicator in the library.

    It only returns the long signal.

    I cannot code, so will appreciate any help with repairing the code.

     

    #113915

    The short signals work ok with this code. I think that you didn’t see any short signals because the conditions were not respected. Switch instrument or timeframe and you’ll find many long/short signals.

    #189958

    Hello Nicolas,
    I do not understand lines 17 (and 33), more specifically what [1] [2] and [3] apply to.
    Can you please explain?

    #189962

    [3] is the number of bars to be scanned.

    [2] is the index to the prior bar where the scan has to start, it means the second previous start (the current bar is [0], or missing).

     

    #189969

    Hi Roberto,
    Thank you for the answer.

    So, we are looking for “the low of the last 3 candles lower than the low of the last 50 candles”(it’s OK with me) and we start the calculation on the previous bar

    or we are looking for “the low of the last 3 candles lower than the low of the last 50 candles” and we start the calculation on the second previous bar
    or we are looking for “the low of the last 3 candles lower than the low of the last 50 candles” and we start the calculation on the third previous bar  .

    Is it correct?

    #189970

    Yes, that’s correct.

     

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

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