Page 41 of 69

Re: Adaptive ATR

Posted: Sun Sep 06, 2020 5:11 pm
by ionone
ok here is an updated version of the modified Adaptive ATR from MrTools. The modified version does not "drop" the value of the ATR at the opening of the bar like the original does
Image
and they both are very similar also as a new feature this version does not trigger high volatility values when there is a gap in the prices. Gaps are a not a sign of high volatility, so it's best to not modify the ATR during those times

cheers

Jeff

Re: Adaptive ATR

Posted: Sun Sep 06, 2020 5:58 pm
by mrtools
ionone wrote: Sun Sep 06, 2020 5:11 pm ok here is an updated version of the modified Adaptive ATR from MrTools. The modified version does not "drop" the value of the ATR at the opening of the bar like the original does
Image
and they both are very similar
screenshot.06-09-2020 09.19.59.jpg

also as a new feature this version does not trigger high volatility values when there is a gap in the prices. Gaps are a not a sign of high volatility, so it's best to not modify the ATR during those times

cheers

Jeff
The adaptive atr wasn't done by me, have used it a lot and like it a lot, but not done by me.

Re: Adaptive ATR

Posted: Sun Sep 06, 2020 7:15 pm
by ionone
mrtools wrote: Sun Sep 06, 2020 5:58 pm

The adaptive atr wasn't done by me, have used it a lot and like it a lot, but not done by me.
ok no problem
thanks for what you're doing anyway

Re: Re: Adaptive Indicators for MT4

Posted: Fri Sep 11, 2020 6:34 am
by sl1ckv1c
Is it possible to turn this into a histogram using the change of slope?

Re: Adaptive Indicators for MT4

Posted: Fri Sep 11, 2020 9:13 am
by mrtools
sl1ckv1c wrote: Fri Sep 11, 2020 6:34 am Is it possible to turn this into a histogram using the change of slope?
Try it out.

PS: Full Histogram Bars version (color change is on Slope) available here: Full Histogram Version of CFB Adaptive DMX for MT4.

Re: Adaptive Indicators for MT4

Posted: Fri Sep 11, 2020 5:27 pm
by ionone
here is the same Adaptive ATR No Gap indi but for MT5

Re: Adaptive Indicators for MT4

Posted: Fri Sep 11, 2020 9:14 pm
by sl1ckv1c
mrtools wrote: Fri Sep 11, 2020 9:13 am

Try it out.
Thanks, but I was thinking more in the area of this kind.

Re: Adaptive Indicators for MT4

Posted: Sat Sep 12, 2020 1:17 am
by mrtools
sl1ckv1c wrote: Fri Sep 11, 2020 9:14 pm

Thanks, but I was thinking more in the area of this kind.

Re: Adaptive Indicators for MT4

Posted: Sat Sep 12, 2020 1:27 am
by sl1ckv1c
mrtools wrote: Sat Sep 12, 2020 1:17 am
Thanks dude, I appreciate it very much.

Re: Adaptive Indicators for MT4

Posted: Sat Sep 19, 2020 5:33 am
by donut4popo
mrtools wrote: Fri Sep 11, 2020 9:13 am

Try it out.

PS: Full Histogram Bars version (color change is on Slope) available here: Full Histogram Version of CFB Adaptive DMX for MT4.
Hello mrtools,
RE: cfb adaptive dmx histo alerts arrows.mq4
This is a great indicator, thanks for posting it and the older iterations. When I run the indicator in the strategy tester it will give different data when DmxSmoothDouble is changed from default TRUE to False (compared to the data in the Data Window). If I keep it on TRUE both data sets are the same (in strategy tester and Data Window). Any idea why that is? I tried using data/MT4 from 2 different brokers. I used with 5min, calculate at candle open only. Also tried on all older versions and had same data discrepancy.