Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3763
Note:
(10)
Publié:
2018.06.06 12:35
LR_MACD.mq5 (18.64 KB) afficher
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

ProfLine ProfLine

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

MAMA + FAMA Multi Timeframe MAMA + FAMA Multi Timeframe

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

HL_MA_Band HL_MA_Band

A trend indicator: High/Low Linear regression band.

SHL_MA_Band SHL_MA_Band

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