[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

Paintbars in TS4 (and I assume SC) use the following syntax.

IF {whatever} Then Begin
  Plot1(High,"PBHigh");
  Plot2(Low,"PBLow");
End;

-- 
  Dennis