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

Re: omega question



PureBytes Links

Trading Reference Links

First save the bar number e.g. HoldBarNo = BarNumber when you identify the key
bar. Then when you want to reference it, give it the offset e.g.
Close[BarNumber - HoldBarNo]. So if the key bar is 100 and the current bar is
200 you are doing same as Close[200-100] or Close[100].

Earl

-----Original Message-----
From: Tullman, Mitch <MitchT@xxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Date: Thursday, June 25, 1998 1:40 PM
Subject: omega question


>Hi,
>
>
>   Does anyone know how to single out a specific bar during the day so
>you can keep referencing back to it.??
>
>  For example....if the last bar was an inside bar, how would I buy a
>breakout of the previous
>wide range bar as the day goes bye??
>
>Thaks in advance, Mitch