LHPControl
LHPControl copied to clipboard
Is there any way to stop/start LHPC programatically ?
I've developed a script that finds the most optimal coins lick values every 30 minutes, but when I try to update the values on varPairs.json (or coins.json), I can see the new values are overwritten during the next bot refresh cycle. Is there any way to programmatically stop and restart LHPC to avoid this ? This is the flow I'm trying to achieve :
- stop LHPC
- update the coins config values
- restart LHPC
It would be even optimal, to be able to refresh those values without having to stop the bot