Daniel Kapča
Daniel Kapča
Hi, i cant say exactly how to update this API as i am not so python experienced to update module (dont know exactly how to update source code and debug...
Hi, @l9sheen I gave you access to my private dummy repo. I left for you in readme way to contact me. So take a look. Cheers
Hi SonyPony, no, this is about how to get realtime data feed from IQ. Regarding custom indicators. I dont believe server is sending any indicator data. I am quite sure...
@kanXuT You can read getting of candles already from this api, but here is message: `{ name = "candles", msg = new { active_id = 1, duration = 60, chunk_size...
@kanXuT I dont think they have something like this :) They just download inital candles and then form new candles from incoming ticks. If you want new candle every minute...
@vinydl Not sure, if candles message support array of active_ids (`"active_id": [1, 2, 3]`) so you can try, if IQ can handle something like this. Otherwise send multiple requests, each...
@vinydl You can try and see, and you could let us know results of this experiment :)
@vinydl Ahh, ok, shame. Thank for this! :)
@kanXuT Who knows why it is messy on your environment. I dont have any problem with getting new ticks.
@Niks005 Thanks for answer, i have already figured it out, but it might help someone else :)