[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ChartScanner prob



PureBytes Links

Trading Reference Links

Hi, All:

I'm having a tough time getting the ChartScanner to work.

Here's the indicator I'm using:

+++++++++++++++++

Inputs: Len(15) ;

Plot1(XAverage(C,Len), "X") ;

If C > XAverage(C,Len) then begin
        If CheckAlert then Alert = True;
End ;

+++++++++++++++++

Now I've got the Alerts switched on, so that when I
switch to a new chart where C > XAverage(C,15) I get
the notice advising me to check the Alert Tracking
Control Center.

But when I run the ChartScanner on a workspace,
nothing comes up. (I've got it setup to scan for
study alerts.)

What am I missing? I've checked the manual, but no
luck so far...

Many thanks,

CAB VINTON
cvinton@xxxxxxxxxxxxxx