Page 5 of 47

Re: Metatrader 5 Versions of indicators.

Posted: Wed Mar 29, 2017 11:31 am
by guilhermecarva
Hi there valued traders and coders,
following this new forum with great interested. As always...the best.
I dont know if this is the right thread for this request, but I tried to convert my mq4 indicator to mq5. But because of iMAOnArray is not the same sintaxe anymore, I had no success. Could someone help me on this please ?

Re: Metatrader 5 Versions of indicators.

Posted: Thu Mar 30, 2017 11:57 pm
by mladen
Laguerre RSI with Laguerre filter but with using periods (instead of gamma - which is not so understandable) and using quantile bands for no trade zone instead of using fixed zones for that

Re: Metatrader 5 Versions of indicators.

Posted: Fri Mar 31, 2017 7:20 am
by Fresh_Prince
mladen wrote:Laguerre RSI with Laguerre filter but with using periods (instead of gamma - which is not so understandable) and using quantile bands for no trade zone instead of using fixed zones for that
Could this one be released for MT4?

Re: Metatrader 5 Versions of indicators.

Posted: Fri Mar 31, 2017 11:47 am
by mrtools
Fresh_Prince wrote:
Could this one be released for MT4?

Fresh_Prince posted a version

Re: Metatrader 5 Versions of indicators.

Posted: Tue Apr 04, 2017 8:38 pm
by mladen
Averages rainbow
Plotting up to 256 averages using two color line fro the average. Supported average types in this version
Simple maExponential maSmoothed maLinear weighted maUsual stuff included too (line styles, colors, weights) and usual set of 22 types of prices)

Re: Metatrader 5 Versions of indicators.

Posted: Tue Apr 04, 2017 8:49 pm
by mladen
SMA example

Re: Metatrader 5 Versions of indicators.

Posted: Tue Apr 04, 2017 10:30 pm
by mladen
And this : it is averages rainbow, just made in a form of a "heatmap"
Same as the rainbow - supported averages are
Simple maExponential maSmoothed maLinear weighted ma
The usual set of prices (22 types of prices) supported

Re: Metatrader 5 Versions of indicators.

Posted: Wed Apr 05, 2017 8:45 am
by bobzahra
is there mt4 version?

Re: Metatrader 5 Versions of indicators.

Posted: Wed Apr 05, 2017 6:43 pm
by mladen
bobzahra wrote:is there mt4 version?
'

Actually it would need more buffers than the new builds can support (it would need 768 buffers and new build can support 512 buffers)

Re: Metatrader 5 Versions of indicators.

Posted: Thu Apr 06, 2017 5:29 pm
by mladen
Upgraded Spearman rank correlation indicator
____________________________________________

In the mean time observation of one strange thing : seems that ArraySort() function n metatrader 5 can sort only ascending, while using metatrader 4 that function has a lot more options. Strange ...