MetaTrader 5 / Indicateurs
JP Oscillator - indicateur pour MetaTrader 5
4280
This indicator is an oscillator calculated by the following formula:
JPO = MA(close[period] - (close[period-1]/2 + close[period-2]/2)) - (0 - (close[period] - close[period-4]))
The indicator has three input parameters:
- Period - calculation period;
- Method - calculation method;
- Smoothing - enable or disable smoothing (Yes/No).


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20275