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

Paintbars



PureBytes Links

Trading Reference Links

This one has me stumped.  TS4 - Build 21.  Simple paintbar to color  non-day
session bars of forex data:

if  ( t > 1500  or t < 0820) or DayOfWeek(Date) = 0 or  DayOfWeek(Date) = 6
then begin
Plot1(TrueHigh,"High");
Plot2(TrueLow,"Low");
end;

"Update every tick" is turned off.  The problem is that it behaves as if
"update every tick" is turned on (paints bar before end of bar, doesn't
paint entire bars, etc.)  Have tried recreating from scratch, no better.

Any ideas?

Thanks,

Chris