--- In [email protected], "pstaffieri" <[EMAIL PROTECTED]> wrote: > > SetBarsRequired(100000,100000); > > > and > > SetChartOptions(0,chartShowArrows|chartShowDates); >
Means: //to mark "Show arrows" by default in a new chart use SetChartOptions( 0, chartShowArrows );
