Page 803 of 2042

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 3:22 am
by ARTAKHEH
mrtools wrote: Tue Jan 14, 2020 3:11 am

Yes the non repaint version is Ehlers fisher transform, there are different versions here in the forum.
Thanks a lot MrTools

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 3:46 am
by surfanje1234
mrtools wrote: Tue Jan 14, 2020 3:18 am

In the arrow codes an up arrow code is 233 and down arrow is 234.
thank you on this information. can you make arrow codes on this indicator, he doesn't have it?

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 4:03 am
by mrtools
surfanje1234 wrote: Tue Jan 14, 2020 3:46 am

thank you on this information. can you make arrow codes on this indicator, he doesn't have it?
Lines 242 and 249

Code: Select all

 ObjectSet    ("EntryCCIShort  "+TimeToStr(Time[i+1]),OBJPROP_ARROWCODE,218);
 ObjectSet    ("EntryCCILong  "+TimeToStr(Time[i+1]),OBJPROP_ARROWCODE,217);
change to

Code: Select all

 ObjectSet    ("EntryCCIShort  "+TimeToStr(Time[i+1]),OBJPROP_ARROWCODE,234);
 ObjectSet    ("EntryCCILong  "+TimeToStr(Time[i+1]),OBJPROP_ARROWCODE,233);

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 12:37 pm
by slyfer91
Is it possible to pass a mql4 to mql5?

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 3:28 pm
by JJforex
mrtools wrote: Tue Jan 14, 2020 3:09 am


Thanks, should be fixed in this version.
Thank you Mrtools! I will test it and let you know if it works perfectly.

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 6:29 pm
by Deez
mrtools wrote: Mon Jan 13, 2020 12:35 pm

Mtf added.
Hi MrTools,

Was testing this indi and noticed this(pic attached)

It was set to 5min MTF..changed after chart refresh.

Is the yellow bars suppose to do that?

Re: MT4 Indicator requests and ideas

Posted: Tue Jan 14, 2020 11:10 pm
by TEAMTRADER
Perhaps this is one of those indicators that cannot be adapted so it can be shown on chart rather than under the chart, but could it be looked at to see if it can be adapted please?
Potentially it could be a great indicator on chart.
Thanks
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Wed Jan 15, 2020 2:11 am
by talaate
Hi mrtools
I couldn't find where is my early correct request post, however, the following link is yours of avg mp.ex4 indicator
I hope if it is possible to add the MTF, arrow code, arrow size and arrow Gap and of course the onFirstBar options
Thanks
viewtopic.php?p=1295399703#p1295399703

Re: MT4 Indicator requests and ideas

Posted: Wed Jan 15, 2020 2:29 am
by SHABBA
PLEASE kindly look into this idea if can be possible.
AN arrow to be painted on chart for :-
BUY SIGNAL at the point when both indicators have buy signal (50 cross up for dymi and green color for vq)
AND reverse for sell signal.
thanks.

Re: MT4 Indicator requests and ideas

Posted: Wed Jan 15, 2020 2:59 am
by mrtools
Deez wrote: Tue Jan 14, 2020 6:29 pm

Hi MrTools,

Was testing this indi and noticed this(pic attached)

It was set to 5min MTF..changed after chart refresh.

Is the yellow bars suppose to do that?
Yeah probably should not have added mtf to that version looks like it has problems.