Page 1366 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 8:49 pm
by 17MA
Csj179t wrote: Sun Aug 29, 2021 1:07 am 17MA,

Here you go.
Thanks appreciate that :)

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 9:18 pm
by Csj179t
josi wrote: Sun Aug 29, 2021 7:18 pm The MA-methods don't work
extern int Method = 1; // 0 - SMA// 1 - EMA// 2 - SMMA// 3 - LWMA
only the standard, i.e. 1 works, the others don't.
Hi josi,

Its not my creation, but I tried to fix that issue, and I cant. Maybe mrtools or someone more qualified can do something here. Or even you can ask Apprentice from fxcodebase to fix that issue, who probably made that indicator.

p.s.
I only could make it work with all averages, in some other way. Crosses of RED and GREEN lines match, but now the middle level is now "0" so indicator value can go negative or positive. I'll attach OTHER NEW VERSION with AVERAGES MODES working.

also in the original version I fixed the MTF arrows issue that I've previously missed.

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 29, 2021 11:07 pm
by Lesnichiii
Zalmoxis wrote: Sun Aug 29, 2021 7:04 pm Lesnichiii,

go to indicator settings -> Common tab -> Use Fixed minimum / maximum
thanks

Request to add notification for this indicator

Posted: Mon Aug 30, 2021 1:06 am
by jng640
Hello,
I found this indicator online and looks interesting, but it do not have any notification function when the BUY/SELL line appear, I would like to ask is it possible to add notification such as email/pop up/push when the new BUY/SELL line appear?

Thank you!

Re: Request to add notification for this indicator

Posted: Mon Aug 30, 2021 3:28 am
by mrtools
jng640 wrote: Mon Aug 30, 2021 1:06 am Hello,
I found this indicator online and looks interesting, but it do not have any notification function when the BUY/SELL line appear, I would like to ask is it possible to add notification such as email/pop up/push when the new BUY/SELL line appear?

Thank you!
Would need the original non decompiled version.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 30, 2021 3:57 am
by makhlaghi
HI MrTools,
Hope you are fine.
Is it possible to combine these two indicators add a new line as (new line=Laquerre plusdi-Laguerre minusdi).?

The best

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 30, 2021 6:13 am
by mrtools
josi wrote: Sun Aug 29, 2021 7:18 pm The MA-methods don't work
extern int Method = 1; // 0 - SMA// 1 - EMA// 2 - SMMA// 3 - LWMA
only the standard, i.e. 1 works, the others don't.
Seems the ma methods are working in this version.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 30, 2021 7:13 am
by mrtools
Lesnichiii wrote: Sun Aug 29, 2021 11:07 pm thanks
Also, posted a newer version here, Ehlers indicators which to me is best used with larger Force periods.

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 30, 2021 8:38 am
by mrtools
makhlaghi wrote: Mon Aug 30, 2021 3:57 am HI MrTools,
Hope you are fine.
Is it possible to combine these two indicators add a new line as (new line=Laquerre plusdi-Laguerre minusdi).?

The best
Posted a version here Various indicators

Re: MT4 Indicator requests and ideas

Posted: Mon Aug 30, 2021 10:13 am
by wtrader13
Dear mrtools:

A couple of days ago, Banzai, with Kvak's help, released the attached ALMA guppy BT.mq4 indicator.

Unfortunately, the button doesn't seem to control multiple instances of the indicator.

Would you please consider fixing the button to make it work like your wonderful indicator averages - 9.4 (mtf + alerts + arrows + kelt + button).ex4, which works perfectly with a single button controlling multiple instances.

Thank you very much for all your hard work.