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

Re: Drawing lines automatically on charts



PureBytes Links

Trading Reference Links



Ian

try incorporating in TL_SetEnd(TL_Ref, x , Time, val) the following x
values:

for a daily chart 8 bar to the right

x=JulianToDate(DateToJulian(eDate)+8);

for a minute chart 

 x= MinutesToTime(TimeToMinutes(eTime) +6);

or  x=CalcTime(eTime,6);

You can select which one by using "if datacompression >1 then…else…"