Apologies if this has been discussed before. I know that I can setup my cTrader app so as to allow multiple profiles to login and use different accounts (live/test). However, whilst this adds nice separation, there is a small niggle that I've observed.
In short, both profiles SHARE the same source folder. Whilst this might not be an issue in the large majority of cases, for my use case, it would be very useful. I have a test and a live setup locally (and a live setup on a vps). This all works great, except when I wish to make changes to the source code of a cbot and compare the differences on local test vs live. As you know, both target the same source folder and therefore any changes and recompilation affect both profiles simultaneously. I know I could use a source control package but this would still not mitigate my live profile from using the newly compiled code generated from test/dev.
Is there an approach to point each profile to different folders for the cAlgo\Sourcce??
Hope you can help
jim