XAUUSD Trading Model
This repository contains a trained trading model for predicting the next day's price movement of XAUUSD (Gold Futures).
Model Details
- Type: Random Forest Classifier (trained with extended technical features)
- Objective: Predict whether the closing price will be higher or lower tomorrow.
- Data: Historical XAUUSD data with various technical indicators.
Files
best_trading_model.joblib: The saved trained Random Forest model.
Feel free to explore the model and potentially use it for further analysis or development.