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

RE: Trying to write a paintbar for supercharts, from TS2K



PureBytes Links

Trading Reference Links

Thank you for the plot statements, they transfered.

Setting plot colour, is that done with setplotcolor(1,tool_red), or is there
something else? (Can not get plotcolor statement to transfer).

> -----Original Message-----
> From: DH [mailto:catapult@xxxxxxxxxxxxxx]
> Sent: den 12 november 2000 22:54
> To: Omega List
> Subject: Re: Trying to write a paintbar for supercharts, from TS2K
> 
> 
> Paintbars in TS4 (and I assume SC) use the following syntax.
> 
> IF {whatever} Then Begin
>   Plot1(High,"PBHigh");
>   Plot2(Low,"PBLow");
> End;
> 
> -- 
>   Dennis
>