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

Re: LastBarOnChart (problem)



PureBytes Links

Trading Reference Links

In a message dated 99-12-22 18:43:51 EST, you write:

<< That looks most definitely to be a(nother) bug.......
 simple to work-around though if you can accept the last bar as the first bar
 of the last minute:
 
 vars: lastminute(false);
 
 If LastBaronChart and lastminute = false Then Begin
    lastminute = true;
 {other termination logic goes here}
 End;
  >>

Yes, setting a flag is the workaround (although inexact) that I've used in my 
work.

Jim