Page 1 of 1

MTF MCP Flat or Trend MACD List

PostPosted: Sun Oct 29, 2017 5:08 am
by Apprentice
MTF_MCP_Flat_or_Trend_MACD_List.png


LUA Original: viewtopic.php?f=17&t=1719

Description:

This List, which is a MT4 version of the LUA original, allows to see in one single place whether a timeframe is trending or not. Multiple TFs at once and multiple currency pairs as well. The yellow dot indicates if the MACD and the Signal are crossing in real time (current bar).

The trend or flat conditions are as follow:

if SignalMACD<MACD and MACD>0 then indicator show up trend,
if SignalMACD>MACD and MACD<0 then indicator show down trend
else indicator show flat.

MTF_MCP_Flat_or_Trend_MACD_List.mq4
(30.22 KiB) Downloaded 795 times