📋Command line

This component is used to type your custom commands for fast trading.

Add custom commands in the "Shortcuts" field located in the general settings.

Supported variables:

  • {coin}: Example - {BTC}

  • {size}: For positions over $1,000, use '1k', '5k', etc. For positions over $1,000,000, use '1m', '5m', etc.

  • {timeInForce}, {account}, {cmd}, {slippage}, {percent}

  • Limit Order : 'p_price' (Example: 'l btc 50k p_41500')

  • Use Cases:

    • Create different commands for various position sizes.

    • Rename commands for ease of use.

    • Split orders among several accounts for pseudo-simultaneous entry.

    • Specify commands for 'Good Till Canceled' (GTC) orders instead of 'Immediate or Cancel' (IOC).

These commands can also be used with Telegram and Discord bots by enabling them in the Trading field found in the general settings.

Last updated