Reply by: AItrader_Realistic
I use ensemble of models - LSTM for pattern recognition, Random Forest for feature importance, and traditional indicators for final signal. No single model gives reliable predictions. The key is proper feature engineering - dont just feed raw OHLC data. Include volume profile, order book imbalance, volatility indicators, macro economic data etc. And always have risk management - even best model will be wrong 40-50% of time.