Visual Studio integration - Solution granularity
Created at 20 Mar 2016, 23:32
Visual Studio integration - Solution granularity
20 Mar 2016, 23:32
Hi
I'm trying out the cAlgo / Visual Studio integration for the first time, and it looks like a separate Solution is created in VS for each custom indicator / bot. This level of granularity is too fine, making it more difficult to manage related changes that span multiple indicators & bots. Ideally I would like one Solution with a separate project for each indicator / bot / class library. Does cAlgo support this? (I am using VS 2013 Community.)
Thanks in advance ...
ClickAlgo
23 Mar 2016, 07:19 ( Updated at: 21 Dec 2023, 09:20 )
Hi,
Have you tried opening your main project solution and then adding the other projects to the solution manually, save this solution and next time you open it you will have everything. If you look at the image below you have a cBot and I added an existing indicator project to it.
@ClickAlgo