Rotate capital between subaccounts based on strategy performance.
PREREQUISITE: Load the following skills to execute this recipe:
kraken-subaccount-ops,kraken-portfolio-intel
Evaluate strategy performance per subaccount and reallocate capital to winning strategies.
CAUTION: Transfers move real funds. Always confirm IIBANs and amounts.
kraken balance -o json 2>/dev/nullABCD 1234 EFGH 5678kraken subaccount transfer USD 2000 --from $SUB_IIBAN --to $MAIN_IIBAN -o json 2>/dev/nullkraken subaccount transfer USD 2000 --from $MAIN_IIBAN --to $SUB_IIBAN -o json 2>/dev/nullkraken balance -o json 2>/dev/null