Development Guides
This section contains comprehensive guides for developing with Planar. These guides provide in-depth coverage of core concepts and practical implementation details.
Available Guides
- Strategy Development - Complete guide to building trading strategies using Julia's dispatch system, covering everything from basic concepts to advanced patterns
- Data Management - Comprehensive data management system for OHLCV and time-series market data using multiple collection methods and storage backends
- Execution Modes - Understanding and transitioning between Sim, Paper, and Live trading modes with proper risk management
Coming Soon
- Optimization - Parameter tuning and backtesting optimization techniques
- Visualization - Plotting and analysis of strategy performance and market data
Getting Started
If you're new to Planar, we recommend starting with the Getting Started section first, then working through these guides in order:
- Strategy Development - Learn the core concepts and patterns
- Data Management - Understand how to work with market data
- Execution Modes - Progress from simulation to live trading
See Also
- Exchanges - Exchange integration and configuration
- Config - Exchange integration and configuration
- Optimization - Performance optimization techniques
- Performance Issues - Troubleshooting: Performance optimization techniques
- Data Management - Guide: Data handling and management
- Exchanges - Data handling and management
Next Steps
Once you're comfortable with the guides, explore the Advanced topics or dive into the API Reference for detailed function documentation.