Have your computer manage your protfolio when you work/sleep
Kite Zerodha order automation with Entry/Target/StopLoss price by giving in a simple portfolio
Ensure that Marketwatch 7 has space left for the stocks in your portfolio
Don't forget to create a
credentials.json
file as below
{
"username": "ABC123",
"password": "thisIsMyPassword"
}
Use sample
portfolio.sample.xlsx
and createportfolio.xlsx
as per your wish.
- See
requirements.txt
for dependencies
The idea is to have a Excel/CSV file whereIn your stockName,EntryPrice,Target,SL,Quantity would be mentioned. This script will be like a daemon/cron-job to regularly check for updates and place buy/sell order automatically without user intervention thereby giving freedom to user to continue working on his/her stuff ( or sleep zzzZZZZ )
- Run the script using
python zerodha.py
Reach out to me at one of the following places!
- Facebook at
@theAliJafri
- PhonePe: decodeit@ybl
- MIT license
- Copyright 2018 © Ali Jafri.