Visual Studio integration - Solution granularity

Created at 20 Mar 2016, 23:32
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ST

stech22

Joined 14.03.2016

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 ...

 


@stech22
Replies

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

Waxy
31 Mar 2016, 11:00 ( Updated at: 21 Dec 2023, 09:20 )

Click Solution -> Add -> Existing Item

Make sure to click "Add as Link"


@Waxy

stech22
31 Mar 2016, 12:18

Thanks guys.


@stech22