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

H,L, and C - EL Question



PureBytes Links

Trading Reference Links

I know the following will draw the lines resulting in the h,l and c of the
day.

Plot1(HighD(1), "High of YDay");
Plot2(LowD(1), "Low of YDay");
Plot3(CloseD(1), "C of Yday");

but how do i draw the h,l and c of the session?  emini's have a day and an
evening session...i would like to draw lines that represent each session and
project them for the next session...any help would be greatly appreciated.

Thanks