Algo not doing what its supposed to – why?

Forums ProRealTime English forum ProOrder support Algo not doing what its supposed to – why?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #105460

    Or am i missing something here?

    The HH / LL indicator:

     

     

    So its basicly saying:

    1. Price is higher than previous 15 highs

    2. RSI 4 is above 70

    3. RSI4 below the highest RSI4 for the past 10 bars.

     

    As u can see in the photo, price is above HH (highest high past 15 candles), RSI is above 70.

    But… RSI is above the highest RSI4 past 10 bars. Meaning it should not have taken the trade.

     

    Am i missing something here or is there something wrong with PRT?

    Edit: Sorry for a messy photo but the arrow to watch is the Yellow short-arrow.

    #105463

    I found the error, missing right paranthesis here:

     

    indicator3 = RSI[4](close)
    c3 = (highest[10](indicator3[1] ) <– (this one) > indicator3))

     

    Thread can be closed or whatever.

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

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