Small update.. I’m a good way ahead on capturing the Poloniex Margin Position at the moment, which is a great improvement as I had to change the whole database in order to be able to track multiple exchange positions.
Soon I’ll be showing it on the frontend interface, the first version picking up a position from poloniex side by side with 1broker positions.
Side note, was testing it end up buying ETH at 0.93 and made a nice 60% gain
In the meanwhile I'm rocking the dashboard / poloniex / 1broker / database for this multiple positions / multiple balances thing, and tbh I’m happy I’m already mixing 1broker and poloniex data on the database side by side. Now I need to keep on working around it to make it smooth.
The way the data comes from poloniex is very different from 1Broker, so it’s a total different ball game to detect “new position open”, “position closed”, “position changed”, etc. For example, on Poloniex one person can close just half of it’s position for instance, or add to a position, so it’s very much a different ball game compared to 1broker positions. But this is challenging and very exciting nonetheless, and more importantly very doable.
More updates as we get further along.