Signals on different timeframes

Forums ProRealTime English forum ProBuilder support Signals on different timeframes

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

    Ivan kindly built the code for zero lag buy and sell indicator from AlgoAlpha (This Zero-Lag BUY SELL Indicator Makes All The Others OBSOLETE). I was wondering if anyone could enhance the code to add the signals across the different timeframes as per the screenshot.

    Attached is the code and a screenshot of the table I’m seeking to add.

    Thanks

     

     

    #241711

    Those who makes indicators and called them zero-lag signals must have a big sense of humor! 🙂

    #241714
    JS

    Hi @LucasBest

    Can you explain your remark?

    #241716

    Hi @LucasBest

    Can you explain your remark?

    Well, look at the picture, when the buy signal is given by the indicatore, the price go down and vice versa… That is not no lag for me as it is little bit too late to enter there…
    So i think it ‘s funny to say “no lag” when it is abviously too late…

    #241718
    JS

    This is because the wrong “zero lag” formula is being used…
    The “zero lag” formula in use is only intended for simple moving averages, as the average is approximately in the middle of the “window”…
    The window is equal to the period (N).
    Zerolag = Round((N-1)/2)
    When applied to an exponential moving average, the average is no longer in the middle of the “window.” This is because in an EMA, emphasis is placed on recent prices, causing the average to shift forward, and so the zero lag formula is no longer accurate…

    #241720

    I’ve been testing this indicator and it better used as a ‘band’ which attracts price and then it can be used for entry and stops. Should align to other indicators for confluence. If you back test it you will see how this acts as a zone. The ZLMA has been around for a while so not a new concept.

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