Binance crypto bot with jupiter

Hi everyone…just a logic question…

I have taken the crypto advanced course for python…right now i am tring to create my personal bot with python writing on the jupyter netbook. 

i have a problem/question…i have imported the data , created the dataframe, and create my condition for the entry and exit…BUT now i am not able to create the function to make buy and sell order on binance. 

i can do that always through jupyter using my api key and secret? 

do you have an example to set the buy limit order?

with stop loss?



and how can i set the exit for the only long position above?



my idea start from the tikketing strategy you speak in a course i have follow. 



hope in your help.



many thanks. 

Hello Irene,

You should check out this very detailed article on using the Binance API in Python, where you will find answers to almost all of your questions: article link



Additionally, you can find the library's official documentation at this link and check for code examples.



I hope this helps.