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

Re: Plotting problem



PureBytes Links

Trading Reference Links

Hi Lucky,

At 11:41 AM 10/7/2001 -0400, 'Lucky Bastard' wrote:
>: If marketposition=1 then Plot1 (LXPrice,"LST");
>:
>: ExitLong ("TrlLX") Next Bar at LXPrice  Stop;
>:
>: SXPrice = HighestFC(High, Length) + 1;
>:
>: If marketposition=-1 then Plot2 (SXPrice,"SST");
>
>You've got to use I_marketposition instead of marketposition.

This did not solve the problem. the problem is that the reserved word 
"Plot" is not allowed in a signal...

Thanks anyway...

-Jerry