Hi all
Tomasz was good enough to give me this formula for me to use , could either
Tomasz or someone modify this formula to a sell alert. Where I can put in the
price for a stock and when it falls through that price the alert will show when
I run the formula. I know this is very simple stuff for most but to me it would
be very much appreciated.
Chris
switch( Name() )
{
case "BBI": Buy = Cross( C, 0.62 ); break;
case "CEY": Buy = Cross( C, 2.0 ); break;
case "COU": Buy = Cross( C, 1.06 ); break;
}