-
Install docker and start the service
-
Clone the Buyondips_kite dir
-
Now add the username, password, secret to Buyondips_kite/config.py
-
Add the stock you watch and buy when its 1% down on buy_on_dips.py file line number 16 stocks list Eg: stocks = ['NSE:NAHARPOLY','NSE:LIKHITHA']
-
Build the container image. sudo docker build -t imagename . eg: sudo docker build -t buyondips .
-
Now run the container eg: sudo docker run buyondips
-
Check if the container started sudo docker ps -a
-
Add container name into buydips.sh
-
We can start the container using crontab eg : crontab -e
25 9 * * 1-5 /home/opc/buydips.sh