vba - place orders on bybit
Budget: $30 – $250 USD
I have a suite of tools that allow me to palce orders, get prices etc. on binance from msaccessv10.
It uses WebRequest v4.1.5 by Tim Hall - https://github.com/VBA-tools/VBA-Web
I want this converting so it can access bybit's futures exchange - should be quite easy.
Also, if you have a websocket implimentation so I can monitor a table that is updated with a pair's price without sending a query that would be great.
Source code/test application attaached.
Functions required on bybit futures - ordering on both usdt perpetual and invers perpetual :-
Place order (returning orderID to check it was not rejected)
Cancel order (returning success)
Get current price (bid, ask)
Get candle (open close,High, Low) - insert into table
Get current open orders - insert into table
Get current open positions - insert into table
It uses WebRequest v4.1.5 by Tim Hall - https://github.com/VBA-tools/VBA-Web
I want this converting so it can access bybit's futures exchange - should be quite easy.
Also, if you have a websocket implimentation so I can monitor a table that is updated with a pair's price without sending a query that would be great.
Source code/test application attaached.
Functions required on bybit futures - ordering on both usdt perpetual and invers perpetual :-
Place order (returning orderID to check it was not rejected)
Cancel order (returning success)
Get current price (bid, ask)
Get candle (open close,High, Low) - insert into table
Get current open orders - insert into table
Get current open positions - insert into table