Hi my friends,
Is wealthlab pro support calling DLL files? Because I have a custom technical indicator which is made in the form of DLL, I hope I can call it in my wealthlab pro script.
Thanks a lot.
Size:
Color:
Both Wealth-Lab Pro (for US residents with qualified Fidelity accounts) and Developer (for international customers) support calling COM and .NET DLLs.
For .NET it's simply a matter of including a reference to the library. For legacy COM DLLs, that would take a little bit more scripting effort. Google "COM Interop".
Size:
Color:
I see. The method is follow the idea of "add reference" in visual studio.
Thanks Eugene.
Size:
Color:
QUOTE:
The method is follow the idea of "add reference" in visual studio.
That's right. Alternatively, put the DLL inside the Wealth-Lab main directory under Program Files and add a "using" statement on top of your Strategy.
Size:
Color:
Great! This method is even easier.
Thanks.
Size:
Color: