diff --git a/README.md b/README.md index ccebb20..626003d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # random-forest-trader -A machine learning–driven equity trading strategy that leverages a Random Forest classifier trained on historical market data, with performance evaluated through systematic backtesting. \ No newline at end of file +A machine learning–driven 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 +``` \ No newline at end of file