Skip to content

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.

1 participant