kevb10 / delphi-oracle

Stock predictor
0 stars 0 forks source link

Strategies #34

Open kevb10 opened 4 years ago

kevb10 commented 4 years ago

The trading style is trend-following, for the majority of our allocations.

MA 20 == basis

Breakout

A breakout happens if:

Stop loss

If the stock closes below basis, close position.


Those alone can get us more than 70% accuracy. It won't beat the buy and hold for a single security, but it will beat buy and hold for a portfolio. (Need further backtesting #35)

Will go in-depth later..