Not clear what you are asking for in the first question.
As to the second question:

fast = MA( Close, 5 );
slow = MA( Close, 25 );

is3Letter = StrLen(Name()) == 3;

Buy = Cross( fast, slow ) AND is3Letter;
Sell = Cross( slow, fast );


--- In [email protected], "brianmenzies2002" 
<menzies.br...@...> wrote:
>
> Hi
> is it possible to remove non trading data from the data base, also 
can
> you select in a scan to only accept codes with three letters 
> 
> Thank you Brian Menzies
>


Reply via email to