Indicator suggestions: simple to advanced
Choose indicator modules as building blocks. Keep each indicator tied to a measurable rule and avoid stacking duplicates.
Python system ideas library
Select Python modules the IDE should plan for research, validation, execution, logging, and monitoring.
Entry model
Entry is separate from signal. A signal can be entered by close, pullback, retest, limit, stop, or staged logic.
Position sizing
Sizing converts risk into volume. Keep martingale sizing heavily warned.
In-trade management
Management adjusts an open trade; exits define why the trade closes.
Exit model
Exit rules are separate from risk. They describe planned strategy invalidation or target completion.
Scaling, pyramid, grid, hedge
Optional advanced modules. Use strict caps and clear disable conditions.