Available translations

Snapshots

foundations.png
snapshots.png
Snapshots are CSV files output by the trading bot listing every trade in a backtesting session. The snapshots parameter determines whether snapshots shall be produced, and how.
Content
Learn more about snapshots and check the configuration file to control if and how snapshots are produced.
Configuring
Snapshots Configuration
Properties
  • strategy determines whether to take a snapshot at the trigger on event or not; possible values are true or false.
  • position determines whether to take a snapshot at the take position event or not; possible values are true or false.
Initial Values
These are the Initial Values for Snapshots configuration:
 {
    "strategy": true,
    "position": true
}
Examples
This is a list of properties featured by the Snapshots configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Snapshots Menu
The Snapshots node has the following Node Menu items:
The Configure menu item has the following properties:
  • action: Configure
  • label: Configure
  • iconPathOn: configuration
  • iconPathOff: configuration
  • actionFunction: uiObject.configEditor.activate
The Delete menu item has the following properties:
  • action: Delete UI Object
  • actionProject: Visual-Scripting
  • askConfirmation: true
  • confirmationLabel: Confirm to Delete
  • label: Delete
  • iconPathOn: delete-entity
  • iconPathOff: delete-entity
  • actionFunction: payload.executeAction
Snapshots Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Snapshots with other nodes:
Compatible Types: