Page 304 of 429

Re: MT4 Indicators with alerts/signals

Posted: Mon May 04, 2020 11:24 pm
by GK1965
GK1965 wrote: Mon May 04, 2020 11:18 pm

You may leave it as it is.. Thank you mate, much appreciated. Any possibility of adding divergence to this one :). Sorry if I am demanding too much of your time.
Mate, just noticed the MA Method is missing. DO you think you can add that as well ? Thank you. God Bless.

Re: MT4 Indicators with alerts/signals

Posted: Tue May 05, 2020 4:38 am
by mrtools
GK1965 wrote: Mon May 04, 2020 11:24 pm

Mate, just noticed the MA Method is missing. DO you think you can add that as well ? Thank you. God Bless.
Has ma method here on line #51

Code: Select all

extern bool               Show_MA = true;
extern ENUM_MA_METHOD     MaMode = MODE_EMA;

Re: MT4 Indicators with alerts/signals

Posted: Tue May 05, 2020 10:19 pm
by GK1965
mrtools wrote: Tue May 05, 2020 4:38 am

Has ma method here on line #51

Code: Select all

extern bool               Show_MA = true;
extern ENUM_MA_METHOD     MaMode = MODE_EMA;
Mate, attaching a comparison pic of both the indicators.

Re: MT4 Indicators with alerts/signals

Posted: Tue May 05, 2020 10:31 pm
by rudiarius
Dear MrTools,

May I request the ususal alert package for this polyfitbands oscillator?

Thanks in advance.

Re: MT4 Indicators with alerts/signals

Posted: Wed May 06, 2020 12:51 am
by GK1965
GK1965 wrote: Tue May 05, 2020 10:19 pm

Mate, attaching a comparison pic of both the indicators.
What I meant was if you can add the following that would be great :

Smoothed LWMA
Duble Smoothed Exponential average
Triple exponential moving average - TEMA
Linear regression value (LSMA)
HeikinAshi Weighted

Apologies for not being clear.

Re: MT4 Indicators with alerts/signals

Posted: Wed May 06, 2020 1:14 am
by mrtools
rudiarius wrote: Tue May 05, 2020 10:31 pm Dear MrTools,

May I request the ususal alert package for this polyfitbands oscillator?

Thanks in advance.
Try this one.

Re: MT4 Indicators with alerts/signals

Posted: Tue May 12, 2020 3:39 am
by Scata
It is possible add an alert message and pop up alert in this indicator? Thank you in advance

Re: MT4 Indicators with alerts/signals

Posted: Tue May 12, 2020 3:42 am
by mrtools
Scata wrote: Tue May 12, 2020 3:39 am It is possible add an alert message and pop up alert in this indicator? Thank you in advance
Looks like it already has alerts.

Re: MT4 Indicators with alerts/signals

Posted: Wed May 13, 2020 2:54 am
by Scata
mrtools wrote: Tue May 12, 2020 3:42 am

Looks like it already has alerts.
thanks ... at the beginning, I don't know why, the alerts didn't work.

now yes:)

Re: MT4 Indicators with alerts/signals

Posted: Wed May 13, 2020 12:11 pm
by Cladi39
Hello Mrtools hope you are fine. It is posible to do an indicator or maybe exit like in the picture attached? Thanks soo much.