Page 742 of 2170

Re: MT4 Indicator requests and ideas

Posted: Fri Nov 15, 2019 7:58 am
by vasp
mrtools wrote: Thu Nov 14, 2019 10:41 am

Sorry somehow missed your request a non repainting snake would be a linear weighted moving average, it's quite a difference from the snake.
Yes it's quite different.
Well thank you very much.

Re: MT4 Indicator requests and ideas

Posted: Fri Nov 15, 2019 2:29 pm
by RplusT
mrTools.....this indicator only plots the Trailing stops for the up move (green line) but not for the down moves (red line). No idea why as there are no errors.
Could you please have a look at the code. Thank you.

Re: MT4 Indicator requests and ideas

Posted: Fri Nov 15, 2019 4:40 pm
by mrtools
RplusT wrote: Fri Nov 15, 2019 2:29 pm mrTools.....this indicator only plots the Trailing stops for the up move (green line) but not for the down moves (red line). No idea why as there are no errors.
Could you please have a look at the code. Thank you.

ATR Trailing Stop.mq4
Try this one.

Re: MT4 Indicator requests and ideas

Posted: Fri Nov 15, 2019 7:39 pm
by RplusT
mrtools wrote: Fri Nov 15, 2019 4:40 pm

Try this one.
Thank you mrtools. I'm puzzled as I just found out that it works on FX Pairs but not on Indices. On Indices it still shows only the support line (green).
As I only trade Indices (DAX, HK50 and US30) I will appreciate very much if you can make it work on Indices too?

Re: MT4 Indicator requests and ideas

Posted: Fri Nov 15, 2019 9:59 pm
by Ogee
RplusT wrote: Fri Nov 15, 2019 7:39 pm

Thank you mrtools. I'm puzzled as I just found out that it works on FX Pairs but not on Indices. On Indices it still shows only the support line (green).
As I only trade Indices (DAX, HK50 and US30) I will appreciate very much if you can make it work on Indices too?
Hi, this one works on indices.

Re: MT4 Indicator requests and ideas

Posted: Sat Nov 16, 2019 12:24 am
by RplusT
Ogee wrote: Fri Nov 15, 2019 9:59 pm

Hi, this one works on indices.
Thank you. I got the Volty channel stop. It's like the ATR stops but both are not like the Indicator I have posted.

Re: MT4 Indicator requests and ideas

Posted: Sat Nov 16, 2019 12:59 am
by Ogee
RplusT wrote: Sat Nov 16, 2019 12:24 am

Thank you. I got the Volty channel stop. It's like the ATR stops but both are not like the Indicator I have posted.
Ok, not sure which one you originally posted, thought the problem was the upper band not appearing on indices charts, if you change the Volty defaults to match the ATR Trailing Stop indy it overlays perfectly with both bands showing on both FX and indices charts.

Re: MT4 Indicator requests and ideas

Posted: Sat Nov 16, 2019 3:32 pm
by RplusT
Ogee wrote: Sat Nov 16, 2019 12:59 am

Ok, not sure which one you originally posted, thought the problem was the upper band not appearing on indices charts, if you change the Volty defaults to match the ATR Trailing Stop indy it overlays perfectly with both bands showing on both FX and indices charts.
Than you for your effort, but no, it still does not match at all (Volty Channel...aqua colour).


Re: MT4 Indicator requests and ideas

Posted: Sat Nov 16, 2019 8:30 pm
by hyph
REQUEST

Hi. Just wondering if anyone would be willing to modify this SSL indicator to include a middle line which would be an average of the existing top and bottom lines. If you could then apply the ATR bands to this middle line, it would allow a smooth ATR band as opposed to the 'stepped' band that currently exists when the SSL flips. I would really appreciate any help with this. Thanks.

Regards,
Hyph.

Re: MT4 Indicator requests and ideas

Posted: Sat Nov 16, 2019 10:45 pm
by xard777
hyph wrote: Sat Nov 16, 2019 8:30 pm REQUEST

Hi. Just wondering if anyone would be willing to modify this SSL indicator to include a middle line which would be an average of the existing top and bottom lines. If you could then apply the ATR bands to this middle line, it would allow a smooth ATR band as opposed to the 'stepped' band that currently exists when the SSL flips. I would really appreciate any help with this. Thanks.

Regards,
Hyph.
Hi Hyph,
I made a couple of changes, hopefully it is what you asked for.
All the best
Xard777