what is the problem with this afl

#1
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.
 

asnavale

Well-Known Member
#2
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.
What is the range of bars you are testing? Is it the last available bar or last available day or a range of days.

If possible, attach a screen shot of your exploration window.


-Anant
 
#3
friend i was testing range from to dates .i.s 25/11/2011.let mr try if i can post the screen shot of th exploration result.i was testing with my eod data base
 
#4
let me see if i have uploaded the attachment,sorry friend not succeeding.i have uploaded..sorry i think no probelm with the afl
 
Last edited:

Similar threads