Which setting of MA does work well?

Discussion in 'Forex' started by Andrew_0, Oct 18, 2023.

  1. Andrew_0

    Andrew_0

    Can you please suggest me a good setting of MA to guess the rght market trend?
     
    murray t turtle likes this.
  2. Snuskpelle

    Snuskpelle

  3. maxinger

    maxinger

    To me, all settings wouldn't work.


    So set N = 0
     
    Last edited: Oct 18, 2023
    emojitrading and KCalhoun like this.
  4. TrAndy2022

    TrAndy2022

    N = 0.001 for having a look into intrabar data on tick data and orderbook data too (best).
     
    Snuskpelle likes this.
  5. KCalhoun

    KCalhoun

    N = -7 because we like to be different. :D
     
    d08 likes this.
  6. MarkBrown

    MarkBrown

    RoundToTradable((mean[1] + open) / 2)
     
    Bad_Badness and Ninja like this.
  7. panzerman

    panzerman

    To send you down the rabbit hole on your journey to learn about moving averages, read "Rocket Science for Traders", by John Ehlers.

    The TL,DR version is that moving averages are lowpass digital filters. The two fundamental types are finite impulse response (FIR) and infinite impulse response (IIR).

    The important question of weather or not they work is both yes and no, though I tend to lean toward no. Good luck on your journey of discovery!
     
    Real Money likes this.
  8. Bad_Badness

    Bad_Badness

    First, it depends upon your trading timeframe. It needs to be precise enough to give information but not to coarse to gloss over things. Also it depends upon what you use it for, e.g. Signals or actual order generation.

    BTW: They are not the same thing, or at least should not be unless that is by design. If this is news, then figure it out how these two different actions triggers work in your system.

    AND as everyone above says, it is easy to use it wrong-poorly. For example, using it for real-time decisions is a terrible idea. Worse to use it to justify things that should not be done. But to use it as a historical reference, it has its uses.

    Hope that helps.
     
    murray t turtle likes this.
  9. %%
    YES;
    including but not limited to 50dma+ 200dma.
    Applies to ETFs like SPY,VOO + QQQ...... not forex. I dont use any ma for cash copper/metals business.
    Good question.
     
    KCalhoun and Peter8519 like this.
  10. TheDawn

    TheDawn

    I use N=20, one of the default settings. I find it works well.
     
    #10     Oct 18, 2023