clarification on charting in kadina

0 views
Skip to first unread message

josh franta

unread,
Jan 11, 2010, 7:38:30 PM1/11/10
to tradeli...@googlegroups.com, tradelink-contribute
In upgrading to edge release 1741, you must change your calls to
ResponseTemplate.sendchartlabel to reference time as the x coordinate
rather than the bar number. This is to support drawing indicator
plots on many intervals (since you can now change intervals in kadina
by middle scrolling).

Before, if you wanted to draw a line from the high of every bar to the
next bar... you would do this :

sendchartlabel(blt[symbol].RecentBar.High,blt[symbol].Last);

now to accomplish the same thing, you do :

sendchartlabel(blt[symbol].RecentBar.High,blt[symbol].RecentBar.Bartime);

more info here as well as other new features :
http://code.google.com/p/tradelink/wiki/SendChartLabel

-josh

Reply all
Reply to author
Forward
0 new messages