Import calculations
Back up or move your private trading journal session metrics with JSON from the Calculations page. Paste a file or ask an AI to generate one that matches the shape below.
[
{
"name": "My metric",
"description": "optional",
"sourceCode": "function calculate(params) { return [0]; }",
"valueFormat": "number",
"enabled": true,
"sortOrder": 0
}
]valueFormat is one of number, currency, percentage, ratio, string. Import respects your plan ownership limit.