Fixing Community.Components ExecuteDonorStrategy to handle external symbols
Author: leszek
Creation Date: 5/14/2014 4:12 AM
profile picture

leszek

#1
As discussed in the multi-threaded optimizer topic, today a simple strategy like this:
CODE:
Please log in to see this code.

throws a null reference exception. A simple fix exists, however it requires recompiling of the Community.Components library. Inside the PortfolioEquityEx class add the following code:
CODE:
Please log in to see this code.

then inside the ExecuteDonorStrategy function right after the line
CODE:
Please log in to see this code.

add the following:
CODE:
Please log in to see this code.

and just before the line
CODE:
Please log in to see this code.

add the following:
CODE:
Please log in to see this code.

then recompile. Hopefully this or a similar fix will make it to the next version of the library.
profile picture

Eugene

#2
Leszek,

Thank you for the walkthrough. I will include the patch in the next release.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).