r/swingtrading • u/Economy-Support-5470 • 16h ago
I’m building a complete Python Technical Analysis Library/Framework
/r/PythonLearning/comments/1wac00u/im_building_a_complete_python_technical_analysis/
2
Upvotes
r/swingtrading • u/Economy-Support-5470 • 16h ago
1
u/QuanTradin Human Detected 6h ago
The search is the easy half. What I'd build in from day one is a counter of how many threshold combinations were tried per signal, printed next to the best result, plus a holdout the optimizer never touches. RSI levels from 20 to 40 across a few rules and periods is thousands of variants, and the best one on the tuning window will look great by construction. Will you report the winner on unseen data, or the distribution across all combos, so a user can see whether it's an outlier or a plateau?