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

Add initial candles adapter. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add initial candles adapter. #16

wants to merge 1 commit into from

Conversation

svieujot
Copy link

Note : This patch assumes the candles data are also stored in options.quotes as JSON objects.

Also the dataset has an extra array :
data[0] = x // either the date or an index.
data[1] = y // I use the close
data[2] = {o:..., h:..., l:..., c: ...., v:....., d:....} // JSON for the full candle info : open, high, low, close, volume, date

This might probably need to be changed.
I did it this way to avoid changes to the envision core.

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

Successfully merging this pull request may close these issues.

None yet

1 participant