Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why RSI, AO etc are WAY off from tradingview indicators? #84

Open
mmaestrini opened this issue Jun 12, 2023 · 1 comment
Open

Why RSI, AO etc are WAY off from tradingview indicators? #84

mmaestrini opened this issue Jun 12, 2023 · 1 comment

Comments

@mmaestrini
Copy link

mmaestrini commented Jun 12, 2023

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?

@dilame
Copy link

dilame commented Jun 18, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants