Originally Posted By: MatPed
Thank you.
You are really digging into this!
Attacched all the files I am use for experimenting. Keep in mind I am not a coding pro and I'm facing several difficulties in improving my Zorro's knowledge.
The workshop provided with the platform are great, but are just the top of the iceberg laugh

Ciao


No problem mate! But I downloaded the 2016 and 2015 history from FXCM and was about to train your strategy when I got:

Code:
Zorro 1.44.0 Trading Automaton
Made with Gamestudio by oP group 2015


FatStrategy compiling..............
Error in 'line 13: 
Include file strategy\fatstrategy\aunger.c not found
< #include "Strategy\FatStrategy\AUnger.c"
 >..
Error in 'line 26: 
'ptnBaseSet' undeclared identifier
< 	ptnBaseSet();
 >.



It seems you forgot to include the 'AUnger.c' file where ptnBaseSet() is defined, can you upload it? Or tell me if I can safely comment ptnBaseSet() without effecting the result.

In addition, I see that you defined
Code:
#define ASSETLOOP "AUD/USD", "EUR/USD", "GBP/USD", "GER30", "NAS100", "SPX500", "UK100", "US30", "USD/CAD", "USD/CHF", "USD/JPY", "XAG/USD", "XAU/USD" // ALL z12



I recall reading in the forum to start a loop with the asset with the most complete history and that asset is EUR/USD, maybe it wouldn't hurt to change that.

Last edited by Mithrandir77; 05/01/16 22:54.