Robert S.W. Carroll
Robert S.W. Carroll
Hey @recycletechno ! What you're trying to do is totally possible. One of the problems you might be having is alertcondition only works on strategy pinescripts, not sure if that's...
hey! by chance are you sending the alerts to localhost:5000/webhook its something I need to fix, as it can be confusing but that might work!
Most of the requests here can be done within the bot's "send order" action (as it was intended) BUT I am working on a branch that will allow for "blueprints"...
Ah, I see. I'm currently working on a new version that allows for placing a take profit and stop with one alert, it might only work with market orders to...
> Its this working for binance? Technically, anything that CCXT supports, can be run with this bot :) The bot basically just takes in webhooks and runs a python function,...
hey! this one would be a bit tricky, as it would have to grab that information from kraken, right now its a unidirectional app, only sending information to the exchange...
hey, were you able to find the solution to this? what address did you get the error on?
hey, not sure entirely, I'll look at it again when I get the chance but this line: requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.bitmex.com/api/v1/order are you able to...
Hey! Sorry for the delay, did you get this issue resolved? @SunHxiao If you haven't yet, have you modified the code at beyond trying to include IB? It should definitely...
hey! You would have to see if ccxt supports the exchange, I don't think they would in this case... which means you would have to create the API wrapper yourself....