Runtime
Last updated
Last updated
To run bot click Create Runtime.
Name
: Name of the test scenario.
Prefix
: The prefix is used to generate the clientOrderId. Scripts with the market launch type will only receive orders created with this prefix.
Strategy
: Trading script file. The Strategy class is described inside the file.
Exchange
: The exchange on which the strategy will be launched.
type
- market or system.
If the launch type is market, then the script will be launched for only one symbol.
If system, then the script will have no trading functions, but will be able to receive notifications about all orders onOrderChange.
These are additional parameters passed to the script, defined by the script developers. If you have purchased a script from the store, refer to your robot's description for details.
Most commonly, one of the required parameters is "symbols" or "coins," which is a list of the trading pairs that the robot will operate on.
ID: Unique identifier of the script.
Prefix - runtime prefix.
Name: Name of runtime config.
Script: Script file name.
Exchange: The exchange where the script is running.
Updated: Date of the last script update.
Status: Current status of the script.
Running: Script is active.
Stopped: Script is not running.
Start/Stop: Start or stop the script.
Report: Generate a report on the script's operation.
Logs: View operation logs.
Edit: Modify runtime settings.
Copy: Copy the script.
Delete: Delete the script.