2026-03-23 03:50:05 +00:00
2026-03-23 03:42:19 +00:00
2026-03-22 23:47:10 -04:00
2026-03-23 03:50:05 +00:00
2026-03-22 23:47:10 -04:00
2026-03-22 23:48:34 -04:00

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
Description
A machine learning–driven equity trading strategy that leverages a Random Forest classifier trained on historical market data, with performance evaluated through systematic backtesting.
Readme MIT 254 KiB
Languages
Python 100%