Script Editor

The Haasonline Script Editor

Intro

The Haasonline Script Editor is based on the powerful Lua engine. The editor has rich feature set with among others:

  • Syntax highlight based on the Visual Code theme.

  • Intellisense for fast coding.

  • Hover information for command details.

  • Parameter suggestions while coding.

  • Error highlighting.

  • Multiple tabs.

  • Custom commands.

Editor Toolbar

The toolbar contains all actions you need to open, save (as), debug, run or backtest your scripts. Toolbar buttons from left to right:

Settings

The settings view on the left populates the same input fields as a bot would have. When the script has defined input fields, they will be created after a save action. The default settings of each bot:

Below the default settings all the script input fields are populated. Learn more about them here:

Cheat Sheet

The Script Editor has a command cheat sheet for easy access. The model will be visible when the file code icon is selected in the editor header. Clicking on a command will copy the next to your clipboard. Paste it anywhere you like. When the parameter name is italicized, it means the parameter is optional.

Command Model

Besides the cheat sheet model, the editor can be opened in a larger popup model. This model splits the command into categories and might give a clearer picture of which command to use. The model is opened by clicking on the code icon next to the cheat sheet icon.

Last updated