Skip to content
Prev 5052 / 15274 Next

little arrows on quantmod charts

Hi Mark,

The issue isn't the R code, it is the device (and the underlying R
graphics engine).

This won't be readily doable, at least not in the true sense.
quantmod wasn't meant to replace RT charting, it was (like R) designed
to analyze data in R _as if_ you had it in a typical charting
platform.

The new use of a custom internal 'layout' will allow for updates
without redrawing the screen, but that has limits too.  Since R uses a
paint approach (overlying), you can get some strange artifacts.

When R gets a better device, I will likely rewrite to take advantage
of it.  I am not inclined to simply replicate what is available
elsewhere though (much to the surprise of some... :) )

Replotting everything every minute or so would probably be tolerable
of course... but tick by tick flashing/redraw would make your office
into a 1970's disco.

Best,
Jeff
On Fri, Oct 23, 2009 at 12:39 PM, Mark Breman <breman.mark at gmail.com> wrote: