skills/recipe-paper-strategy-backtest/SKILL.md
Backtest a trading strategy using paper trading against live prices.
npx skillsauth add krakenfx/kraken-cli recipe-paper-strategy-backtestInstall 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 skill to execute this recipe:
kraken-paper-strategy
Run a strategy through multiple paper sessions to validate consistency before live deployment.
Paper trading fills at the exact quoted price with no fees, no slippage, and no partial fills. Live trading on Kraken incurs maker/taker fees (0.16%/0.26% at base tier), slippage on market orders, and possible partial fills on limit orders. When comparing session results in step 9 below, subtract at least 0.26% per fill from paper returns to get a more realistic estimate. A strategy that is only marginally profitable on paper is likely unprofitable live.
kraken paper init --balance 10000 -o json 2>/dev/nullkraken paper status -o json 2>/dev/null + kraken paper history -o json 2>/dev/nullkraken paper reset -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
Ride a trend with a trailing stop that locks in profits on reversal.