firepol

Results 17 comments of firepol

When fixing this, it would be nice to check also the past data and allow to fetch it. I have "holes" in my backfilles and can't find a way to...

Thanks for the answer @defkev iIf I understand correctly, you suggest as an alternative to hold on the account 0.1 and hold also 1000 USD. What happens if in the...

I did, it's really 4.8, or 5.5 it I switch the alternative to gcc-5... same error. I also tried `alias g++="g++ --std=c++0x"` before running make, or std=c++11 (I tried all...

Hei, I found an interesting tutorial showing how to deal with websockets. I'm quite new to websockets and also in async programming, thus, good examples would be awesome. https://mmquant.net/replicating-orderbooks-from-websocket-stream-with-python-and-asyncio/ This...

Since I'm new to multi-threading and related stuff I'm watching a tutorial about it... but I was thinking about a more advanced example not just while True print something. I...

Well, "simple" is up to interpretation ;) One thing is to have the very simple "hello world" example that doesn't really help anybody, another would be an example that actually...

Sure, sorry if I sounded too pushy, didn't want to be, but yes I'm kinda excited to try new things. Maybe I'll learn the basics of websockets etc. and when...