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

Re: Marking each 1 min on a tic chart



PureBytes Links

Trading Reference Links


for the lazy asses like me that too busy watching futball today ;)

oh yeah....go sooners!!!!

TJ

btw: i don't trade without timebar on every chart

set it up as a paintbar

{Timebar - from Mark Brown &  
modified by Dennis H (1999)}

input: rotate(1);

if t <> t[1] then begin
if mod(timetominutes(t), rotate) = 0
then begin

plot1(h, "time");
plot2(l, "rotate");

end;
end;


jimbo wrote:
>Is there a way to mark each min on say a 4 tic chart of the NAZ mini, say
>paint a bar at the beginning of each minute on the t tic chart