Mathieu Colmon
Mathieu Colmon
Hello, yes I would like to make a markdown documentation using the current JSDoc documentation. That's why there is a "jsdoc-to-markdown" dependency in `package.json`. But currently when I try to...
Hello, It's working for me when you remove `inputs` property in `setMarket`: ```javascript ... chart.setMarket('NASDAQ:AAPL', { type: 'Renko', timeframe: '1', // 1 minute }); ... ```
I tried with the Traditional `style` and I have the same problem as you.
Hello, I didn't found any solution to this, and my TW Pro trial has expired. (I don't have the problem with higher timeframes...) I think that the only thing to...
@VRspace4 did you solve it ?
> I think that the only thing to do is to compare all sent WebSocket requests (browser vs API) and see where is the difference. It could be a difference...
> Loving this project so far all of the examples are working for me. I desperately need the Stock Screener results to fully automate my project, is this something you...
Hello, it is not currently possible but it can be easily implemented, but unfortunately I don't have time to do it now. Sorry...
Yeah, I've seen it do that, but I don't know why... Maybe it happens when you call `fetchMore` too quickly. The real replay mode hasn't this problem (you can test...
> returned the same day multiple times Ohh that's weird... > after that it skips a few days Sometimes it skips when the market is closed (weekends). I don't know,...