EMA on Stochastic Momentum Index

Forums ProRealTime English forum ProScreener support EMA on Stochastic Momentum Index

Viewing 3 posts - 1 through 3 (of 3 total)
  • #61507

    Hallo,

    I am trying to run a Screener to identify instances where the EMA(5) on the Stochastic Momentum Index is pointing up.

    I suspect that I may have a problem with this statement: mySMI = SMI[14,3,5](close)[ExponentialAverage[5](close)]

    I have attached the code.

    Thanks to anyone that may be able to assist me.

    Attie

     

    #61523

    Should apply the SMI into the EMA calculation and not the Close:

    With this code you are correctly applying an Exponential Moving Average to the SMI.

    #61537

    Thanks Nicolas, working perfectly

     

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

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