Bot to manage bots
Bot to manage bots
03 May 2022, 19:11
Is it possible to programmatically start/stop bots from another bot?
It might be nice to have a watcher/manager that starts/stops bots based on different market conditions, perhaps even based on monitored profitability, maybe programmatically ran optimisation when required.
I get that you could write all of this into one bot (less the optimisation part), but I'm interested if anyone has explored this "manager bot" idea?
Replies
ghcaplan
27 May 2022, 00:12
( Updated at: 27 May 2022, 00:14 )
Even if there's no built-in feature, it should be possible to roll your own functionality fairly trivially with something like the ZeroMQ messaging library.
One of the attractions of .Net based platform vs proprietary languages is that it offers access to a huge ecosystem of battle-tested solutions.
@ghcaplan
Prospect
03 May 2022, 19:29
RE:
Prospect said:
Just found conversations going back to 2015 asking for this functionality, would delete my original post if I could....
@Prospect