Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4994
- Valutazioni:
- Pubblicato:
- 2013.04.24 06:39
- Aggiornato:
- 2023.03.29 13:42
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The real author:
Bookkeeper
The classic EMA with the linear combination of price timeseries. The formula for the calculation:
NavelEMA = EMA( ( close*5 + open*2 + high + low ) / 9 )
This indicator was first implemented in MQL4 and published in Code Base on 05.02.2009.
The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".
Fig.1 The NavelEMA indicator
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/1651

RSI with the colored signal levels

Trading system to trade on the trend market using the Color3rdGenXMA Moving Average.