friends can any one find out what is the problem with below exploration afl..it is giving absurd results..
The Close Price crosses above the Simple MA (Long) on the current bar */
Filter = Cross( Close, MA( Close, 50 ) );
AddColumn( Close, "Close " );
AddColumn( Open, "Open " );
AddColumn( High, "High " );
AddColumn( Low, "Low " );
AddColumn( Volume, "Volume " ); i find many stocks below 50 sma in the exploration result.
The Close Price crosses above the Simple MA (Long) on the current bar */
Filter = Cross( Close, MA( Close, 50 ) );
AddColumn( Close, "Close " );
AddColumn( Open, "Open " );
AddColumn( High, "High " );
AddColumn( Low, "Low " );
AddColumn( Volume, "Volume " ); i find many stocks below 50 sma in the exploration result.