michaelgrosner / tribeca

A high frequency, market making cryptocurrency trading platform in node.js
Other
3.98k stars 948 forks source link

Bot does not provide Order List although orders are open and filling #111

Closed renkcub closed 6 years ago

renkcub commented 7 years ago

This is showing blank on both GDAX and Bitfinex.

I see other related issues, possibly.

Not sure the problem. Any fixes or anyone else experiencing this?

https://github.com/michaelgrosner/tribeca/issues/78 https://github.com/michaelgrosner/tribeca/issues/35

joral commented 7 years ago

Yes, I am having the same issue. Don't know what's going on though.

michaelgrosner commented 7 years ago

The app no longer shows automated orders from market making, the order list only shows orders placed manually via the web UI.

The reason I took away this functionality was that it was exerting a huge amount of pressure on the trading engine garbage collector and making the web UI super slow, without any benefit. I could re-add it via configuration if you would like to see those orders?

ericbouchard commented 7 years ago

It could be useful when trading in markets with low liquidity.

ericscheier commented 6 years ago

+1 for re-adding via config

Also very useful when backtesting, paper trading, and testing on the null exchange

ericscheier commented 6 years ago

@michaelgrosner could you provide any quick guidance on how to re-enable this feature? I'm happy to submit a pull request but I figure there's no need to re-invent the wheel here.

michaelgrosner commented 6 years ago

This feature has been added.