Page 5 of 6
Re: Indicators with background Zones
Posted: Sat Apr 02, 2022 2:43 am
by jonnyfx4711
the ones with the zig zags that kind of look like bulls and bear power vortex on the chart
Re: Indicators with background Zones
Posted: Sun Apr 17, 2022 12:11 pm
by Banzai
Step One More Average 2.3 (zones lines alerts) ahtf
ahtf = automatic higher time frame
Background zones on the main chart = on or off
Background zones in the first separated window = on or off
Background zones in the second separated window = on or off
Background zones in the third separated window = on or off
Vertical lines = on or off
alerts = on or off
Download here:
viewtopic.php?p=1295464952#p1295464952
Re: Indicators with background Zones
Posted: Sun Apr 17, 2022 12:47 pm
by 太虚一毫
Banzai wrote: Sun Apr 17, 2022 12:11 pm
Step One More Average 2.3 (zones lines alerts) ahtf
ahtf = automatic higher time frame
Background zones on the main chart = on or off
Background zones in the first separated window = on or off
Background zones in the second separated window = on or off
Background zones in the third separated window = on or off
Vertical lines = on or off
alerts = on or off
Download here:
viewtopic.php?p=1295464952#p1295464952
Thank you Teacher Banzai for your hard work!
The default value of Sensivity Factor for similar indicators is too sensitive.
extern double Sensitivity = 0.5; // Sensivity Factor
I personally like the step ehlers optimal tracking filter for hints (longer trend duration) indicators. It's a pity that mrtools teacher has not released the source code.
Trusting the step ehlers optimal tracking filter metric, adding zones is interesting.
Re: Indicators with background Zones
Posted: Sun Apr 17, 2022 1:11 pm
by Banzai
太虚一毫 wrote: Sun Apr 17, 2022 12:47 pm
Thank you Teacher Banzai for your hard work!
The default value of Sensivity Factor for similar indicators is too sensitive.
extern double Sensitivity = 0.5; // Sensivity Factor
I personally like the step ehlers optimal tracking filter for hints (longer trend duration) indicators. It's a pity that mrtools teacher has not released the source code.
Trusting the step ehlers optimal tracking filter metric, adding zones is interesting.
Yes, I need the source codes to modify.
But you can ask him to add some more zones.
Re: Indicators with background Zones
Posted: Sun Apr 17, 2022 2:33 pm
by 太虚一毫
mrtools wrote: Sun Apr 17, 2022 1:45 pm
Which one?
Looking forward to adding zones to the !step ehlers optimal tracking filter when the mrtools teacher has free time. Infinite merit!

Re: Indicators with background Zones
Posted: Mon Apr 18, 2022 4:21 am
by mrtools
太虚一毫 wrote: Sun Apr 17, 2022 2:33 pm
Looking forward to adding zones to the !step ehlers optimal tracking filter when the mrtools teacher has free time. Infinite merit!
Working on it, trying to get the zones working with the button also, so far not working.
Re: Indicators with background Zones
Posted: Fri May 06, 2022 9:17 pm
by 太虚一毫
Looking forward to making a regional version with Fractal channel breakout or PTL when the teacher is free.
The reference source code is attached:
Re: Indicators with background Zones
Posted: Sat May 07, 2022 4:47 am
by kvak
太虚一毫 wrote: Fri May 06, 2022 9:17 pm
Looking forward to making a regional version with Fractal channel breakout or PTL when the teacher is free.
The reference source code is attached:
Hello, this is first, with clicable zones and arrows.....
Re: Indicators with background Zones
Posted: Tue May 10, 2022 2:35 am
by 太虚一毫
kvak wrote: Sat May 07, 2022 4:47 am
Hello, this is first, with clicable zones and arrows.....
This zone version is running very stable! OK!
Looking forward to the teacher making the zone version of the step - vhf - adaptive vma histo (alerts+mtf) BT indicator.
Infinite merit!
Re: Indicators with background Zones
Posted: Tue May 10, 2022 9:41 am
by kvak
太虚一毫 wrote: Tue May 10, 2022 2:35 am
This zone version is running very stable! OK!
Looking forward to the teacher making the zone version of the step - vhf - adaptive vma histo (alerts+mtf) BT indicator.
Infinite merit!
I dont know how to do, when is code in
OnCalculate.
Problem is not delete zones, but call it back when button is on....Sorry.