In Wealth-Lab 6.9, I utilize some live external data in a strategy using the simple DownloadString(url) from the WebClient() is there an equivalent wrapper available in Wealth-Lab 7?
Rename
I'm not sure if a wrapper for .NET framework's basic feature such as WebClient is desirable to have in Wealth-Lab. Of course you can wrap it as you please, create a class library, add a "using" clause in your strategy and call the method from your personal library.
Below is an open source example of a readymade extension (part of WL7) called WeathLab.Community which you can use as a guideline to set up your own library:
https://github.com/Mkey85/WeathLab.Community
https://github.com/Mkey85/WeathLab.Community
We do actually, it’s HttpServiceConsumer static class, ConsumeGetRequest method.
Thanks
Your Response
Post
Edit Post
Login is required