The CLI is divided into five panes:
- Input pane (lower left): Where users enter commands
- Output pane (upper left): Prints the output of the user’s commands
- Log pane (right): Log messages
- Top navigation bar: Displays the status/information of the following items
- Version:
- Reference of Version Release
- Strategy:
- Nonstop Algo has 9 strategy configurations that can be used for trading or liquidity mining. Nonstop Algo strategy guide can be found here.
- Strategy_file:
- You have the option to save a strategy configuration after every bot creation, allowing you to reuse a strategy quickly with
import
_command + strategy_filename.yml.
- You have the option to save a strategy configuration after every bot creation, allowing you to reuse a strategy quickly with
- Version:
- Bottom navigation bar: Displays the information of the following items
- Trades
- Number of trades done by the bot
- Total P&L
- Total profit & loss
- Return%
- Return percentage of assets
- CPU
- CPU usage of the computer
- Mem
- Memory usage of the computer
- Threads
- Duration
- Duration of the trading session
Show and hide log pane #
The log pane on the right can be shown or hidden in two ways:
- Click the
log pane
button in the upper right hand corner - Press
CTRL + T
shortcut on your keyboard
Tabs #
Users can now open another tab in the left pane of Nonstop Algo where the log pane is supposed to be upon entering a command associated with the Tabs feature. Users can now switch between the log pane
and the new tab they have opened simultaneously.
Note
Currently, the feature only works with the order_book
parameter.
Opening and Closing #
Opening a tab #
Use the tabs by simply inputting a command associated with the tabs feature.
Upon using the order_book
command and any suffix it will open a tab automatically.
Closing a tab #
Simply click on the x
at the top right corner or inputting parameter_name --close
One option to close the tab is by clicking on the x
next to order_book
Alternatively, you can remove the new tab by inputting the order_book --close
command to close the tab
Keyboard shortcuts #
Keyboard Combo | Command | Description |
---|---|---|
Double CTRL + C | Exit | Press CTRL + C twice to exit the bot |
CTRL + S | Status | Show bot status |
CTRL + F | Search / Hide Search | Toggle search in log pane |
CTRL + X | Exit Config | Exit from the current configuration question |
CTRL + A | Select All | * Select all text |
CTRL + Z | Undo | * Undo action |
Single CTRL + C | Copy | * Copy text |
CTRL + V | Paste | * Paste text |
CTRL + R | Reset Style | Set default color style |
CTRL + T | Toggle logs | Hide / show the logs pane |