Skip to content

This is to buy the stock the day when the stock is trading below -1%

Notifications You must be signed in to change notification settings

suresh-n/buyondipskite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install docker and start the service

  2. Clone the Buyondips_kite dir

  3. Now add the username, password, secret to Buyondips_kite/config.py

  4. 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']

  5. Build the container image. sudo docker build -t imagename . eg: sudo docker build -t buyondips .

  6. Now run the container eg: sudo docker run buyondips

  7. Check if the container started sudo docker ps -a

  8. Add container name into buydips.sh

  9. We can start the container using crontab eg : crontab -e

25 9 * * 1-5 /home/opc/buydips.sh

About

This is to buy the stock the day when the stock is trading below -1%

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published