Managing Instance Parameters¶
For Traders¶
A cBot instance always has the following parameters.
- The trading account whose funds the instance will use for trading
- The symbol to which the instance is attached
- The timeframe to which an instance is attached
Depending on the algorithm, instances may also have advanced parameters. These parameters are defined entirely by the algorithm author.
You have two options for managing instance parameters.
- In the window that opens when creating a new instance
- In the 'Parameters' tab of the page of an already existing instance
Note
It is only possible to modify the parameters of a stopped instance. Before changing the parameters of an existing instance, make sure it is stopped.
Note
Be cautious when modifying additional parameters as these can significantly change how a cBot behaves. If you are unsure what the optimal settings are, contact the algo author for assistance. The author's contact details can be found in their profile which can be accessed by tapping on the author's nickname in the 'Author' field.
After defining parameters tap on the 'Start cBot'/'Start cBot Instance' button to start the instance with your chosen settings.
For Algo Authors¶
As an algo author, you can customise what parameter values are considered the default for all new instances. When a user attempts to add a new instance of your algorithm, your chosen default settings will be presented to them first. However, users will still be able to override them freely.
To customise the default parameter values, do the following.
- Open the page for one of your algorithms
- Tap on the 'three dots' icon in the bottom-right corner
- Select 'Public Settings'
- In the newly appeared screen, switch to the 'Parameters' tab
- Set default instance parameters and tap on 'Apply'