Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4262
- Valutazioni:
- Pubblicato:
- 2018.06.06 12:35
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The MACD indicator, calculated based on a Moving Average which is constructed by the Linear Regression method (LSMA Linear regression MA).
It has five input parameters:
- Fast LSMA period - fast LSMA calculation period;
- Slow LSMA period - slow LSMA calculation period;
- Signal period - period of MACD signal line;
- Signal method - the smoothing method for the MACD signal line;
- Signal applied price - price used for the calculation of the MACD signal line.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20260

The script draws horizontal lines representing BUY (blue) and SELL (red) orders.

The MESA Adaptive Moving Average (MAMA) and the Following Adaptive Moving Average (FAMA) combination made to be multi timeframe.

A trend indicator: High/Low Linear regression band.

A trend indicator: Smoothed High/Low Linear regression band.