it's good and it's interesting, but instead of this:
BuyBuffer[i] = low[i] * 0.9999; SellBuffer[i] = high[i] * 1.0001;
I changed it to this:
BuyBuffer[i] = low[i] - ATRBuffer[i];
SellBuffer[i] = high[i] + ATRBuffer[i];

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
AlphaTrend:
It is an indicator used to determine the trend, support and resistance level of the market. When volume data is available, it calculates using MFI, if not, it calculates using RSI. Momentum: RSI and MFI Volatility: ATR
Author: Mahmut Deniz