├── CONFIDENCE_LONG_SHORT_ALGORITHM.py ├── DIVERSIFIED_LONG_SHORT_ALGORITHM.py ├── EVALUATING_CLASSIFIERS.py ├── README.md ├── RESEARCH_PAPER.pdf ├── RESULTS_OVERVIEW.xlsx └── SINGLE_EQUITY_ALGORITHM.py /CONFIDENCE_LONG_SHORT_ALGORITHM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/CONFIDENCE_LONG_SHORT_ALGORITHM.py -------------------------------------------------------------------------------- /DIVERSIFIED_LONG_SHORT_ALGORITHM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/DIVERSIFIED_LONG_SHORT_ALGORITHM.py -------------------------------------------------------------------------------- /EVALUATING_CLASSIFIERS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/EVALUATING_CLASSIFIERS.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/README.md -------------------------------------------------------------------------------- /RESEARCH_PAPER.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/RESEARCH_PAPER.pdf -------------------------------------------------------------------------------- /RESULTS_OVERVIEW.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/RESULTS_OVERVIEW.xlsx -------------------------------------------------------------------------------- /SINGLE_EQUITY_ALGORITHM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-fitzpatrick/Machine_learning_trading_algorithm/HEAD/SINGLE_EQUITY_ALGORITHM.py --------------------------------------------------------------------------------