Open mmaestrini opened 1 year ago
Hi I am testing this on some crypto charts and I am comparing the output of this from a few tradingview indicators and there is a rather large mismatch and I don't get what it is due to.
Can you perhaps explain or point me at what it might be?
For instance for RSI i do this
const rsi5m = await ta.rsi(close5m, 14); const rsi15m = await ta.rsi(close15m, 14); const rsi1h = await ta.rsi(close1h, 14);
And then compare it with TMA v2 Divergences or VMC cipher V rsi, and it is SUPER off. Any idea why?
https://github.com/bennycode/trading-signals/issues/64#issuecomment-1539209738
Hi I am testing this on some crypto charts and I am comparing the output of this from a few tradingview indicators and there is a rather large mismatch and I don't get what it is due to.
Can you perhaps explain or point me at what it might be?
For instance for RSI i do this
And then compare it with TMA v2 Divergences or VMC cipher V rsi, and it is SUPER off. Any idea why?