Page 30 of 389

Re: Moving Average indicators for MT4

Posted: Mon May 08, 2017 10:12 pm
by mntiwana
gd
This is generalized Dema indicator by tampa - in picture 3 instances of same indi with different generalized depth

Re: Moving Average indicators for MT4

Posted: Tue May 09, 2017 4:38 am
by AlanD
Hey Guys,

Some of these indicators are just fantastic.
I have a some what simple request (I hope).
I have two moving averages based indicators one which doesn't repaint the alert and the other that does (it alerts at the open of the candle instead of the close). What I would like to do is use the signals from the one that doesn't repaint but its written in the old version of mql and is not compatible with the new version (I think).
I would be forever grateful if some one could either rewrite the old indicator or stop the new one from repainting the signal.

Re: Moving Average indicators for MT4

Posted: Tue May 09, 2017 4:58 am
by mladen
AlanD wrote: Tue May 09, 2017 4:38 am Hey Guys,

Some of these indicators are just fantastic.
I have a some what simple request (I hope).
I have two moving averages based indicators one which doesn't repaint the alert and the other that does (it alerts at the open of the candle instead of the close). What I would like to do is use the signals from the one that doesn't repaint but its written in the old version of mql and is not compatible with the new version (I think).
I would be forever grateful if some one could either rewrite the old indicator or stop the new one from repainting the signal.
Nothing to be changed in the renko ashi (as you can see there is just one warning - compile it as is and it will work with no issue at all)

Re: Moving Average indicators for MT4

Posted: Tue May 09, 2017 5:01 am
by AlanD
Thanks mladen appreciate it

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 1:54 pm
by Saad
Hello All
I am looking for a simple ma ribbon indicator like T3MA ribbon filled simple - mtf 1.2.

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 4:18 pm
by mladen
Saad wrote: Wed May 10, 2017 1:54 pm Hello All
I am looking for a simple ma ribbon indicator like T3MA ribbon filled simple - mtf 1.2.
Try this one (old but simple)

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 8:07 pm
by Saad
mladen wrote: Wed May 10, 2017 4:18 pm Try this one (old but simple)
Could you modify it to see candles inside the ribbon and make stylish as T3MA ribbon.

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 8:34 pm
by mntiwana
Saad wrote: Wed May 10, 2017 8:07 pm Could you modify it to see candles inside the ribbon and make stylish as T3MA ribbon.
Saad
i can see the candles
you asked simple :)

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 8:58 pm
by mladen
Saad wrote: Wed May 10, 2017 8:07 pm Could you modify it to see candles inside the ribbon and make stylish as T3MA ribbon.
To see the candles inside the ribbon, set the chart in foreground property of the chart to true

Re: Moving Average indicators for MT4

Posted: Wed May 10, 2017 9:52 pm
by Saad
mladen wrote: Wed May 10, 2017 8:58 pm To see the candles inside the ribbon, set the chart in foreground property of the chart to true
Thanks got it.