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

calculate indicators by minutes #20

Closed
YoleYu opened this issue Apr 6, 2015 · 1 comment
Closed

calculate indicators by minutes #20

YoleYu opened this issue Apr 6, 2015 · 1 comment

Comments

@YoleYu
Copy link

YoleYu commented Apr 6, 2015

Suppose now is 18:11, I have ten market data for 18:01, 18:02 ... 18:10.
I can use talib to calculate RSI of these data.

Now time goes to 18:12, I got the new data of 18:11.
Can I use the calculated data previously as the input to calculate RSI for 18:12, or I can only use data of 18:01 - 18:11 as the input?

@oransel
Copy link
Owner

oransel commented Apr 6, 2015

Please refer to this site for how RSI indicator works.

http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:relative_strength_index_rsi

@oransel oransel closed this as completed Apr 6, 2015
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