Page 831 of 2042

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 5:50 am
by eggzactly
Hello Mrtolls,

can you please share the mq4 version of the indicator thanks in advance.
regards,
eggzactly

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 7:47 am
by Black Sheep
mrtools wrote: Wed Sep 25, 2019 4:03 am

Added the ma.
Hi,

Thank you for the great indicator.

I trade successfully using this indicator exclusively. I would like to know if you could please add the possibility to have a push notification option every time the arrows are printed?

Thank you,

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 7:53 am
by mrtools
kvak wrote: Tue Feb 11, 2020 5:22 am

Hi Mrtool. I'm sorry to bother you,but I try your step ehlers histo indicator and if I compare it with onchart version, sometimes the results are not the same.
I don't know if it's a mistake on my part, could you please look at it?
Thanks and it's no bother. Had tested the on chart version with an EA and even though was not getting an error with manually using the indicator, with the EA was getting an array out of range error, so had fixed the error and the histo version is with the no EA error code, and this version I am posting now should work on an EA without the error.

PS: Histogram version can be found here.

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 7:57 am
by mrtools
squalouco wrote: Tue Feb 11, 2020 7:47 am

Hi,

Thank you for the great indicator.

I trade successfully using this indicator exclusively. I would like to know if you could please add the possibility to have a push notification option every time the arrows are printed?

Thank you,
Can't find that post, could you post a link or the indicator please.

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 6:06 pm
by chris006
Hello everybody,

I would like to change the message of the email sent by the indicator attached.

Currently the email body reads:
GOLD at 23:00:00 parabolic Sar OBV trend changed to up

and the code at line 317 is:

Code: Select all

message = _Symbol+" at "+TimeToStr(TimeLocal(),TIME_SECONDS)+" parabolic Sar OBV trend changed to "+doWhat;
I would like to include some of the settings in the message, eg. the timeframe selected and the AccStep

Could you direct me, for the changed code to use on line 317?

Thanks,

Re: MT4 Indicator requests and ideas

Posted: Tue Feb 11, 2020 11:19 pm
by kam44
kam44 wrote: Fri Feb 07, 2020 8:01 am Hi, Could you please add interpolation to the MTF AllAbsoluteStrength please.

Thanks.
Once again it seems my request has been 'missed'?

Nevermind though. No harm done. :)

For those that are interested I've found that INTERPOLATION is not necessary on an indicator such as this. If you multiply the 'LENGTH' attribute you get a more accurate and smoother MTF than if adding INTERPOLATION.

eg. If viewing the LENGTH default 13 on the 1H time frame, then multiply it by 4 (therefore 52) to see it on the 4H timeframe. This nagates the need to wait for the 4H candles to close while on the 1H charts.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 12, 2020 3:25 am
by mrtools
kam44 wrote: Tue Feb 11, 2020 11:19 pm

Once again it seems my request has been 'missed'?

Nevermind though. No harm done. :)

For those that are interested I've found that INTERPOLATION is not necessary on an indicator such as this. If you multiply the 'LENGTH' attribute you get a more accurate and smoother MTF than if adding INTERPOLATION.

eg. If viewing the LENGTH default 13 on the 1H time frame, then multiply it by 4 (therefore 52) to see it on the 4H timeframe. This nagates the need to wait for the 4H candles to close while on the 1H charts.
Nothing to do with you personally but for me to add interpolation to that code would require a lot of changes maybe best to ask the original creator of that indicator.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 12, 2020 3:33 am
by mrtools
chris006 wrote: Tue Feb 11, 2020 6:06 pm Hello everybody,

I would like to change the message of the email sent by the indicator attached.

Currently the email body reads:
GOLD at 23:00:00 parabolic Sar OBV trend changed to up

and the code at line 317 is:

Code: Select all

message = _Symbol+" at "+TimeToStr(TimeLocal(),TIME_SECONDS)+" parabolic Sar OBV trend changed to "+doWhat;
I would like to include some of the settings in the message, eg. the timeframe selected and the AccStep

Could you direct me, for the changed code to use on line 317?

Thanks,
Maybe something like this.

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 12, 2020 6:28 am
by Roman7x11
Mr Tools hi. Add divergence functions to this indicator. Thanks

Re: MT4 Indicator requests and ideas

Posted: Wed Feb 12, 2020 6:38 am
by moltobello
Hi

I would like to show one of the best Mt4 indicator which does need some modification it can be a very useful tool for everybody in the trading.
The indicator is called "WellXama" it is a NON Repaint indicator. I would like to use in MTF mode. Somebody can help to create an MTF indicator from this?