This is an old revision of the document!


Buy/Sell Signal (unified)

 

Quantity, leverage, stoploss and takeprofit have to be adjusted to your strategy / personal needs!

# transfer 10 ETC from your *spot balance* to your *cross margin* balance
transfer=ETC quantity=10 y=spot
# transfer ALL of your ETC from your ETCBTC *isolated margin* balance to your *spot balance*
transfer=ETC quantity=100% symbol=ETCBTC iso=1 y=margin
# transfer one quarter (25%) of your ETC from your *spot balance* to your ETCBTC *isolated margin* balance
transfer=ETC quantity=25% symbol=ETCBTC iso=1 y=spot
# apply for the maximum margin loan (100% of borrowable) for your ETC *cross margin* balance
loan=ETC quantity=100%
# apply for the maximum margin loan (100% of borrowable) for the ETC part of your ETCBTC *isolated margin* balance
loan=ETC quantity=100% symbol=ETCBTC iso=1
# place a *cross margin* limit buy order in the ETCBTC market and *auto-borrow* the maximum margin loan (100% of borrowable)
symbol=ETCBTC side=long quantity=100% mt=borrow
# place a *isolated margin* limit buy order in the ETCBTC market and *auto-borrow* the maximum margin loan (100% of borrowable)
symbol=ETCBTC side=long quantity=100% mt=borrow iso=1

Attention

Always double check that you are using the right syntax/alert!