Page 61 of 151

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 3:18 am
by ChuChu Rocket
josi wrote: Wed Dec 22, 2021 3:00 am I think your work is much appreciated but - to be honest - this indicator is
neither "Super"
nor does it "signal" "Reversals"
(but maybe it's perfect for TF M5, who knows)
Image
Good review and feedback, agreed :thumbup:

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 3:36 am
by jng640
After the code changed it is no longer as a reversal indicator, much better called it " trend continuation" indicator.

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 3:39 am
by remcous
josi wrote: Wed Dec 22, 2021 3:00 am I think your work is much appreciated but - to be honest - this indicator is
neither "Super"
nor does it "signal" "Reversals"
(but maybe it's perfect for TF M5, who knows)
Image
You know, finally I don't care if indicator is usefull, but if I can do something for someone, I'll do it :D

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 6:06 am
by Borshchov A.N.
remcous wrote: Wed Dec 22, 2021 3:39 am You know, finally I don't care if indicator is usefull, but if I can do something for someone, I'll do it :D
thank you, but nothing changes in signals with your changes ... did you test it yourself?

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 9:41 am
by remcous
Borshchov A.N. wrote: Wed Dec 22, 2021 6:06 am thank you, but nothing changes in signals with your changes ... did you test it yourself?
Have you try to change the 2 settings ATR_gap & ATR_period ? It's the only parameters we can change in this indicator...

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 12:58 pm
by RplusT
mrtools, putting the MACD on a chart, as someone did in this forum using the indicator attached, would actually not be a bad idea.
My question is:
a) is there an indicator that actually does this instead of having to find a way around it to do so
b) would it be possible to have the zero level to be plotted in relation to the price action i.e. adjust it's location on the chart, so the price crosses the zero line together with the MACD.

In my constant dream of a perfect (trading) world it should then appear on the chart like this:

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 1:58 pm
by mrtools
RplusT wrote: Wed Dec 22, 2021 12:58 pm mrtools, putting the MACD on a chart, as someone did in this forum using the indicator attached, would actually not be a bad idea.
My question is:
a) is there an indicator that actually does this instead of having to find a way around it to do so
b) would it be possible to have the zero level to be plotted in relation to the price action i.e. adjust it's location on the chart, so the price crosses the zero line together with the MACD.

In my constant dream of a perfect (trading) world it should then appear on the chart like this:

Image



!SupportingMACD.mq4
The closest I can think of is a ma ribbon filled which is similar to a macd.

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 4:44 pm
by sal
mr. tools
can you please make an horizontal line extention as per custom period in setting (example : period : 100 & previous postions (5dots) numbers (minimum 4onwards )

see snap
UniZigZagChannel_v2.4 600+.mq4
app.php/attach/file/3328949

Re: Various (Specialist) indicators for MT4

Posted: Wed Dec 22, 2021 10:29 pm
by RplusT
mrtools wrote: Wed Dec 22, 2021 1:58 pm The closest I can think of is a ma ribbon filled which is similar to a macd.
Thank you mrtools. Yes, I understand what you mean. But my emphasis was on the crossing of the zero line. I should have deleted the signal line (red) of the MACD on the pic. It probably was misleading. But as you are a professional programmer, you might see no solution to that. Thus I don't want to waste your time.

Re: Various (Specialist) indicators for MT4

Posted: Fri Dec 31, 2021 12:01 pm
by mrtools
pin12 wrote: Fri Dec 31, 2021 9:41 am Hi

Could someone add a command so that removing the indicator will also delete the lines please?
What would be the required mql4 command?
Now when the indicator is removed, the lines remain drawn on the screen.
This is the case with almost all indicators of this style.

Thanks
Image
This one seems to be deleting good.