Welcome to the Kucoin Futures command examples page.
Here you will find some Commands/Parameters that can help you start trading in Kucoin Futures with Autoview.
Keep in mind that most of these can be done using the handy Syntax Builder!
If this article is missing something you feel should be added, feel free to make a suggestion under this page so we can add it for future reference.
Parameters
Here we will cover some of the Parameters that we will be using to set up some basic trades for Kucoin Futures using Autoview.
Exchange [e=]
Used for pinpointing what exchange you are trading on.
e=kucoinFutures
Symbol [s=]
"s=" is used whenever you are referencing an asset you want to trade. This symbol can be copied from the website to ensure you are getting the proper asset you want.
s=ethusdtm Etherum
s=xbtusdtm Bitcoin
s=bnbusdtm Binance coin
Book [b=]
Standard Buy, Sell, Long and Short options.
b=long (futures Trading)
b=short (futures Trading)
Price [p=]
The amount to undercut (negative) or overcut (positive) the top order of the book.
When using this, enter the appropriate amount for the asset you are trading.
In some cases you may see a negative input [Ex: p=-1%]. It is only relevant to your take profit, as a negative, when closing a short position.
p=20% (Price based off a percentage)
p=120 (Price based off of a number)
b=buy p=-1% (Place buy 1% below the current price)
b=sell p=20 (Place sell $20 above the current price)
Quantity [q=]
The portion of your wallet balance or position you would like to effect.
q=10% (Price based off a percentage)
q=50 (Price based off of a number)
Order Type [t=]
There are Various order types that can be used within your command to select what type of trade you want.
t=limit (Limit: Order will be placed in the books to await being filled)
t=market (Market: Place order in the book for immediate filling (p
is ignored)
t=post (Post only: ensure that your limit order is posted to the order book and will be charged a Maker Fees if it is filled.
t=ico (Immediate Or Cancel: The order will be fully or partially executed immediately at a limit or better price and any unfilled parts of the order will be canceled.
Leverage [l=]
Leveraged trading, also known as margin trading or trading on margin.
l=1-100 (1x to 100x )
Reduces only [ro=1]
ro=1 (a special order condition that only allows you to reduce or close a current position you hold)
ro=0
One Cancels the Other [oco=]
Unfortunately Kucoin Futures's API doesn't support oco.
Order Examples for Futures trading.
Below will be a set of examples using some of the parameters mentioned above.
We will be stringing some of them together to form different types of orders.
These examples should help you get started with opening basic and or advanced orders in Kucoin Futures with Autoview/TradingView.
Open a long/short limit
e=kucoinFutures s=ethusdtm b=long q=1 p=-10%
e=kucoinFutures s=ethusdtm b=short q=1 p=10%
Open a long/short market
e=kucoinFutures s=ethusdtm b=long q=1 t=market
e=kucoinFutures s=ethusdtm b=short q=1 t=market
Open a long with a stop-limit/market
e=kucoinFutures s=ethusdtm b=long q=1 tp=10%
e=kucoinFutures s=ethusdtm b=long q=1 tp=10% t=market
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10%
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10% t=market
Open a short with a stop-limit/market
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10%
e=kucoinFutures s=ethusdtm b=short q=1 sl=10%
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10% t=market
e=kucoinFutures s=ethusdtm b=short q=1 sl=10% t=market
Close orders
e=kucoinFutures s=ethusdtm c=order
Advance Order Examples for Futures trading.
Open a long/short limit using leverage
e=kucoinFutures s=ethusdtm b=long q=1 p=-10% l=10
e=kucoinFutures s=ethusdtm b=short q=1 p=10% l=10
Open a long/short market using leverage
e=kucoinFutures s=ethusdtm b=long q=1 t=market l=10
e=kucoinFutures s=ethusdtm b=short q=1 t=market l=10
Open a long with a stop-limit/market using reduce only
e=kucoinFutures s=ethusdtm b=long q=1 tp=10% ro=1
e=kucoinFutures s=ethusdtm b=long q=1 tp=10% t=market ro=1
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10% ro=1
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10% t=market ro=1
Open a short with a stop-limit/market using reduce only
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10% ro=1
e=kucoinFutures s=ethusdtm b=short q=1 sl=10% ro=1
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10% ro=1 t=market
e=kucoinFutures s=ethusdtm b=short q=1 sl=10% ro=1 t=market
Closing a long/short using a limit order with reduce only
e=kucoinfutures s=ethusdtm b=short c=position ro=1 q=1 fp=1300
e=kucoinfutures s=ethusdtm b=long c=position ro=1 q=1 fp=1300
Open a long with a stop-limit/market using post only
e=kucoinFutures s=ethusdtm b=long q=1 tp=10% t=post
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10% t=post
Open a short with a stop-limit/market using post only
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10% t=post
e=kucoinFutures s=ethusdtm b=short q=1 sl=10% t=post
Open a long with a stop-limit/market using t=ico
e=kucoinFutures s=ethusdtm b=long q=1 tp=10% t=ico
e=kucoinFutures s=ethusdtm b=long q=1 sl=-10% t=ico
Open a short with a stop-limit/market using t=ico
e=kucoinFutures s=ethusdtm b=short q=1 tp=-10% t=ico
e=kucoinFutures s=ethusdtm b=short q=1 sl=10% t=ico
Comments
0 comments
Please sign in to leave a comment.