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 for each ticker (though I don't have much data) and run forward testing, so not too bad actually (look into screenshot)....
and then pass to model current data with all tech indicators(RSI etc... as said before), and it basically predicts buy/sell/hold...
So not sure what is the good avg gain for short trades? not perfect to be honest but I can play with other indicators and feed probably more data (kind of limited now).
and other technical indicators (over 25 in total). I trained a model for each ticker (though I don't have much data) and run forward testing, so not too bad actually (look into screenshot)....
and then pass to model current data with all tech indicators(RSI etc... as said before), and it basically predicts buy/sell/hold...
So not sure what is the good avg gain for short trades? not perfect to be honest but I can play with other indicators and feed probably more data (kind of limited now).
