moving average definition

Forums ProRealTime English forum ProBuilder support moving average definition

  • This topic has 2 replies, 2 voices, and was last updated 8 years ago by avatarStef.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #16144

    Hi,

    What do the values after the commas refer to in the following code snippet?

    fastma = average[8,1](close)
    slowma = average[38,6](close)

    longma = average[40,6](close)

     

    #16155

    These are the definition of the kind of moving average used, from 1 to 6:

    0 = SMA

    1 = EMA

    2 = WMA

    3 = Wilder

    4 = Triangular

    5 = End point

    6 = Time series

    Just realized that it were not written in the prorealtime documentation of the website, I’ll add it asap.

    #16157

    Thought it was something like that – but could not find it in the documentation. Thanks Nicolas!

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