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

Intraday charts, show data passed in seconds in one minute candle #201

Closed
pushand opened this issue Sep 8, 2019 · 3 comments
Closed

Intraday charts, show data passed in seconds in one minute candle #201

pushand opened this issue Sep 8, 2019 · 3 comments
Labels
out of scope Out of scope for the project. No plans to implement this feature at the moment. question General question.

Comments

@pushand
Copy link

pushand commented Sep 8, 2019

I have data in seconds. so for one minute candle I have 60 data.

I want to show minute candle such that if I pass data in seconds, chart should auto merge the data for that minute and show only one candle.

Attached is the output I get but but I want to show it as single minute instead. how should I do that?

I know I can do by passing minute hata which I don't want because I want to calculate SMA and other indicators based on seconds data

Screenshot 2019-09-08 at 2 39 46 PM

@kirchet
Copy link
Contributor

kirchet commented Sep 9, 2019

chart should auto merge the data for that minute and show only one candle

The library cannot merge bars to other resolutions, so you're need to do it yourself before passing the data to the library

@pushand
Copy link
Author

pushand commented Sep 9, 2019

Does full trading view library have this ability., Like to view data in 1min, 5min, 10min so on.. by supplying single data source in seconds?

@kirchet
Copy link
Contributor

kirchet commented Sep 9, 2019

As I know, the full library can do this

@pushand pushand closed this as completed Sep 9, 2019
@timocov timocov added out of scope Out of scope for the project. No plans to implement this feature at the moment. question General question. labels Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
out of scope Out of scope for the project. No plans to implement this feature at the moment. question General question.
Projects
None yet
Development

No branches or pull requests

3 participants