Mate, just noticed the MA Method is missing. DO you think you can add that as well ? Thank you. God Bless.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.
Re: MT4 Indicators with alerts/signals
3032Has ma method here on line #51GK1965 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.
Code: Select all
extern bool Show_MA = true;
extern ENUM_MA_METHOD MaMode = MODE_EMA;
Re: MT4 Indicators with alerts/signals
3033Mate, attaching a comparison pic of both the indicators.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;
Re: MT4 Indicators with alerts/signals
3034Dear MrTools,
May I request the ususal alert package for this polyfitbands oscillator?
Thanks in advance.
May I request the ususal alert package for this polyfitbands oscillator?
Thanks in advance.
Re: MT4 Indicators with alerts/signals
3035What 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
3036Try this one.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.
- These users thanked the author mrtools for the post (total 2):
- rudiarius, pipsquirrel
Re: MT4 Indicators with alerts/signals
3037It is possible add an alert message and pop up alert in this indicator? Thank you in advance
Re: MT4 Indicators with alerts/signals
3038Looks like it already has alerts.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
Re: MT4 Indicators with alerts/signals
3039thanks ... at the beginning, I don't know why, the alerts didn't work.
now yes:)
Re: MT4 Indicators with alerts/signals
3040Hello Mrtools hope you are fine. It is posible to do an indicator or maybe exit like in the picture attached? Thanks soo much.