Can someone please code this oscillator moving average

Forums ProRealTime English forum ProBuilder support Can someone please code this oscillator moving average

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

    Hello,

    Can anyone please code the following:

    slowMA = Slow moving average
    fastMA = Fast moving average
    osc = Moving average oscillator
    trend = Moving average of oscillator

    The oscillator is the difference between the fast- and slow-moving averages
    osc = fastMA − slowMA

    I would really appreciate it.

    Thank you.

    #77563

    It is almost as you wrote it:

    Put your own values in for the slow and fast average periods and the period for the average of OSC.

    #77584

    @Vonasi,

    Thank you very much. Really appreciate your time. I will put the code in the software and let you know.

    Thanks once again.

    Regards,
    Maisam

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