Using Sortino ratio as fitness value

Questions about MultiCharts .NET and user contributed studies.
arian_gh
Posts: 8
Joined: 13 Oct 2015
Has thanked: 2 times
Been thanked: 1 time

Using Sortino ratio as fitness value

Postby arian_gh » 13 Oct 2015

Hello everyone!

I would like to use performance ratios such as sortino ratio as a custom fitness value in my optimizations, but to no avail I can see any straightforward way. I know that there are some reserved words in the custom criteria segment that can be used, but none of the actually is useful in making sortino formula.

Any Ideas?

Thanks!

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Using Sortino ratio as fitness value

Postby Henry MultiСharts » 13 Oct 2015

Hello arian_gh,

You can create your own code with SetCustomFitnessValue to perform optmizitation based on Sortino ratio, similar way we have done it for Sharpe Ratio (see prebuilt signal Optimize_by_Sharpe_ratio).
Examples using Optimize_by_Sharpe_ratio:
viewtopic.php?f=1&t=12625
viewtopic.php?f=5&t=8838

arian_gh
Posts: 8
Joined: 13 Oct 2015
Has thanked: 2 times
Been thanked: 1 time

Re: Using Sortino ratio as fitness value

Postby arian_gh » 13 Oct 2015

Thanks a lot!


Return to “MultiCharts .NET”