• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-12-05 17:33:10 +00:00
f6c9a7b7a4 fix: Use console.log instead of logger.log for service startup
root pushed to master at root/trading_bot_v4 2025-12-05 14:43:49 +00:00
51b63f4a35 critical: Fix service initialization - start services BEFORE validation
root pushed to master at root/trading_bot_v4 2025-12-05 14:38:34 +00:00
a2f32eceac debug: Add logging to trace instrumentation execution
root pushed to master at root/trading_bot_v4 2025-12-05 14:34:04 +00:00
526a40d1ae fix: Correct indentation for stop hunt and smart validation startup
root pushed to master at root/trading_bot_v4 2025-12-05 14:25:55 +00:00
c0da602917 fix: TypeScript error - use undefined instead of null for signalQualityVersion
root pushed to master at root/trading_bot_v4 2025-12-05 14:23:44 +00:00
1efd9bf577 Merge pull request #10 from mindesbunister/copilot/fix-instrumentation-hook-issue
5711fc2fec fix: Enable Next.js instrumentation hook to start critical services on startup
0a768e2f5c Initial plan
Compare 3 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 14:22:03 +00:00
0bba1a6739 fix: Remove v9 label from 1-minute data collection
root pushed to master at root/trading_bot_v4 2025-12-05 14:11:03 +00:00
1b45d879d0 Merge pull request #9 from mindesbunister/copilot/fix-analytics-dashboard-filtering
4f913a7ab8 feat: Add indicator version filtering to analytics dashboard
9fdabb20ae Analysis complete - begin implementing version filter fix
8e527cafa9 Initial plan
Compare 4 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 13:20:43 +00:00
d49e0feb5f docs: Add mandatory npm test requirement before Position Manager deployment
root pushed to master at root/trading_bot_v4 2025-12-05 12:49:09 +00:00
389bcd6f4c Merge remote-tracking branch 'github/master'
c41d46b001 Merge pull request #8 from mindesbunister/copilot/add-feature-discovery-section
99bfcb9b92 Merge pull request #7 from mindesbunister/copilot/fix-npm-audit-vulnerabilities
98a68ae357 docs: Add "DO I ALREADY HAVE THIS?" Feature Discovery section
2d2510f074 Initial plan
Compare 13 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 10:07:01 +00:00
856ccabe87 config: Remove Solana leverage override - use adaptive leverage system
root pushed to master at root/trading_bot_v4 2025-12-05 09:40:13 +00:00
d7d8369cc7 fix: Correct BlockedSignal data contamination numbers
root pushed to master at root/trading_bot_v4 2025-12-05 09:37:12 +00:00
eefee98818 docs: Document BlockedSignal data contamination from old v9 alerts
root pushed to master at root/trading_bot_v4 2025-12-05 09:16:03 +00:00
017b5b5ff2 feat: Create v10 indicator - hybrid of v8 patience + v9 MA gap
root pushed to master at root/trading_bot_v4 2025-12-05 09:07:17 +00:00
8ec4eb0782 docs: Add Common Pitfall #72 - MFE data unit mismatch
root pushed to master at root/trading_bot_v4 2025-12-05 09:05:48 +00:00
a15f17f489 revert: Undo exit strategy optimization based on corrupted MFE data
root pushed to master at root/trading_bot_v4 2025-12-05 08:54:31 +00:00
f65aae5eb7 docs: Document exit strategy optimization (Dec 5, 2025)
root pushed to master at root/trading_bot_v4 2025-12-05 08:53:56 +00:00
a67a338d18 critical: Optimize exit strategy based on data analysis (Dec 5, 2025)
root pushed to master at root/trading_bot_v4 2025-12-05 08:14:21 +00:00
b187f1dc8b Merge pull request #1 from mindesbunister/copilot/extract-common-pitfalls-documentation
aee12432f5 Merge pull request #6 from mindesbunister/copilot/document-recent-prs
863f10dc77 docs: Improve .gitignore fix instructions in Pitfall #72
6ee29279b7 docs: Document test infrastructure, security fix, common pitfalls reorganization, and CI/CD pipeline
1dc5778900 Initial plan
Compare 8 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 07:42:10 +00:00
12212502bd docs: Document dual remote setup and post-commit hook automation