Page 2162 of 2169
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 3:36 am
by mrtools
My guess using this:
Code: Select all
Price lines (half trend period 61, atr multiplier 2.0, ATR period 110.
Price lines (half trend period 61, atr multiplier 2.2, ATR period 110.
is the anaconda is simply two 61 period Tma centered with outer 110 period atr bands, using atr multiplier 2.0 and 2.2.
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 4:01 am
by kelvinchase
mrtools wrote: Tue Sep 09, 2025 3:36 am
My guess using this:
Code: Select all
Price lines (half trend period 61, atr multiplier 2.0, ATR period 110.
Price lines (half trend period 61, atr multiplier 2.2, ATR period 110.
is the anaconda is simply two 61 period Tma centered with outer 110 period atr bands, using atr multiplier 2.0 and 2.2.
Hi mrtools~ After reading your reply to me on the forum, I can barely understand those code parameters. I can manage to put the formula in and run tests, but the professional stuff is still a bit too hard for me~
But you must know all about this super well! Since you’ve already laid out the idea, if you think this direction works, could you try to figure out the code and verify it when you have time? That way we can also see how the actual effect is~ Please help me out!
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 5:59 am
by mrtools
kelvinchase wrote: Tue Sep 09, 2025 4:01 am
Hi mrtools~ After reading your reply to me on the forum, I can barely understand those code parameters. I can manage to put the formula in and run tests, but the professional stuff is still a bit too hard for me~
But you must know all about this super well! Since you’ve already laid out the idea, if you think this direction works, could you try to figure out the code and verify it when you have time? That way we can also see how the actual effect is~ Please help me out!
Try
here.
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 7:34 am
by kvak
FredericoA wrote: Mon Sep 08, 2025 6:34 pm
Hello, can someone please modify the audio alert so it alerts only at bars when there's a new arrow? (up, down or neutral). As it stands it issues alerts every bar...
Hello, maybe here is better version ....
CLICK
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 1:46 pm
by kelvinchase
Oh my gosh, mrtools—you’re so reliable! You totally saved me from a big hassle!
Re: MT4 Indicator requests and ideas
Posted: Tue Sep 09, 2025 6:29 pm
by FredericoA
kvak wrote: Tue Sep 09, 2025 7:34 am
Hello, maybe here is better version ....
CLICK
They are not exactly the same I think. And I would also want alerts for the neutral arrows.
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 10, 2025 7:22 am
by kvak
FredericoA wrote: Tue Sep 09, 2025 6:29 pm
They are not exactly the same I think. And I would also want alerts for the neutral arrows.
I am compare both versions and look same for me? can you post settings?
BTW, I am post new version with neutral arrows/alerts
HERE
Re: MT4 Indicator requests and ideas
Posted: Wed Sep 10, 2025 6:19 pm
by FredericoA
kvak wrote: Wed Sep 10, 2025 7:22 am
I am compare both versions and look same for me? can you post settings?
BTW, I am post new version with neutral arrows/alerts
HERE
3 7 14
ATR 14
Percent 99
Method: Perfect Trendline
Lambda 3
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 11, 2025 2:46 am
by TEAMTRADER
I'm trying to have levels on this indi but my attempts have failed.
Could someone correct what I have done (lines 12 to 17 are what I am trying to achieve) so that the levels are shown on the indi?
Many thanks
TEAMTRADER
Re: MT4 Indicator requests and ideas
Posted: Thu Sep 11, 2025 3:20 am
by mrtools
TEAMTRADER wrote: Thu Sep 11, 2025 2:46 am
I'm trying to have levels on this indi but my attempts have failed.
Could someone correct what I have done (lines 12 to 17 are what I am trying to achieve) so that the levels are shown on the indi?
Many thanks
TEAMTRADER
Hello, maybe like this.