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

Commit

Permalink
Update darwin.js header example
Browse files Browse the repository at this point in the history
  • Loading branch information
dauv committed Jan 4, 2018
1 parent fccae8e commit 92ae431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genetic_backtester/darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Clifford Roche <[email protected]>
* 07/01/2017
*
* Example: ./darwin.js --selector="bitfinex.ETH-USD" --days=10 --currency_capital=5000 --use_strategies=(all|macd,trend_ema)
* Example: ./darwin.js --selector="bitfinex.ETH-USD" --days="10" --currency_capital="5000" --use_strategies="all | macd,trend_ema,etc" --population="101" --population_data="simulations/generation_data_NUMBERS_gen_X.json"
*/

let shell = require('shelljs');
Expand Down

0 comments on commit 92ae431

Please sign in to comment.