Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
6343
Valutazioni:
(26)
Pubblicato:
2017.03.02 12:10
Aggiornato:
2023.03.29 13:47
EMA.mq5 (12.64 KB) visualizza
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

A library of averaging algorithms, the algorithms were described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers". The SmoothAlgorithms.zip file contains the MQL4 version of the library. The EMA.mq5 indicator provides an example of using the averaging algorithms from the library. The indicator code is written in such a way that it makes no difference, for which language you compile the indicator with the appropriate averaging library corresponding to the language and with the appropriate extension of the original indicator file.

Fig1. The EMA indicator in the MetaTrader 5 terminal window

Fig1. The EMA indicator in the MetaTrader 5 terminal window

Fig.2. The EMA indicator in the MetaTrader 4 terminal window

Fig.2. The EMA indicator in the MetaTrader 4 terminal window

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17472

IBS_RSI_CCI_v4 IBS_RSI_CCI_v4

A simple trend indicator of the oscillator type.

mt-R mt-R

Libraries for the interaction of МТ4/5 with R

10pipsOnceADayOppositeLastNHourTrend 10pipsOnceADayOppositeLastNHourTrend

10 pips per day opposite to the "yesterday's trend".

E-Skoch-Open E-Skoch-Open

Opens a SELL position on each bar, if Close of the 1st bar > Close of the 3rd bar. Opens a BUY position on each bar, if Close of the 3rd bar > Close of the 1st bar.