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

Hot to calculate BTCUSDT RSI value? #25

Open
emin-karadag opened this issue Aug 30, 2023 · 0 comments
Open

Hot to calculate BTCUSDT RSI value? #25

emin-karadag opened this issue Aug 30, 2023 · 0 comments

Comments

@emin-karadag
Copy link

Hello,
I want to calculate the RSI value for BTCUSDT using its library.

The parameters are as follows:

  • RSI Period: 14
  • BTCUSDT -> last 210 candles for 15-minute chart. (15*14)

I am using the following code:
var result = Indicators.Rsi(closePrices, 14);

There are a lot of values ​​in "result.Rsi". Which of these corresponds to the RSI value we see on Tradingview?

Also why are there loads of values?
I just want to get BTCUSDT -> RSI value on 15 minute chart for RSI 14 period.
Can you help me with this?

Thank yoru.

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

1 participant