mirror of
https://github.com/FxPouya/FxMathQuantWebApp.git
synced 2026-08-06 06:37:44 +00:00
Add files via upload
This commit is contained in:
@@ -100,6 +100,8 @@ class Strategy {
|
||||
newStrategy.closeAtOpposite = this.closeAtOpposite;
|
||||
newStrategy.metrics = this.metrics ? JSON.parse(JSON.stringify(this.metrics)) : {};
|
||||
newStrategy.fitness = this.fitness || 0;
|
||||
// Copy walk-forward analysis results
|
||||
newStrategy.walkForward = this.walkForward ? JSON.parse(JSON.stringify(this.walkForward)) : undefined;
|
||||
return newStrategy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user