""" { "name": "fff", "strategy_json": { "type": "strategy", "statements": [ { "type": "set_available_strategy_balance", "inputs": { "BALANCE": { "type": "math_operation", "inputs": { "operator": "add", "left_operand": 1, "right_operand": { "type": "math_operation", "inputs": { "operator": "add", "left_operand": { "type": "power", "inputs": { "base": 2, "exponent": 3 } }, "right_operand": { "type": "math_operation", "inputs": { "operator": "multiply", "left_operand": { "type": "min", "inputs": { "numbers": [ { "type": "current_balance", "inputs": {} }, { "type": "dynamic_value", "values": [ 5, 6 ] } ] } }, "right_operand": 4 } } } } } } } } ] }, "workspace": "Set the balance allocated to the strategy.ADDPerform basic arithmetic operations between two values.1Enter a numerical value. Chain multiple for a list.ADDPerform basic arithmetic operations between two values.Raise a number to the power of another number (x^y).2Enter a numerical value. Chain multiple for a list.3Enter a numerical value. Chain multiple for a list.MULTIPLYPerform basic arithmetic operations between two values.Determine the minimum value among given numbers.Retrieve the current balance of the strategy.5Enter a numerical value. Chain multiple for a list.6Enter a numerical value. Chain multiple for a list.4Enter a numerical value. Chain multiple for a list." } """