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

Re: Indicator Help Please



PureBytes Links

Trading Reference Links

I had done something similar in Metastock, so if you can find the EL
equivalent...
I am also assuming that you want to plot it thru the current day chart only
(even though it will work thru intraday bars of multiple days...the only
difference for multiple days would be the plot will shift and continue to be
a straight line for each entire day).  Also assuming eastern time either on
your computer or datafeed.
for the 1 minute bar it would be:
valuewhen(1, hour()=9 and minute()=31, c)
for 5 minutes:
valuewhen(1, hour()=9 and minute()=35, c)
within the parentheses:
"c" is close from the most recent, "1", occurrence of the condition,
"hour()=9 and minute()=31" or "hour()=9 and minute()=35".
Take care,
Romi

----- Original Message -----
From: "Kanu" <kanu025@xxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Monday, August 19, 2002 11:20 AM
Subject: Indicator Help Please


> Hi List
> I am hoping that someone will be able to help me construct a plot which
> simply plots the value of todays open across the chart for the entire day.
> I use 1 or 5 minute bars, but that should not affect the code.  I can't
work
> out how to reference todays open!!!
> Thanks in advance for any assistance you may offer.
> Please reply to kanu025@xxxxxxxxxxx or to the list
>
>