☰
Login
Signup
Home
›
Amrit12
›
Comments
Activity
Discussions
1
Comments
2
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Amrit12
About
Username
Amrit12
Joined
August 2021
Visits
53
Last Active
May 2023
Roles
Member
Activity
Discussions
1
Comments
2
Comments
Nevermind, I got RSI using pandas which is matching kite value
in
RSI calculation
Comment by
Amrit12
August 2021
from kiteconnect import KiteConnect import numpy as np from datetime import datetime from utility.config import ACCESS_TOKEN, API_KEY def get_rsi(instrument_token): k = KiteConnect(api_key=API_KEY) k.set_access_token(ACCESS_TOKEN) …
in
RSI calculation
Comment by
Amrit12
August 2021