Change the color scheme of cAlgo
Change the color scheme of cAlgo
09 Apr 2013, 22:16
How can I change the color scheme of cAlgo text editor and interface? I can not work in default scheme (black background and white chars) because I like scheme as VS2012
Replies
marekfx
03 Mar 2014, 22:36
It's quite easy to integrate cAlgo with VS, you can use one of two options
Option 1
1. Create a library project in VS
2. Add cAlgo dlls as references
3. Create a new Indicator/Bot in cAlgo
4. Go back to VS and add newly created indicator file using Add As Link
Now you can code and compile in VS during development and then build and run in cAlgo.
Option 2
Same as above, with the difference is that you need to create and build an indi in VS, then create a cAlgo indi that would call indi created in VS. Using this method you can later attach VS to cAlgo process and debug the code.
@marekfx
cAlgo_Fanatic
10 Apr 2013, 10:59
It is not possible at the moment to change the color scheme. We are working on a solution for integration with Visual Studio, though.
@cAlgo_Fanatic