Skip to content

mindougas/gap-trading

 
 

Repository files navigation

gap-trading

deployment on linode ubuntu

apt-get upgrade
timedatectl list-timezones
timedatectl set-timezone America/Los_Angeles
git clone https://github.com/hackingthemarkets/gap-trading.git
cp sample_config.py config.py
apt install python3-pip
cd gap-trading
pip3 install -r requirements.txt

cron

crontab -e

40 6 * * 1-5 python3 /root/gap-trading/long_smallcaps.py >> /root/trade.log 2>&1
40 6 * * 1-5 python3 /root/gap-trading/short_bigtech.py >> /root/trade.log 2>&1
55 12 * * 1-5 python3 /root/gap-trading/liquidate.py >> /root/trade.log 2>&1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%