Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4820
- Rating:
- Published:
- 2018.08.23 12:43
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
MA Oscillator indicator is a moving average in the form of an oscillator.
The indicator has three input parameters:
- Period - calculation period
- Method - calculation method
- Applied price - calculation price
Calculation:
MAOsc = Price/MA-1.0
where:
MA = MA(Applied price, Period, Method)
Price = Applied price
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21413