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 price history to market outcomes #8

Closed
scottzer0 opened this issue Apr 17, 2015 · 2 comments
Closed

Add price history to market outcomes #8

scottzer0 opened this issue Apr 17, 2015 · 2 comments

Comments

@scottzer0
Copy link
Contributor

savvy traders will want price history and lovely graphs

@tinybike
Copy link
Member

One option I've used before (and really liked) is Highstock. Eye-popping interactive price/candlestick/volume charts, requires very little work. If you're not already set on the corechart module (I'm not familiar with it so can't comment), I'd like to cast my vote in favor of using Highstock.

@joeykrug
Copy link
Contributor

joeykrug commented May 4, 2015

Implemented logs for this (market pricing):

event updatePrice(outcome, price)

log(type=updatePrice, outcome, MARKETS.price(market, outcome))

which is basically log(type=updatePrice, outcome, price)

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

3 participants