FLX8
- ago
Hi, I'm new to WL and learning C# specifically to work with this software.

Is there a way when i got to Nav plane -> New C#, it just pops open VS2019, and the work that I do is linked to WL?

Thanks!
0
791
Solved
8 Replies

Reply

Bookmark

Sort
Cone8
 ( 24.99% )
- ago
#1
Hi FLX,
It doesn't work exactly like that, but you can link strategy code from VS to Wealth-Lab. Just open a New C# Strategy and click the "link" button to point to the file you're working with in VS. When you save your changes in VS, they'll update in the Wealth-Lab Strategy Editor.

2
Best Answer
FLX8
- ago
#2
This is great, I started writing up and learning in VS2019 with your answer!

I noticed that UserStrategyBase among other things like using WealthLab.Core, WealthLab.Backtest, etc has red squiggely lines underneath them.

Is there a way I can get VS2019 to find these namespaces? I find the error lines very distracting.

Thank you
0
- ago
#3
Have you seen the Strategy Library API reference guide?

https://www.wealth-lab.com/Support/ExtensionApi/StrategyLibrary
0
FLX8
- ago
#4
I looked over 3 times, definitely way over my head as I am new to C# and trying to get my bearings. I only have a vague idea of what any of this means.

Not sure if this is related but I did find WealthLab.Core.dll, WealthLab.Backtest.dll in C:\Program Files\Quantacula, LLC\Wealth-Lab 7

could it be as simple as telling my project that this is where the dll's are located?

0
- ago
#5
What are you trying to accomplish with editing the code in Visual Studio? Can't you simply use the built-in editor then?
0
FLX8
- ago
#6
My brain is just used to seeing how VS and VSCode, the font and how it highlights syntax.

So I'm encountering this problem now with VSCode. Every time I save, this pops up:



How do I stop this pop-up?
0
Cone8
 ( 24.99% )
- ago
#7
https://duckduckgo.com/?q=%22being+used+by+another+process%22&t=brave&ia=web
1
FLX8
- ago
#8
I didn't know where to start and begin with those search results but I seem to not get this issue with VS2019, just VSCode
0

Reply

Bookmark

Sort