Editing panel

Script navigator
Pre-existing code or fragments of source code can be uploaded to AlgoStudio from any source file. To open a source file, click button and select a necessar...
Wed, May 16, 2018 at 4:52 PM
Source code editing
The source code editor in AlgoStudio is a fully professional tool to facilitate the writing of source code. It features syntax highlighting and supports Int...
Wed, May 16, 2018 at 5:26 PM
Editing types
To select Editing types click on button on the main toolbar. And choose between the following options: Release mode This mode is used as Product ready mo...
Wed, May 16, 2018 at 5:48 PM
Backtester
Backtester panel is a chart which can be used to show backtests conducted on historical data. To open Backtester click button and the following panel will ...
Wed, May 16, 2018 at 5:58 PM
Output
The Output tool is used to show system communication (such as errors) during compilation or messages from the strategy (Expert advisor) to the Output tool d...
Wed, May 16, 2018 at 6:01 PM
Watch
Watch tool is used during debugging source code. To begin debugging source code, set breakpoints first. Then select variables to check and add them to the ...
Wed, May 16, 2018 at 6:07 PM
Profiler
The Profiler is used to optimize source code. It gives a visual representation of how functions are run through the Backtester and the number of times a fun...
Wed, May 16, 2018 at 6:12 PM