Vasile Pește
Vasile Pește
How can I implement the support for raster graphics?
XHR regex patterns should be tested on the entire XHR request URLs and not only on the hostnames. Many services may refer to the same hostname when making XHR requests....
Hello, since this project looks abandoned I can suggest trying Mida https://github.com/Reiryoku-Technologies/Mida I would like to keep an active community regarding algorithmic trading with Node.js Thank you!
I see that for advanced usage I can require the module and use methods like `addAlias` for adding new aliases. I would like to be able also to resolve an...
Hello everyone, since this project seems discontinued I would like to share with you an alternative: Mida https://github.com/Reiryoku-Technologies/Mida You can use the Binance API from Mida which is based on...
Hi, thank you for this work. It is not clear if the websocket will reconnect in case the connection to the server drops, and if all listeners will still receive...
Currently there is no way to know if a trading application has been disconnected from the trading platform. We could introduce the following events on trading accounts - `disconnect` fired...
## Introduction The idea behind this PR is creating an API that provides ready-to-use LIVE market data, for example a self updating array of candlesticks, a self-updating object with bid/ask...
Symbols may not be equal across all trading platforms, for example the Frankfurt 40 Index is represented as `DAX40`, `DE40` or just `GER40` depending on the trading platform. This means...
Hello, first of all the project looks very cool and promising. Second, it's not currently very clear on how to integrate it with existing TypeScript projects. Do you have any...