Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.04 KB

Ensure dependancies and python env downloaded & ensure that you are running the most up to date version. As I write this it is currently v6.8 #The images are ytd, trailing 12mo, & 2year lookback periods for reference of strategy performance.

image image

Entry Criteria:

Current candle must be green (close > open), Close must be greater than 9 EMA, Current candle's close must be higher than the opens of the previous 6 candles, Current volume must be greater than the maximum volume of any red candles in the previous 6 candles.

Exit Criteria:

Either 3 consecutive red candles OR 2 consecutive red candles AND close below 9 EMA Execution price calculation: using the average (open + high + low + close) / 4

Position sizing:

Initial position is 100 shares. Program can add 100 shares up to 300 total if momentum continues.

Program exits entire position when exit conditions are met.