Skip to content

kaneelgit/trade_strategy_v2

Repository files navigation

ML Trading Strategy Version 2

This repository is dedicated to present a machine learning approach to predict stock movements.

Results

Model 1

Description -

Input variables - eps_actual, month, eps_surprise, eps_growth, volume, normalized_value, 20 day logistic regression, 10 day logistic regression, 3 day logistic regression and 5 day logistic regression

Output variables - probability of the data point being a buy or a sell

coefficients

Using past eps, eps surprise & eps growth has little effect on the output.

Model 2

Description -

Input variables - volume, month, normalized_value, 20 day logistic regression, 10 day logistic regression, 3 day logistic regression and 5 day logistic regression

Output variables - probability of the data point being a buy or a sell

coefficients

Sample prediction on Visa (V) stock.

V

Model 2 - Rolling average probability in the last 3 days

V

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages