Heres my little test for mov entry exit iswould 
seem that i have something wrong with the code as ami crashes when i run it 
 
/* optimization  */
 
d1 = optimize( "%D days",10, 2, 30, 3 
);
 
buy = close >ma (close, d1) ;sell =close <ma (close,d1) 
;
 
Where have i stuffed up ?
 
Thanks DAvid
 
 |