Trading Algorithm - SAV
CurrentSAV is an algorithm designed to place trades off of a macroeconomic inefficiency I hypothesized. I have written an algorithmic trading system in Python to take advantage of SAV.
The System:- Collects and processes data
- Makes decisions based off of the processed data
- Bridges Python and Meta Trader
- Documents raw and processed data as well as trades
- Reconciles trades after market closes
- Communicates with me via text message
The code I use to run SAV is on GitHub (excluding the logic of course!). You can view the weekly updated trading performance as well.