Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 10008
- Rating:
- Published:
- 2018.12.18 19:16
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
MACD Flat Trend indicator is a signal indicator based on MACD.
It has four inputs:
- MACD fast EMA period - fast EMA MACD calculation period
- MACD slow EMA period - slow EMA MACD calculation period
- MACD signal period - MACD signal line calculation period
- Applied price - MACD calculation price
Calculation:
- If the signal line is below MACD and MACD is above zero, the green label is set
- If the signal line is above MACD and MACD is below zero, the red label is set
- Otherwise, the gray label is used
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22507

Normalized Moving Average Slope indicator

Sine Weighted MA indicator