Using classes from other strategies
Author: bobf
Creation Date: 11/5/2014 8:17 PM
profile picture

bobf

#1
If I have a class in one strategy, can it be used in another strategy with the "using" keyword or does it have to go in a DLL?
profile picture

Eugene

#2
profile picture

bobf

#3
Thanks for the guidance, that page has really great information. I'm not a .NET developer but have written Java apps so I am missing the basics about .NET; however, I created two DLLs from the information on that webpage.

One is a strategy and it shows up in the "Open Strategy" window so that's all good. The other one is just a class that I want to use in my strategies, but it doesn't have code-completion and I saw that that was a limitation back in 2009 (from searching the forums). Is that still the current state of code completion for DLLs?

Thanks again.

profile picture

Eugene

#4
Yes, lack of code completion is here to stay in the built-in Editor. At the same time, it has always been accessible if you use an IDE like Visual Studio (including Express) or SharpDevelop to develop your Strategies.
profile picture

bobf

#5
Thanks again for you help! Visual Studio is good too.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).