Karthik
Karthik
You may fork this project and add the filter to only show trades for a particular set of pairs. This should be relatively easy to do.
@dwarserop - No problem. I'll add this feature and upload it as a new version. This is a simple addition, so shouldn't take long.
The program, in it's current form, is just a scanner. It just finds the list of available opportunities but doesn't have the capability to automatically buy and sell. That being...
After testing again, looks like stream.destroy() does not end the connection, which is why when I try to reconnect after 30 secs, I get the "Maximum conenctions exceeded" error.
Yeah, restarting the app works fine as opposed to destroy and re-establish, but restarting is not always possible and only works as a work around. I hope someone from the...
Chris was referring to the same. Using *process.exit()* terminates the application, which is not a graceful way to disconnect. On Mon, Jul 6, 2020 at 8:53 PM Xavier Larrea wrote:...