Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
extern int Period_1 = PERIOD_H1;
extern int Period_2 = PERIOD_H4;
extern int Period_3 = PERIOD_D1;
extern int Period_4 = PERIOD_W1;
extern bool AutoDisplay = true;
extern int UniqueNum = 2285;
allows put 2 instances of same indi in one chart and have visible objects (labels) on both: set AutoDisplay = false and change (enter) different UniqueNumber
MTF_MegaTrend_Bar_4TFNextM8_autoOff.mq4 - same, only set according to prev. paragraph: AutoDisplay = false and UniqueNum = 2286;
Is it possible to make the Heiken_Ashi_Smoothed indicator into a MTF Heiken_Ashi_Smoothed?
I know there is the MTF_4TF_HAS_Bar2M.mq4 Which shows Bars.
But I would like to see the Heiken Ashi Smoothed on the chart like it is normally but I want to be able to put several different Time frames of the indicator----- MTF heiken ashi smoothed..
Thanks for any help on this.
Bruce
did you ever get this MTF indicator.. im looking for one too. the smoothed version
extern int Period_1 = PERIOD_H1;
extern int Period_2 = PERIOD_H4;
extern int Period_3 = PERIOD_D1;
extern int Period_4 = PERIOD_W1;
extern bool AutoDisplay = true;
extern int UniqueNum = 2285;
allows put 2 instances of same indi in one chart and have visible objects (labels) on both: set AutoDisplay = false and change (enter) different UniqueNumber
MTF_MegaTrend_Bar_4TFNextM8_autoOff.mq4 - same, only set according to prev. paragraph: AutoDisplay = false and UniqueNum = 2286;