table terminal

Brief

The table which is used to get access to the trading terminal functions.

Details

The terminal table is always available at the moment of the preparing or updating of the instance of your strategy.

It is not recommended to use the terminal in the Prepare() function called with the parameter onlyName equal to true.

Static Public Methods

alertEmail

Sends an e-mail.

alertMessage

Shows a alert (signal) message

alertSound

Plays a sound.

execute

Executes the command.

back