Page 1 of 1

Flat or Trend MACD MTF Heatmap

PostPosted: Sun Oct 29, 2017 5:11 am
by Apprentice
Flat_or_Trend_MACD.png

Flat_or_Trend_MACD.mq4
(4.98 KiB) Downloaded 830 times

Flat_or_Trend_MACD_MTF_Heatmap.png

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

Description:

This is the MTF version of the LUA Original Heatmap to view whether a currency pair in a determined pair is trending or is flat according to the MACD, the Signal and the Zero Line:

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.

Flat_or_Trend_MACD_MTF_Heatmap.mq4
(18.84 KiB) Downloaded 800 times