psemdel / py-trading-bot

Trading-bot in python using django, vertorbt lib and interactive-brokers
MIT License
156 stars 38 forks source link

How to Stop bot after starting? #22

Closed ben1628 closed 1 year ago

ben1628 commented 1 year ago

If I click the start_bot twice, it will tell me another bot is already started, and then shows me whole bunch of error.

psemdel commented 1 year ago

Yes, you cannot instantiate it twice. Shut the terminal where you started it in the first place.