Skip to content
Prev 3369 / 15274 Next

chartSeries() and addTA() from within an S4 method

Hi Lorenzo,

add*** functions need to work 'magically' from the command line _and_
from within the chartSeries (or calls in general), so there is a check
of where it is called from to determine _when_ it does the drawing.

Simply change addTA(mktPositions) plot(addTA(mktPositions)), to cause
the TA to be draw.

HTH
Jeff

On Fri, Dec 12, 2008 at 12:07 PM, Lorenzo Bertolini
<sig.lorenzo.bertolini at googlemail.com> wrote: