-
Notifications
You must be signed in to change notification settings - Fork 3.9k
how to stop a trader bot (strategy rsi) #2059
Comments
The only way I have found is the command line. You kind of have to know what time you started your "child" worker or at least know the order. So here I wanted to kill the last worker I started which is the trading bot so I picked the one with 00:00 in the time. The other workers can be market watchers, paper traders, etc. ps -ax | grep node example:
|
thx :) |
I really hope a button for this is added at some point. |
I'd really like to see this fixed and don't mind to code this myself. |
Finally, a working stop button to stop any running gekko; tradebot, marketwatcher or paper trader. If interested feel free to merge in my branch . The UI button was taken from this pull request. I fixed the back-end in the last commit on my branch. |
:) |
I started a live gekko bot trader and I want to stop it. How to do?
The text was updated successfully, but these errors were encountered: