Run status command or CTRL+S to show the bot's current status. The output may differ depending on the running strategy, but generally, it shows the following information:
By default, the order_book command displays the top 5 bid/ask prices and volume of the current market, similar to how they're displayed in the exchange's order book.
Optional arguments
Command Argument
Description
--live
Continuously displays the order book in real-time
--lines
Number of lines to display
--exchange
Specifies the exchange when running a secondary exchange
--market
Specifies the trading pair when running a secondary exchange
Sample usage
Run order_book --live --lines 20 to show the top 20 bid/ask and volume in real-time.