Abhisheksoni1 / BitmexBot

MIT License
80 stars 37 forks source link

how to limit buy and sell with manual prices, or tell bot what prices to buy,close,or short [feature if possible] #8

Open JeanLoriston opened 6 years ago

JeanLoriston commented 6 years ago

hi i am trying to figure a way to make the bot place limit orders based on prices i give it manually for example i want to make the bot place a limit buy order when bitcoin = current price that i give it and i want it to close the position , take profit when btc equals = a new price something like limit_buy_long = 6300 close_limit_buy_long = 6400 this would have to work for either a short or long position because i have a seperate python project i have been working on and i would like to have a way to write the outputs from my other program into the bot instead of using the TA or maybe have a option to enable TA off and just put in manual prices for the bot to buy and sell , and @Abhisheksoni1 thank you very much for this bot.