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

RSI Calculation not correct #25

Open
muhadaltaf opened this issue Jun 6, 2021 · 2 comments
Open

RSI Calculation not correct #25

muhadaltaf opened this issue Jun 6, 2021 · 2 comments

Comments

@muhadaltaf
Copy link

Hi,

I was trying the real data for BTC for 15 minutes as below

RSI: 38.7
Tradingview showing : 32.3

data
List ohlcList = new List
{
new Ohlc { Close = 35912.88 },
new Ohlc { Close = 36015.69 },
new Ohlc { Close = 35939.43 },
new Ohlc { Close = 35886.66 },
new Ohlc { Close = 35987.14 },
new Ohlc { Close = 35868.13 },
new Ohlc { Close = 36098.19 },
new Ohlc { Close = 36090.88 },
new Ohlc { Close = 35913.99},
new Ohlc { Close = 35869.81},
new Ohlc { Close = 35905.80 },
new Ohlc { Close = 35781.40 },
new Ohlc { Close = 35769.19 },
new Ohlc { Close = 35639.03 },
new Ohlc { Close = 46.28 },
new Ohlc { Close = 46.00 },
new Ohlc { Close = 46.03 },
new Ohlc { Close = 46.41 },
new Ohlc { Close = 46.22 },
new Ohlc { Close = 45.64 }
};

@diegoaraujolima
Copy link

+1

1 similar comment
@karamizrak
Copy link

+1

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

3 participants