stock chart

Get help and support using chartsEngine for LiveCode.

Moderators: heatherlaine, BvG

Post Reply
adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

stock chart

Post by adventuresofgreg » Sun Sep 05, 2010 8:34 pm

Has anyone written a script to use chartsengine to draw a stock chart based on collecting tick data? ie: collect price data from a vendor like Yahoo with time stamps, then collect the prices into a time-series bar with open, high, low and close marks.

Thanks,
Greg

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3975
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: stock chart

Post by bn » Mon Sep 06, 2010 3:29 pm

Greg,
I dont know whether chartsengine supports high/low, open/close type of charts.
A while back I did it just to see how the graphic object can do this. So I cleaned that up a bit and sine you are "adventourous" here it is. It is not industrial strength chartsengine, nor polished but it shows the basic concept. Maybe Malte has a couple of aces up his sleeve. :)

regards
Bernd
Attachments
AAPL HIghLow OpenClose.rev.zip
(108.36 KiB) Downloaded 1114 times

adventuresofgreg
Posts: 349
Joined: Tue Oct 28, 2008 1:23 am
Contact:

Re: stock chart

Post by adventuresofgreg » Mon Sep 06, 2010 5:10 pm

Thanks - I'll take a look at it.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1236
Joined: Sat Apr 08, 2006 1:10 pm
Location: Zurich
Contact:

Re: stock chart

Post by BvG » Tue Feb 08, 2011 7:04 pm

Currently ChartsEngine does not support high-low-open-close charts. However, I am looking into this, and will know wether I'll make one within approximately a quarter year (no promises).
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm
Location: Seattle, USA

Re: stock chart

Post by townsend » Sat Apr 28, 2012 8:57 pm

Currently ChartsEngine does not support high-low-open-close charts.
However, I am looking into this, and will know wether I'll make one within approximately a quarter year (no promises).
Just curious-- any progress on this?

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1236
Joined: Sat Apr 08, 2006 1:10 pm
Location: Zurich
Contact:

Re: stock chart

Post by BvG » Sun Apr 29, 2012 1:49 pm

High-low charts will not be part of the next release, and are currently not scheduled.

If you want this to be part of ChartsEngine, contact me and we can make a deal for inclusion.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

mrcoollion
Posts: 709
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: stock chart

Post by mrcoollion » Tue Aug 13, 2019 8:45 am

I am also looking for a way to make candle charts.

Pitty it is not in the ChartsEngine :( because I will need it in one of my near future projects.

Regards,

Paul

Post Reply

Return to “chartsEngine”