Implements percentage-based capital allocation and risk limits to ensure trading strategies scale effectively across all account sizes.
This skill provides standardized logic for migrating trading systems from hard-coded dollar thresholds to proportional, percentage-based capital management. It addresses common pitfalls where fixed cash buffers disproportionately restrict smaller accounts, ensuring that safety buffers and position sizes scale dynamically with account equity. By leveraging percentage-based defaults, developers can maintain consistent risk profiles whether managing a $5,000 or $100,000 portfolio, effectively eliminating redundant dollar-based blockers that hamper algorithmic execution and portfolio growth.
主な機能
01Dynamic position sizing based on real-time account equity
02Scalable capital allocation logic
03Automated identification of hard-coded dollar thresholds
040 GitHub stars
05Percentage-based safety buffer implementation
06Fractional share support optimization
ユースケース
01Standardizing risk management across multiple accounts with varying balances
02Scaling a trading bot from a paper account to a live production environment
03Fixing trade execution blockers on accounts with limited liquidity