-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Unable to stop a market watcher or Strat runner #1306
Comments
Lurking for a while now: this is a question i can answer easily :)
It is on the bottom of this page: https://gekko.wizb.it/docs/installation/installing_gekko_on_windows.html |
Yeah I can stop the script, but I just want to stop the Strat from running |
Ah. I recognize the problem. If you have two Strats running you have to kill both. Somewhere i read this is on the roadmap. I have solved this for now by starting each gekko in a separate directory with their own port. C:\Gekko0=3000, C:\gekko1=3001, enz.. I sometimes copy the database between them or to a third directory to test strategys.. |
Another way of doing this is saving the PID of each process into the database and then KILL the process you want to remove. You could make a html button to remove each processes. I recommend saving them in the DB because if the main program crashes, the child processes can still be controlled upon restart of the UI program. Of course you would have to check to see if the processes are still running every now and then and remove the ones that are not from the DB but that should be simple. |
The UI is very basic for now. This will be properly supported in the next version. See #911 for details :) |
I finally got this fixed. See my last comment on #2059. |
Is there any way?
The text was updated successfully, but these errors were encountered: