Using the library
Hi traders/programmers,
I'm trying to have a separate file that includes common functions that I use often. I basically created a second file and use the #include method and everything works except that Algostudio is not recognizing the functions as I type. It does, however, work. I went to settings, but I can't find anything that would allow the compiler to recognize it and I can't find any documentation on how to use the library.
Thanks
I tried doing the same using C#, but it's not working for me either.
I get this error:
"error CS0246: the type of namespace name "BusinessLogic" could not be found (are you missing a using directive or an assembly reference?)"
My BusinessLogic.cs file is in the same folder as the main strategy code and uses the same namespace as the strategy code.
Hi Darin.
Please look following thread:
https://protrader.org/forum/general-discussion/how-...
Regards,
Serge.