Page 10 of 45

Re: Metatrader 5 Versions of indicators.

Posted: Sat May 06, 2017 7:46 pm
by Muecke
Hello mntiwana,

again you´re right. I dont have the source code files. Didn´t know that they were needed for converting into MT5. I´m a newbie to that coding stuff.

I´m testing this system in Demo MT4 and it makes solid profits. But i can´t get those indicators (THV Trix + TMA Slope) for my live account in MT5.

Thanks for you´re effort and replys.

Like that Forum here. More userfriedly than Forex-tsd.

Regards

Re: Metatrader 5 Versions of indicators.

Posted: Sat May 06, 2017 7:53 pm
by mntiwana
Muecke wrote: Sat May 06, 2017 7:46 pm Hello mntiwana,

Like that Forum here. More userfriedly than Forex-tsd.

Regards
Every thing was good and is good at its own time :)

Re: Metatrader 5 Versions of indicators.

Posted: Sun May 07, 2017 7:59 am
by salexes
Hello experts,

Are there MT5 versions of these indicators or similar ones?

regards and thanks in advance,
salexes

Re: Metatrader 5 Versions of indicators.

Posted: Sun May 07, 2017 3:49 pm
by mladen
salexes wrote: Sun May 07, 2017 7:59 am Hello experts,

Are there MT5 versions of these indicators or similar ones?

regards and thanks in advance,
salexes
For high low levels : did you try any of the existing mt5 versions?

Re: Metatrader 5 Versions of indicators.

Posted: Sun May 07, 2017 8:24 pm
by salexes
mladen wrote: Sun May 07, 2017 3:49 pm For high low levels : did you try any of the existing mt5 versions?
Yes I did, but what I forgot to mention was that I want to use it in an Expert Advisor and I need to be able to get the data of daily,weekly,monthly high low. Could not find any which had this

Re: Metatrader 5 Versions of indicators.

Posted: Sun May 07, 2017 8:58 pm
by mladen
salexes wrote: Sun May 07, 2017 8:24 pm Yes I did, but what I forgot to mention was that I want to use it in an Expert Advisor and I need to be able to get the data of daily,weekly,monthly high low. Could not find any which had this
Using other time frames in mt 5 is practically the same as in metatrader 4
Just set the time frame parameter of the iCustom() set up to desired time frame and do the same as with any other mt5 iCustom() call

Re: Metatrader 5 Versions of indicators.

Posted: Tue May 09, 2017 8:12 pm
by Joakim
Dear Mladen. Please, if you can convert below indicators to MT5. One of them is your work. Maybe you already convert, but I didn't find.
Best regards
Thank you

Stripped laguerre ...

Posted: Fri May 12, 2017 10:42 pm
by mladen
Some fooling around before the weekend
Using the possibilities we have when using metatrader 5. Looks interesting :)


Re: Metatrader 5 Versions of indicators.

Posted: Sat May 13, 2017 2:57 pm
by Tsar
Color Keltner Candles

This indicator stains the candles in different colors depending on the strength and direction of the trend, using the Keltner channels for this.

The indicator is based on five symmetric Keltner channels with different values ​​of the input deviation parameters. Breakdown of the channel with a large deviation value leads to a more bright coloring of the candle. For a growing market, shades of green and green flowers are used, and for falling red-pink-brown.

In total, five levels of deviations and ten colors for displaying the trend were used. In the absence of breakdown of the weakest level of deviation, the candles are not colored and have the usual coloring.

[*] The indicator uses the SmoothAlgorithms.mqh library classes ( you need to copy it to the Terminal_data_folder \ MQL5 \ Include )

Re: Metatrader 5 Versions of indicators.

Posted: Sat May 13, 2017 3:41 pm
by mntiwana
Tsar wrote: Sat May 13, 2017 2:57 pm Color Keltner Candles

This indicator stains the candles in different colors depending on the strength and direction of the trend, using the Keltner channels for this.

The indicator is based on five symmetric Keltner channels with different values ​​of the input deviation parameters. Breakdown of the channel with a large deviation value leads to a more bright coloring of the candle. For a growing market, shades of green and green flowers are used, and for falling red-pink-brown.

In total, five levels of deviations and ten colors for displaying the trend were used. In the absence of breakdown of the weakest level of deviation, the candles are not colored and have the usual coloring.

[*] The indicator uses the SmoothAlgorithms.mqh library classes ( you need to copy it to the Terminal_data_folder \ MQL5 \ Include )
Tsar
Thanks for the pretty version with detailed explanations :)