Hi
I have worked about 2 days to use visual studio Pro 2010 to be setup to debug WLP C#.... and almost have it working..
I used the paper "Programming | How can I debug my trading strategies in Wealth-Lab?" by by Dion Kurczek.
I have completed steps 1 thru 13 and fail on step 14. This step should have the code class I wrote show up as a startegy in the open strategy dialog window of WLP... and it never shows up as a strategy to be slected..
This is a routine procedure for most members on this forum...I am missing something obvious... Any suggestions what to try??
The ref paper was written before VS2010 and may be part of the difficulty..
Ed
Size:
Color:
Size:
Color:
Eugene that worked like a champ !!!
Does it mater which .Net I choose ? some facts
Size:
Color:
The target platform is up to you, but as of the current Wealth-Lab version (6.3) it should be lower than 4.0. Otherwise the choice is entirely up to your requirements.
Size:
Color:
P.S. If 2.0 vs 3.5 doesn't ring a bell, then set 2.0 and forget it for now - until you start using C# 3.0 (and higher) features.
Size:
Color:
Sorry my note got interupted, by a lighting bolt in colorado that destroyed my UPS seconds ago!!
so one more detail to resolve...I do not get any text next to the Icon that replaces a file folder in the strategies open diaglog box... Is this a sign of a cancer or easy to fix.
I did not know what to do in the strategy helper for these functions either ?? is there a ref doc for helper stuff
//public List<StrategyParameter> Parameters { get; }
//public virtual string URL { get; }
...Ed
Size:
Color:
My understanding is that your strategy library is visible but empty. There are no Strategies yet, so there's nothing to open.
As suggested many times on the forums before, download the ActiveTrader Strategy library from the Wiki (authentication required). There you'll have a fully functional example showing how to build Strategies, and most questions will be instantly resolved.
Size:
Color: