Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
JP Oscillator - indicatore per MetaTrader 5
- Visualizzazioni:
- 3701
- Valutazioni:
- Pubblicato:
- 2018.06.06 12:46
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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).
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20275
UI
Ulcer Index (UI) - the volatility decrease index.
TTMSJohn Carter TTM Squeeze - an indicator of trend zones.
Highest Lowest
The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style.
EA Stop OrderThe Expert Advisor places a grid of pending Buy Stop and Sell Stop orders.