niXman / binapi

Binance API C++ implementation
Apache License 2.0
264 stars 88 forks source link

Need some docs or maybe guides. #20

Closed VladslavAlex closed 3 years ago

VladslavAlex commented 3 years ago

Thank you for your job. Hello! I am a novice in c++, with some python skills. I need to write a high frequency trading bot trying your api. -my bot should listen websocket with minimal input lags; -then perform several trades in async or parrallel way; -then listen to websockets; -then trades; and so on...)) Could you please help me with my task? Thank you in advance.

niXman commented 3 years ago

hi,

with such questions you should address to any forum.

VladslavAlex commented 3 years ago

Thank you for reply! I would like to use your code. Could you please help me with some template code using your binapi for my task?

niXman commented 3 years ago

hi,

Could you please help me with some template code using your binapi for my task

could you please look for examples dir?

closed.