I found a message below.
Here's how you can locate and change it:
1.
Open your cTrader platform.
2.
Navigate to the Automate tab where you can find your cBots.
3.
Select the cBot you want to modify.
4.
Within the cBot's code editor, look at the top of the file. The [Robot] attribute is typically the first line above the namespace and class declaration.
It should look something like this:
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
public class YourcBotName : Robot
{
// Your cBot code here
}
So, this fix seems to be done in the source code of Smart Grid strategy.