This is version 2 of my ANN strategy. This version will not repaint, but requires some settings configuration. The reason why the old version repainted, is because it used the daily OHLC/4 which kept changing, causing lower timeframes ro repaint. You can now specify which timeframes to use. The bigger timeframe is set in the settings (e.g. 1 day). You set the...
This is a different approach from my original ANN strategy. This version does 2 ANN predictions and only when they are both in the same direction, a trade will be opened. When either of them switches, the trade is closed.
Based on the work done by sirolf2009 Many many conditionals Best on high liquidity / high volume markets Not so great on low volume alts (still better than manual trading for me) This is a stripped-down version of the code in buyBot, converted to Pine
strategy intended for cryptocurrency trading signals based on @sirolf2009's ANN (Artificial Neural Network) indicator, which is trained on Bitcoin's past price history