Hi Ton,

Thanks for the feedback Ton. With Windows 7 (x64) and 5.30.0 Official Release 
my 32 bit AB is working just fine again with all three non-exhaustive engines 
but when I re-installed 5.30.1 beta today non of the three engines would run so 
I will stick with Official Release at this stage.

Thanks and Regards, Gordon Sutherland


From: Ton Sieverding 
Sent: Tuesday, June 08, 2010 6:53 PM
To: amibroker@yahoogroups.com 
Subject: Re: [amibroker] Re: Problem getting "CMAE" Optimizer to run


  

No problems at all ... XPPro with 5.30.1 ( 32bit ) ...

Regards, Ton.


  ----- Original Message ----- 
  From: Gordon Sutherland 
  To: Amibroker 
  Sent: Tuesday, June 08, 2010 1:40 AM
  Subject: [amibroker] Re: Problem getting "CMAE" Optimizer to run


    

  Hi,

  I am having a problem getting the in-built non-exhaustive Optimizer "cmae" to 
run (or "spso" and "trib" for that matter). I can get the standard exhaustive 
Optimizer to run no problems. When I hit Optimizer in AA the program runs the 
first line and stops there. Before I burden Marcin with this problem I wonder 
if somebody with a similar configuration could run this basic AFL code in the 
Portfolio Mode and let me know if it runs OK. I am using Weekly mode but Daily 
or Monthly don't run for me either. I have not used the non-exhaustive 
Optimizer for quite a few months but have never had problems with it in the 
past.

  My set-up is: Windows 7 (x64); AB Pro 5.30.1 (32 bit); 

  Here is a basic set-up that I am using to troubleshoot the problem:

  OptimizerSetEngine("cmae"); 

  B      = Optimize("B",21,8,34,1); 
  S      = Optimize("S",13,5,20,1); 

  Buy    = Cross(C,EMA(C,B) ); 
  Sell   = Cross(EMA(C,S),C ); 

  MaxPos   = 12; 
  SetOption("MaxOpenPositions", MaxPos); 
  PositionSize   = -100/MaxPos; 

  Thanks,

  Gordon Sutherland




Reply via email to