I would like to learn how to debug a strategy from Wealth-Lab Developer 6.4 (64-bit, English version) with VS2010 Prof (German version). Operating system: Windows 7 Ultimate 64 Bit
Therefore I took the source code from the WealthScript Programming Guide on page 4/5 and went through the steps described here:
http://www2.wealth-lab.com/wl5wiki/kbAskGlitchDebug.ashxCurrently I face 2 problems:
1. When compiling the classlibrary I am getting 11 warnings.
They are all of the same type:
"The XML-comment for the public visible type or member "Wealth.Lab.Strategies.MyStrategy" is missing."
The next warning refers to "Wealth.Lab.Strategies.MyStrategy.FirstBarXDaysAgo(int)" and so on ....
(I translated the error message above to English, so the original error message in English might look a little bit different)
In case you want to test it, I added the source code at the end of this topic.
2. I try to open the Precompiled Strategy Library in Wealth lab.
But it doesn't show in the File Dialog.I opened the XML file of the strategy to see its content.
Here it is:
<?xml version="1.0"?>
<doc>
<assembly>
<name>ClassLibrary3</name>
</assembly>
<members>
</members>
</doc>
But in case of a precompilated strategy, does the File Dialog really look for the XML file?In the folder there are the following files:
05/09/2013 07:23 PM 5,632 ClassLibrary3.dll
05/09/2013 07:23 PM 13,824 ClassLibrary3.pdb
05/09/2013 07:23 PM 138 ClassLibrary3.XML
04/02/2013 11:20 AM 60,928 Fidelity.Components.dll
06/24/2008 03:56 PM 270,336 log4net.dll
04/02/2013 11:21 AM 782,336 WealthLab.dll
04/02/2013 11:21 AM 198,144 WealthLab.Indicators.dll
Can you help me to find a solution to those 2 problems above ?
Or could I get a sample file which I can do some testing with ?Thanks.
CODE:
Please log in to see this code.