Code Editor
Last updated
Last updated
In the Code Editor tab, you can create and edit your strategies using a feature-rich code editor with syntax highlighting and autocomplete. Your code should be written in TypeScript.
TypeScript is a programming language that extends JavaScript by adding static typing and other features. These enhancements improve code quality and make it easier to maintain.
Save - Save your code to your hard drive.
Build - Compile your code into JavaScript and save it to the JT-Lab database. The latest build will appear in the Developer → Bundles section of your dashboard.
Pull - Download the latest version of the standard library.
A script compiled using the build command can be deployed on any of the user’s servers without needing to copy the source code to the server.
Our code editor offers minimal functionality. For greater convenience, you can use any popular code editor by linking it to the folder containing your source code.