• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-27 13:00:48 +00:00
49f19b1a8c feat: Phase 7.2 Real-Time Quality Validation COMPLETE + Hot-Reload Roadmap
root pushed to master at root/trading_bot_v4 2025-11-27 12:53:55 +00:00
53c8c59c25 feat: Phase 7.2 Real-Time Quality Validation
root pushed to master at root/trading_bot_v4 2025-11-27 12:04:17 +00:00
f420d98d55 critical: Make health monitor 3-4x more aggressive to prevent heap crashes
d602744938 critical: Fix 1-minute signal price logging - query Drift oracle directly
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-11-27 11:27:55 +00:00
ff402ed4d2 critical: Fix n8n signalPrice regex to avoid pricePosition collision
root pushed to master at root/trading_bot_v4 2025-11-27 11:18:55 +00:00
99a5223ec6 fix: Add signal price parsing to n8n workflow
root pushed to master at root/trading_bot_v4 2025-11-27 11:14:40 +00:00
212a36fef3 fix: Add close price to 1-minute data feed webhook
root pushed to master at root/trading_bot_v4 2025-11-27 11:07:39 +00:00
85581a670a fix: Skip frequency checks for data collection signals
root pushed to master at root/trading_bot_v4 2025-11-27 10:54:55 +00:00
c86b1fb24f docs: Add Smart Entry Timing deployment status document
root pushed to master at root/trading_bot_v4 2025-11-27 10:53:52 +00:00
cf6bdacdce feat: Enable Smart Entry Timing in production (SMART_ENTRY_ENABLED=true)
root pushed to master at root/trading_bot_v4 2025-11-27 10:42:03 +00:00
a98ddadcd4 docs: Add comprehensive Smart Entry Timing status documentation
root pushed to master at root/trading_bot_v4 2025-11-27 10:40:30 +00:00
a8c1b2ca06 feat: Phase 2 Smart Entry Timing - COMPLETE
root pushed to master at root/trading_bot_v4 2025-11-27 09:38:49 +00:00
cecdb8290c docs: Add 1-minute data enhancements roadmap
root pushed to master at root/trading_bot_v4 2025-11-27 09:17:02 +00:00
702d08b0ba feat: Integrate ADX validation into revenge system using 1-min market data
root pushed to master at root/trading_bot_v4 2025-11-27 08:31:14 +00:00
649628a5c2 docs: Add simplified 1-minute data collection guide
root pushed to master at root/trading_bot_v4 2025-11-27 08:30:11 +00:00
cb0297607b fix: Change 1-min indicator to use trading signal format (timeframe filtering)
root pushed to master at root/trading_bot_v4 2025-11-27 08:27:39 +00:00
75069802bf docs: CRITICAL - Document 1-minute webhook misconfiguration fix
root pushed to master at root/trading_bot_v4 2025-11-27 08:12:36 +00:00
383a319e87 fix: Single line string concatenation for Pine Script v6
root pushed to master at root/trading_bot_v4 2025-11-27 08:02:14 +00:00
565b42a56c fix: Use alert() function instead of alertcondition for dynamic JSON
root pushed to master at root/trading_bot_v4 2025-11-27 07:59:29 +00:00
e792aaae38 fix: Pine Script alertcondition requires const string, use TradingView placeholders
root pushed to master at root/trading_bot_v4 2025-11-27 07:58:24 +00:00
36a5f629f4 fix: Pine Script string concatenation - single line for alertMessage