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

Input format #4

Closed
affixalex opened this issue Apr 4, 2013 · 1 comment
Closed

Input format #4

affixalex opened this issue Apr 4, 2013 · 1 comment

Comments

@affixalex
Copy link

Hi,

What do you think about changing the input format to:

[
[
417074400000,
35.88,
36.13,
35.25,
36,
20000
],
[
417160800000,
34.88,
35.88,
34,
34,
31000
]
]

Just an array of arrays with timestamp, open, high, low, close, volume. This is the format used by Highstock so you could persist data in RethinkDB or MongoDB and analyze it with TALib and/or stream it unmodified to be displayed in the browser. Plus I think it's a little bit clearer.

If I submit a pull request for this, would you consider accepting it?

@oransel
Copy link
Owner

oransel commented Apr 22, 2013

Small update is pushed. I will appreciate it if you could test.

The parameters are already in an array format. The internal analysis library requires you to label them and parameters differ from one function to another. Am I understanding your question correctly?

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