skills/recipe-trailing-stop-runner/SKILL.md
Ride a trend with a trailing stop that locks in profits on reversal.
npx skillsauth add krakenfx/kraken-cli recipe-trailing-stop-runnerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills to execute this recipe:
kraken-stop-take-profit,kraken-spot-execution
Enter a position and attach a trailing stop to capture trend profits while limiting downside.
kraken ticker BTCUSD -o json 2>/dev/nullkraken order buy BTCUSD 0.01 --type market -o json 2>/dev/nullkraken trades-history -o json 2>/dev/nullkraken order sell BTCUSD 0.01 --type trailing-stop --price +500 -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken ws ticker BTC/USD -o json 2>/dev/nullkraken trades-history -o json 2>/dev/nulltools
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
testing
Safely withdraw funds to a pre-approved cold storage address.
testing
Run a weekly portfolio rebalance to maintain target asset allocations.
testing
Monitor order book depth and bid-ask imbalance for liquidity signals.