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

Re: ela help



PureBytes Links

Trading Reference Links

Philip

This is about as small an indicator as possible.

value1=barnumber;	
alert=true;
plot1(c,"");	

Set the plot color to the color of your background and enable the alert
(or if you do not want a plot to occur then do: if false then
plot1(c,"");
and forget the color setting.


> I am trying to think how to write a small Indictor that I can apply to a
> 60min chart which I have running in background so that when each bar closes
> it yells at me to remind me to take a look at the chart.  It is beyond my
> limited ELA knowledge.  can anyone help?
> 
> many thanks
> 
> Philip

Wayne Mathews