Compile Error
If the compilation procedure generates errors, this information will appear in a dialog box indicating where the error comes from.
1. Display Error description
2. Display file name. Left click on file name will open file location.
You may use the Visual Studio instead of the internal Script (programming environment) just activate Use Visual Studio checkbox in Configuration Escort
Scripted Conditions Error
In order to solve the issue User should verify conditions scripts and try to compile again.
- Select from the main menu Strategy Handling-> Scripting-> Condition ->Edit items to verify condition.
- In the following dialog box click the Edit button or double-click on the entry to open the programming window for the selected condition.
- Check and correct the condition-specific code. After click Compile (in Visual Studio the Build) button.
Scripted Indicator Error
In order to solve the issue User should verify indicator scripts and try to compile again.
- Select the Strategy Handlings-> Scripting->__Indicator -> Edit to verify indicator.
- In the following dialog box click the Edit button or double-click on the entry to open the programming window for the selected indicator.
- Check and correct the indicator-specific code. After click Compile (in Visual Studio the Build) button.
Scripted Strategies Error
In order to solve the issue User should verify strategy scripts and try to compile again.
- Select from the main menu Strategy Handling-> Scripting -> Strategy -> Edit item to verify condition. strategy.
- In the following dialog box click the Edit button or double-click on the entry to open the programming window for the selected strategy.