I have been looking for a AFL that I
could run that would give me a list of stocks within the specified price range
that I am looking for
To be exact $85-$92
So figured I would try and write it
myself last night,  I can get it to run through the list of stocks but get
nothing from it
Can someone help me with hit?
 
 
Buy = Cross(C, 85-92) ;
 
Alert If ( Buy,
"", "Simple text alert", 4 );
 
 
Thank you
Mark