Topic: file cmd generator on ret/dd

Hello,

How tell the generator to make the search with ret/DD.

node bin/gen.js ^

--max-data-bars 100000 ^
--server ICM ^
--Symbol EURUSD ^
--Period H1 ^
--max-ascended-strategies    0 ^
--max-calculated-strategies  0 ^
--max-working-minutes        0 ^
--collection-capacity  0 ^
???

Best regards

Re: file cmd generator on ret/dd

> How tell the generator to make the search with ret/DD.

--min-return-to-drawdown 2

A "Collection capacity" of zero (unlimited) is not a good idea. We recommend you limit it to below 500.

Re: file cmd generator on ret/dd

did you do a template file with all the option for generation and validation ?

Re: file cmd generator on ret/dd

If you need a lot of options, copy the default settings file "gen.settings.ini" from the "bin" folder.
It contains all the options.

Modify the options you need.

Call Express Generator with your settings file:

 node .\bin\gen.js --settings my-settings.ini