Update README.md

This commit is contained in:
2026-03-23 03:50:05 +00:00
parent 42ce90fbcc
commit 4d0cf606e7

View File

@@ -1,3 +1,11 @@
# random-forest-trader
A machine learningdriven equity trading strategy that leverages a Random Forest classifier trained on historical market data, with performance evaluated through systematic backtesting.
```
$ python main.py
[*********************100%***********************] 5 of 5 completed
Test Accuracy: 0.5144
Sharpe Ratio: 0.49
Plot saved as strategy.png
```