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

Commit 68fa0fb

Browse files
committed
Update darwin.js header example
1 parent fccae8e commit 68fa0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/genetic_backtester/darwin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Clifford Roche <[email protected]>
55
* 07/01/2017
66
*
7-
* Example: ./darwin.js --selector="bitfinex.ETH-USD" --days=10 --currency_capital=5000 --use_strategies=(all|macd,trend_ema)
7+
* 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"
88
*/
99

1010
let shell = require('shelljs');

0 commit comments

Comments
 (0)