Vasile Pește
Vasile Pește
This line should be responsible https://github.com/AliasIO/wappalyzer/blob/8d21dbc1fc9845f5fa557a976a7b35cea6b709be/src/drivers/npm/driver.js#L534 We should just replace `hostname` with `url`, not only on this line but also the other parts in the procedure.
Have you verified that there is a performance issue at all or you just suppose it's going to be a problem? Another solution to avoid performance issue (if there is...
> It only matches the hostname for performance. Some sites make multiple XHR requests per second, which would trigger Wappalyzer to run each time. Doing it only once per hostname...
I am also getting completely different results compared to other online tools/brokers... UP.
Hey, thank you for reporting this issue, are you trying to login into the same account (account id) or a different account id each time?
It's because all Mida objects are immutable ES6 class instances, and all properties are actually getters (apart from methods). Node.js is currently unable to log getters since they are not...
We have just released [Pro Inspector](https://github.com/Reiryoku-Technologies/pro-inspector) which is going to improve the console logs. This works with any Node.js project and is not connected to Mida. ## Installation ``` npm...
The `console.log()` and JSON representation of an object are two different things. What you see in the console is just a message useful for debugging. Even with the native `console.log()`...
You can use [getSymbolPeriods()](https://www.mida.org/documentation/ticks-candlesticks/candlesticks.html#getsymbolperiods) but the amount of returned candles is at the trading platform discretion. On cTrader you will receive the latest 200 candles, with the next update this...
I see, we could design a specific API for requesting long historic data. Of course the availability of this API depends on the trading platform. We could add this optional...