Good topic here. I tried to build ML model using TensorFlow (Python) and Golang to generate CSV input data. I used historical data and calculated RSI, MACD, SMA, EMA, and BUY/SELL/HOLD signals for each data point like this:
and other technical indicators (over 25 in total). I trained a model...