Getting Started
Welcome to wisp SDK. This section will help you get up and running quickly.
Quick Navigation
- Installation - Install wisp CLI, create your first strategy, run backtests and deploy live
- Quick Reference - Essential API concepts: assets, indicators, signals, decimals, and logging
- Writing Strategies - Deep dive into building sophisticated strategies
- Configuration - Configure exchanges, strategy settings, and production deployment
New to wisp?
Start with Installation to get the CLI set up and create your first strategy in minutes.
Already installed? Jump to Quick Reference to learn the core API.
What You'll Learn
- Installation - Get wisp running with
brew install wisp - Quick Reference - Master
s.k.Indicators,s.k.Market, ands.k.Signal() - Writing Strategies - Learn patterns for multi-asset, multi-timeframe, and risk management
- Configuration - Set up for production with proper exchange configuration
Next Steps
After completing this section, explore:
- Examples - Complete strategy implementations
- API Reference - Full indicator documentation