ANN 2 signalsThis 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.
Ann
ANN Strategy v2This 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 smaller settings by opening a certain chart (e.g. a 4h chart).
The timeframes are used to calculate the percentual difference, which is fed to the ANN as input
Link to version 1: