PureBytes Links
Trading Reference Links
|
> I don't know if that's any clearer, but maybe this will help
> somebody to help me: If I were able to create an indicator that
> was only calculated from today, then I would be able to do all my
> work in the array and mark previous days as offsets from today. Is
> that possible?
Yes -- just say plot1[BarsBack](Value, "Label"). Be sure to set your
MaxBarsBack to a high enough number.
> DLL Question: Is building TS-compatible .DLLs documented somewhere?
TS4 or TS2k? TS4 is documented in the file \Omega\Prog\UserDLLs.wri.
Gary
|