Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4250
- Note:
- Publié:
- 2018.06.06 12:35
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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.