Page 972 of 2041

Re: MT4 Indicator requests and ideas

Posted: Fri May 22, 2020 11:30 pm
by Intrest 1
all indicators average the price on a vertical scale, which is on the right of the chart.
and there’s not a single one averaging the number of bars on a horizontal scale.
this zigzag indicates the number of bars in each leg of the zigzag.
Please attach to him the function of calculating the average number of bars in one leg.
that is, the number of bars in a story,
which he covers divided by the number of legs in this story.
Averaged zigzag for determining cycles.
this will allow you to see the deviation of the length of the movement from the average value of the duration

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 12:33 am
by rotembar_
pacois wrote: Fri May 22, 2020 11:07 pm
Try!!
app.php/attach/file/3347801

Thank you, I've checked this indicator but unfortunately, he doesn't do exactly what I'm looking for.
I've tried to code an indicator by my own that does this kinda of filter.

what I came with was this idea: I will sum the whole movement of X candles backward (Sigma High-Low)
then I will check the (current close - [current+X] close) * Y

where X and Y are external params

and then I will plot two lines, one for the (Sigma High-Low) and one for the (current close - current+X close) * Y

If the total movement is bigger then the momentum I will consider this as noisy/Wicky

And on top of that, I've just added a moving average to [(current close - current+X close) * Y] the allow smoothing

Lemme show you

The dark red Signals a market you don't want to trade-in

I will attach the indicator and maybe we could Improve it together

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 12:56 am
by mrtools
alpha24 wrote: Fri May 22, 2020 7:54 am Dear Master Mrtools,
please,Please,please add interpolation to this indicator.
Thanks in advance
Updated and added interpolation.

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 1:15 am
by sal
bluebird wrote: Fri May 22, 2020 10:31 pm Hi, is it possible if this indicator can be updated? for some reason you have to constantly refresh it for it to be up to date. This would be very much appreciated, thank you so much in advance! :)
i search an auto update method with current price action.. Automatically
see this link and if experts can create or upate in file it will works.
even i didnt understand the detail expansion how to update. if some one know , please post. :)

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 1:27 am
by sal
bluebird wrote: Fri May 22, 2020 10:31 pm Hi, is it possible if this indicator can be updated? for some reason you have to constantly refresh it for it to be up to date. This would be very much appreciated, thank you so much in advance! :)
see my signal and your post indicator.. i use 2 differnet channel which i can see the trend direction reversal :)
i take 3 trade all are win :)

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 1:58 am
by Skyold
Hello mrtools, pacois and the other coder,
can you change this XARD script so that a screenshot is also taken when opening a trade? Screenshot should be saved in a certain folder automatically
Many thanks for the support


Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 2:01 am
by dwenblade
sal wrote: Sat May 23, 2020 1:27 am

see my signal and your post indicator.. i use 2 differnet channel which i can see the trend direction reversal :)
i take 3 trade all are win :)
Which is the bottom indicator brother . Is it available on forum ,,will you please share the links or files

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 3:53 am
by Jimmy
rotembar_ wrote: Sat May 23, 2020 12:33 am Thank you, I've checked this indicator but unfortunately, he doesn't do exactly what I'm looking for.
I've tried to code an indicator by my own that does this kinda of filter.
Hi mate, for security we try to limit outside links or externally hosted images. In future, please upload your images or files directly to your posts.

Here's a guide if you're unsure how: How do I attach/upload images or indicators to Forex Station? :)

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 6:38 am
by TradeRancher
Dear Mrtools, Jimmy and all other main contributors.

Thank you for this website, it is fantastic, not just for content but the organisation of everything makes it a pleasure to use.

I am fairly new to Forex and am working towards putting together an No Nonsense Forex Algorithm

MrTools.

Can you please add email alerts and/or text alerts to this "AllHullMA Histo_v3.1" indicator?

I know nothing about alerts accept I see people requesting them to be added in this Thread. If an indicator has an alerts option such as email or text, is it a paid service if you choose to use it?

The All Hull moving average line on chart version, "AllHullMA_v3.4 600+" has an option for email alerts, but I like to use the Histogram.

Please see attached indicators.

Regards,

TradeRancher

Re: MT4 Indicator requests and ideas

Posted: Sat May 23, 2020 8:08 am
by mrtools
TradeRancher wrote: Sat May 23, 2020 6:38 am Dear Mrtools, Jimmy and all other main contributors.

Thank you for this website, it is fantastic, not just for content but the organisation of everything makes it a pleasure to use.

I am fairly new to Forex and am working towards putting together an No Nonsense Forex Algorithm

MrTools.

Can you please add email alerts and/or text alerts to this "AllHullMA Histo_v3.1" indicator?

I know nothing about alerts accept I see people requesting them to be added in this Thread. If an indicator has an alerts option such as email or text, is it a paid service if you choose to use it?

The All Hull moving average line on chart version, "AllHullMA_v3.4 600+" has an option for email alerts, but I like to use the Histogram.

Please see attached indicators.

Regards,

TradeRancher
Added alerts to the histo version, the warning when compiling far as I can tell are benign.