UI Control

Commands that can be utilized to control different aspects of the Terminal user interface. NOTE: This is currently only available for the DOM but will expand to the rest of app later

All UI commands are formatted like so:

ui <component> <action>

Using CLI for DOM

Using the component name "dom", you can control the order form with the following actions

Additionally, there are further binds actions available in the DOM settings menu:

For example, to control the "MKT. BUY" button type this into the CLI:

ui dom btn_mkt_buy

You can of course bind these to a hotkey in the usual way:

bind global b "ui dom btn_mkt_buy"

Last updated