Hi Chang,
I think the answer would still be the same. Basically, as FinanceChart is open source, you can copy the code from FinanceChart instead of writing the code yourself. You can also modify FinanceChart so that it keeps the data series after plotting it (currently, the FinanceChart discards the data series after plotting it). For single value indicators (such as lines, bars, etc), and the most convenient place to do that is to override the "formatIndicatorLabel" function. For double value indicators (bands), the most convenient place is the "addBand" function.
Hope this can help.
Regards
Peter Kwan |