Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Added missing parameter text (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
theDiverDK authored and DeviaVir committed Jun 26, 2018
1 parent 22ba3c9 commit bedb6df
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 108 deletions.
3 changes: 3 additions & 0 deletions scripts/genetic_backtester/darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ if (simArgs.help || !(simArgs.use_strategies)) {
console.log('--noStatSave=<true>|<false>')
console.log('--runGenerations=<int> if used run this number of generations, will be shown 1 less due to generations starts at 0')
console.log('--minTrades=<int> Minimum wins before generation is considured fit to evolve')
console.log('--fitnessCalcType=<wl / profit / classic / profitwl> Default: Classic.')
console.log(' wl will score the highes for wins and losses, profit does not care about wins and losses only the higest end balance,')
console.log(' classic uses original claculation / profitwl tries to get the highest profit using the lowest win/loss ratio')
process.exit(0)
}

Expand Down
Loading

0 comments on commit bedb6df

Please sign in to comment.