🏹
Orion Terminal
  • Introduction & Installation
    • Windows Installation
    • macOS Installation
    • Linux Installation
    • Bitget (BETA) Account and API Key Creation
    • Bybit Account and API Key Creation
  • Commands Overview & Examples
  • Flags, Variables, and Operators
Powered by GitBook
On this page
  • Commands Overview
  • Command Examples

Commands Overview & Examples

Commands Overview

Command
Arguments
Description

login

<exchange>

Logs in to an account on a exchange

account OR <account>

<account>

Set the default account

symbol OR <symbol>

<symbol>

Set the default symbol, specifying it in a command will override this

size

<size>

Set the default size, specifying it in a command will override this

buy, sell

<size> <symbol | price> <price | symbol>

Buy or Sell at market or at specific price

close

<symbol | size> <symbol | price> <price>

Close a position or a portion of a position

cancel

<order_type | symbol> <symbol | start_price> <stop_price>

Cancel orders of a specific type, on a symbol or in a price range

stop

<side | size> <size | symbol | price> <symbol | price> <price>

Create a new stop/trigger order

split

<side> <size> <symbol | number> <number | start> <start | stop> <stop>

Splits buys/sells into a number of orders from start price to stop price

leverage

<symbol | leverage> <leverage | symbol>

Change leverage for a symbol

orders

<symbol: *>

List all orders

positions

<symbol: *>

List all positions

balance

List all balances

wait

<seconds>

Wait for some time in seconds

autotp

<orders> <start_pct> <stop_pct> <symbol: *>

Make a new autotp, this will place orders from start % to stop % when you enter a position

trigger

<event> command*

Triggers a command on an event

triggers

List all triggers

bind

command*

Bind keys to a command

binds

List all keybinds

alias

<alias> command*

Alias a specific command

aliases

List all aliases

enable

[autotp, keybinds]

Enable option

disable

[autotp, keybinds]

Disable option

toggle

[autotp, keybinds]

Toggle option

set

<variable> <value>

Set a variable to a value

variables

List all variables and their values

del

<variable | alias | bind | trigger>

Deletes a variable, alias, bind or trigger

help

Displays all commands

clear

Clears the terminal

log

text*

Log text or variables

save

<name>

Save the current profile/session

load

<name>

Load a session from name

quit

Save current session and quit the terminal

Command Examples

buy 100$ btc - Market buy 100$ of BTC

sell 1 btc - Market sell 1 BTC

buy 1 btc 21000 - Limit buy 1 BTC at 21000

sell 1 btc 24000 !ro - Limit close 1 BTC at 24000 - reduceOnly

eth, buy 1 - Set default symbol to ETH and market buy 1 ETH

close eth - Market close the current position on eth

close eth 2000 - Limit close the current position of ETH at 2000

split buy 1000$ doge 20 0.05 0.06 - Buy a 1000$ worth of doge in 20 orders from 0.05 to 0.06

doge - Set default symbol to DOGE split buy 1000$ 20 0.05 0.06 - Buys a 1000$ worth of doge in 20 orders from 0.05 to 0.06

split buy 1000$ doge 20 last-3% last-1% - Buy a 1000$ worth of doge in 20 orders from the last price - 3% to the last price - 1%

stop buy 0.01 btc 30000 - Market buy 0.01 BTC once the price is >= 30,000

leverage btc 10 - Set the leverage to 10x on btc

wait 20:00, buy 0.01 btc - Wait until 20:00 and buy 0.01 BTC

wait 10s, sell 0.01 btc - Wait 10 seconds and sell 0.01 BTC

cancel buys - Cancel buy orders on all pairs (or default symbol)

cancel buys eth - Cancel all buy orders on ETH

cancel btc 19000 21000 - Cancel all orders on BTC in the price range of 19000-210080

bind buy 1000$ doge - Bind `buy 1000$ doge` to the key(s) you press afterwards

autotp 5 1% 3% - Closes position when one opens in 5 orders from 1% from entry to 3% from entry

autotp 5 1% 3% doge - Does the same as the one above but only on DOGE

PreviousBybit Account and API Key CreationNextFlags, Variables, and Operators

Last updated 1 year ago