feature-f13-daily-max-trades
CommunityCap daily trades to prevent overtrading.
Software Engineering#python#trading strategy#risk control#trade limiting#config flags#fill tracking#engine guard
Author13g7895123
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Prevents overtrading by stopping new positions once the strategy has already completed a configured maximum number of successful trades in the current day.
Core Features & Use Cases
- Daily max entry guard (F13): Enforces a limit on how many stock trades can be opened successfully per day.
- Configurable enable switch: Allows turning the restriction on or off using
f13_enabled. - Configurable threshold: Uses
daily_max_tradesto define the maximum allowed “entries that filled” for the day.
Use Case: In a high-volatility period, you want the bot to stop opening new positions after it has already executed a safe number of entries (e.g., 5) to reduce risk and churn.
Quick Start
Enable F13 by setting f13_enabled to true and set daily_max_trades to the maximum number of filled entries allowed per day.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: feature-f13-daily-max-trades Download link: https://github.com/13g7895123/littile-bao/archive/main.zip#feature-f13-daily-max-trades Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.