PureBytes Links
Trading Reference Links
These (EL) dates drive me crazy - if I want to say wrap a date condition around a strategy so that it only works up to a certain date .. I need to write If date<Dec 31 2008 then begin; Strategy code... End; How do I write the first line?