How to specify the result of custom criteria?  [SOLVED]

Questions about MultiCharts and user contributed studies.
thomashck
Posts: 22
Joined: 06 Oct 2013
Has thanked: 25 times
Been thanked: 2 times

How to specify the result of custom criteria?

Postby thomashck » 06 Jun 2014

I just read this https://www.multicharts.com/trading-sof ... timization
it's mentioned "E.g., it is possible to specify: the result have more than 300 trades and a winning percentage that's greater than 50%"...

Even I'm not much family with JS, I did code a custom criteria in my optimizer, a simple netprofit/maxdrawdown...

Any attention will be highly appreciated if someone can tell me how to specify the result of custom criteria.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: How to specify the result of custom criteria?  [SOLVED]

Postby JoshM » 06 Jun 2014

Even I'm not much family with JS, I did code a custom criteria in my optimizer, a simple netprofit/maxdrawdown...
JavaScript is not needed any more to formulate custom criteria; this can also be done in PowerLanguage directly.

For more, see:
Custom Criteria Optimization
SetCustomFitnessValue
this thread (includes reference to an example)


Return to “MultiCharts”