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

Re: omega-offset into the future



PureBytes Links

Trading Reference Links

At 08:17 AM 4/23/98 -0700, you wrote:
>omega-digest Digest				Volume 98 : Issue 207
>
>Today's Topics:
>	 Offset into future? - help
>
>I'm trying to set up a 3-line moving average cross, with each line offset a
>different amount into the future.  Here's what I did:
>
>Input: Price(close),Length1(21),Length2(15),Length3(9);
>
>plot1(Average(Price,Length1)[-15],"Avg1");
>plot2(Average(Price,Length2)[-9],"Avg2");
>plot3(Average(Price,Length3)[-5],"Avg3");
>
>I used negative values in the offset brackets.  I figured it would look
>forward instead of backward with the offset set to a negative value, since
>it looks backwards when the offset value is positive.  However, I can't
>figure out if I'm correct in this respect, since TS doesn't seem to allow me
>to look forward past the last bar.  How can I get around this?  Is there any
>way to offset into the future, or am I limited to the past?  Please help!
>


Take a look at the DataExtender for TS or SC

<http://www.primenet.com/~sbrave/index.htm>