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

Re: (Fwd) Re: next day open DLL



PureBytes Links

Trading Reference Links

> I'm using daily bars that are updating live and for this I am trying
> to use TS 7.1 I just wish there was a DLL that would let me
> reference that open for an order on the same bar .. 

By then it's too late.  TS doesn't allow you to set stops on the 
current bar.  And your system code wouldn't get called until the 
end of the day anyway.

> otherwise all the code has to be changed to accommodate a 1 minute
> bar chart (very painful). and you have to hope that the stop level is
> not hit in the first minute. 

You can still use the "Open of next bar" trick, assuming you can 
get around the restrictions TS puts on it.

Gary