Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chuayaocong authored May 31, 2022
1 parent 2af8094 commit bb9864b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# trade-scanner
This program scans for options trades (real-time) based on a certain criteria
This program can be executed daily (after market open hours) as an easy way to determine if trades should be placed. It checks if the VIX value from the day before is below the 21-day exponential moving average of VIX, and also if VIX is increasing. If both conditions are met, the prompt prints a message indicating to the user to open trade.
- OpentradeTT - a more stringent rule which requires that both conditions are True on the same day.
- OpentradeFTT - a less stringent rule which requires that VIX is increasing, but if VIX is less than VIX-21D EMA the day before, open trade == True.
The program also checks the number of consecutive wks SPY has closed lower, for an overall indicator of the health of the stock market.

0 comments on commit bb9864b

Please sign in to comment.