ETF pre-trade analysis
Make sure your system meets these requirements:
- Operating system: MacOS 10.7 - 10.10 (it has been tested successfully on these)
- RAM: 2GB.
- Disk space: 2GB
- Open terminal, type “xcode-select --install” in terminal (without quotes)
- A pop-up windows will appear asking you about install tools, choose install tools, wait install to finish
- Copy paste following command to the terminal, and press Enter.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Copy paste following commands to the terminal, and press Enter.
brew install python
pip install pandas
pip install datetime
pip install apscheduler
- Go to
etf-trade
directory and run the python scriptmain.py
.
cd ~/etf-trade
python main.py
- Type in your gmail address and password.
Your Gmail address: [email protected]
Password: xxxxxxxx
- Go to
etf-trade
directory and run the python scriptscheduler.py
.
cd ~/etf-trade
python scheduler.py
Never close it, it will send you the suggested ETF csv file at 5pm every business day.