
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you
Thank you
I moved your post to this thread.
-----------------
Some links:
VoltyChannel_Stop_v1 indicator is on this thread https://www.mql5.com/en/forum/173255
Good links about volatility is on this small thread https://www.mql5.com/en/forum/176676
Choppy Zone Indicator based on VoltyChannel_Stop indicator is on this post.
Trail Strength_Trend Stop: trailing stop EA based on VoltyChannel or trend envelopes is here (elite section page).
VolExExpert EA. EA translated from easyLanguage in MT4: original thread https://www.mql5.com/en/forum/general
----------------------
You can ask Igorad as he is author of this indicator.
Can someone fix VoltyChannel_Stop_v1.1? It recalculates every bar on every tick!
This indicator VoltyChannel_Stop_v1.1 recalculates every bar on every tick and this makes it really slow, which matters in backtest.
I have tried to use IndicatorCounted() and limit the amount of bars it calculates but it fucks it up. I'm very thankful to the person who can fix this!
EDIT: It's the original version attached.
EDIT: VoltyChoppy is also very slow, same reason. Would be grateful if it could be fixed.
Please try to test updated version VoltyChannel_Stop_v2.1.
ATR Channels
by Luis Guilherme Damiani
ATR Trading
Does anyone use ATR for entries?
I know is very popular as a trailing stop, but I head some people use it for entry as well.
I would like to know if is possible
thanks
Does anyone use ATR for entries?
I know is very popular as a trailing stop, but I head some people use it for entry as well.
I would like to know if is possible
thanksI do, it works very well.
Here is an EA that uses this style of indi if price goes over buy and vice versa
Here is an EA that uses this style of indi if price goes over buy and vice versa
Hi,
Nice work modifying ASC EA but could be you missed to post one indicator?
double diDelta2=iCustom(NULL,0,"Slope Direction Line",period,method, price,PRICE_CLOSE,2);