[Binance Futures][Python API] How to place limit orders (buy and sell)

[Binance Futures][Python API] How to place limit orders (buy and sell)

Bitone Great

2 года назад

15,181 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@nicecontents934
@nicecontents934 - 29.11.2023 17:48

is it same now , can i have it ?

Ответить
@blockchainshatoshi432
@blockchainshatoshi432 - 16.06.2023 15:25

Just Spot not Futures :((

Ответить
@er-gec2546
@er-gec2546 - 06.02.2023 20:47

simple and nice. great

Ответить
@AzzedineIssa
@AzzedineIssa - 03.11.2022 04:47

How does this work with leverage? Does it automatically buy the set leverage level?

Ответить
@amothe83
@amothe83 - 18.10.2022 13:25

How do you specify a long or a short market order on python binance

Ответить
@xxvicoanxx
@xxvicoanxx - 29.09.2022 03:58

Thanks a lot for the video! I was wondering if you can make the video for closing the same position you opened? I found in the documentation an attribute closePosition = true, but do not know exactly how it would work to close the position at market price. Thanks again!

Ответить
@jacoby8934
@jacoby8934 - 28.08.2022 10:25

This is Great!
Question - Is there a way to display which coin/token, among all future coins/tokens, rallied above X percent? and perhaps in addition create bot that will push a notification about it...

Ответить
@youtubegarbage4u
@youtubegarbage4u - 10.08.2022 04:04

where do we set if 10x or 5x or 100x?

Ответить
@osamaalsanaani6031
@osamaalsanaani6031 - 09.07.2022 21:01

How to control leverage and when you close it or reduced it

I wish of can make the tutorials more detailed

Thank you

Ответить
@fmerello
@fmerello - 29.05.2022 18:46

where is the Leverage data?

Ответить
@devran4169
@devran4169 - 21.05.2022 02:41

hello sir I want to ask you a question, I am confused a little bit.
in this video you create futures orders but I want to ask something that I confused.



client.futures_create_order(symbol='XRPUSDT', side='BUY', type='MARKET', quantity=10)


If I understant this correctly it means;
I open a LONG position( if side ='BUY' it means LONG);
on xrpusdt, I open it with current market price because type='MARKET' and next


this is where I confused quantity mean what ? leveraged my initial money ?
I mean
Let's say I have $100, let's say current price of XRPUSDT = $10
If I want to buy it normally, I get 10 quant XRP

But If I use 10x leverage my capital become $1000
then I can get 100 quant XRP.

so , in this function quantity mean what ?


client.futures_create_order(symbol='XRPUSDT', side='BUY', type='MARKET', quantity=???)
it means, "quantity my initial money can buy after leverage is applied"?
I mean
normally I can buy 10 quant with $100 but
10x leveraged, 100 quant
when I write quantity=100 it already means 10x? If it is not that mean, how can I define leverage?



second question is , how I close my LONG position ? only manually?
Can't I automatically close the position I just opened using the API again?



Sir, I have a bad English, I hope I was able to explain my problem. If you respond me I'll be very glad sir. thank you so much <3

Ответить
@jonasrocha3019
@jonasrocha3019 - 14.05.2022 16:15

Thank you very much for this video, very useful to me!
With your video and other content I managed to make a simple program to create orders.
But I didn't find or didn't understand a way to make the Take profit and Stop Loss when the type="MARKET".
It is possible?

Ответить
@alansebastian3518
@alansebastian3518 - 01.05.2022 08:31

Please show how to put TP and SL.

Ответить
@pedroguzman4623
@pedroguzman4623 - 22.04.2022 03:31

I appreciate this contribution on this topic about cryptocurrencies and especially on this issue of scheduled buying and selling
I am new to these investments and I would really appreciate if I could know the take profit and stop lose order
because in reality they are difficult to find and I would really appreciate your information because I think you are very good in this matter and thanks to people like you we can get ahead thank you very much for your contribution

Ответить