Hi Team,
I am looking out for an Api which could help me get some indexes value like RSI, RS etc.
Do we have such Api or WS which could help me get these values?
Hi Team,
I am looking out for an Api which could help me get some indexes value like RSI, RS etc.
Do we have such Api or WS which could help me get these values?
If you are coding in python then you can calculate it using pandas-ta library
can this be used on real time data? if so can you point me to some examples
we need to store all ticks with timestamp and create OHLC data then after we can calculate RSI or whatever we needed. For this you can store tickers every minute and then through background task you calculate OHLC and RSI