Ok thanks for the information, maybe you can add this feature in the future wink...

So for me the only way to get this running is to do it in separate for loops?

Quote:
... train all portfolio components separately and combine the resulting .c files. The Combine.c script can be used as a template for automatically combining parameters and rules from different assets or algos. Machine learning models (.ml files) can be combined with an appropriate R function.

I'll later look into Combine.c and i can do the R part, no problem.

When i use separate for loops, i can use every option? For WFO nothing changes?

1. Parameters depend on rules.
2. Rules depend on parameters.
3. Rules and parameters affect each other.

Quote:
And yes, you're confusing the training process when you use stops and then train trade returns. Train the system only with plain returns or with the price curve or other fundamental data, but not with artificial values generated with stops or other algorithms.

I have to think about it wink thanks

with the price curve = regression?

But one question comes up again, in neural.train() you cast every positive return to 1 and everything else to 0.
How do you define the targets/close of your trades? What am I missing here? confused ?

Last edited by laz; 01/28/19 17:50.