Hello

To get the two variables for 1015 H & L try this:


IL = LowestSince( DateNum() != Ref(DateNum(),-1), L, 1 ); 
IH = HighestSince( DateNum() != Ref(DateNum(),-1), H, 1 );

Plot(IL,"IntradayLow",1,1);
Plot(IH,"IntradayHigh",1,1);


Then try adding:

(the value of the IL or IH when, 
the time of the 5 min bar == 1015,
the most recent instance should be the current value of the L or H up 
until 1015 each day);


brian_z




--- In [email protected], "Debdulal Bhattacharyya" 
<sdebu...@...> wrote:
>
> Thank You very much Rajiv for your reply.But I need high and low 
value 
> till 10.15 and my buy level and sell level  would be that 2 levels 
> after 10.15. I want to plot 2 lines (buy line and sell line)for each  
> day after 10.15 in 1min or 5 min chart  in RTDatabase.When Price 
> crosses the two lines signal would be generated.
> Got my point?waiting for your reply.
> Thaxn in advance
> Debdulal Bhattacharyya
>


Reply via email to