View Single Post
  #27 (permalink)  
Old 03-27-2007, 11:48 PM
daraknor's Avatar
daraknor daraknor is offline
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
I already fixed that problem in P6 Chimera Beta1 a few days ago. P6ChimeraBeta1 trades one signal, but the others don't trade. The EASY code in Chimera5.7.2 is only 2 signals, but there are 5 signals in P6Chimera. I'm hoping you guys can turn on debugging in the settings window, read the log files output, and see which values for the array aren't being set properly. The array data comes directly from the indicator, I just adapted the EA to call the data in the first element of the array. [0] I'm hoping that the most recent data goes into the first element, because it makes sense for indicators to be set up that way.

At this point, I'm waiting for someone to debug the array contents, and tell me if I'm mishandling them, if they work, or if they are just plain wrong. The array data needs to be debugged separately from how it is used.

Edit:
Problem fixed=SetIndexBuffer (I had just copy pasted from indicator to EA and forgot to turn this off. Silly mistake - but my gf wanted me to go.)
Setting to enable logging=EnableSignalDebug set this value to true (second setting from the top)
Log files for backtesting= C:\Program Files\MetaTrader\tester\files\

Last edited by daraknor; 03-27-2007 at 11:52 PM.
Reply With Quote