• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2026-01-09 13:09:11 +00:00
19d7865f6f docs: Update pyramiding status to DEPLOYED in all documentation
root pushed to master at root/trading_bot_v4 2026-01-09 13:05:16 +00:00
c378d34899 feat: Add pyramiding env vars to docker-compose.yml
root pushed to master at root/trading_bot_v4 2026-01-09 12:53:13 +00:00
96d1667ae6 feat: Complete pyramiding/position stacking implementation (ALL 7 phases)
b2ff3026c6 docs: Add Pyramiding/Position Stacking implementation plan
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2026-01-08 18:30:06 +00:00
f57aa925b8 critical: Bug #93 - Three-layer entry price validation with oracle fallback
root pushed to main at root/marketscanner 2026-01-08 13:34:16 +00:00
40efcff7a8 Update ports to avoid conflicts: frontend=3010, postgres=5433, redis=6380, rabbitmq=5673
root pushed to main at root/marketscanner 2026-01-08 13:19:35 +00:00
074787f067 Initial project structure: MarketScanner - Fear-to-Fortune Trading Intelligence
root created branch main in root/marketscanner 2026-01-08 13:19:35 +00:00
root created repository root/marketscanner 2026-01-08 12:45:01 +00:00
root pushed to master at root/trading_bot_v4 2026-01-07 09:02:20 +00:00
bb2432f3bf docs: Add Bug #92 - Exit order token sizing mismatch to Common Pitfalls
root pushed to master at root/trading_bot_v4 2026-01-07 08:59:54 +00:00
361f3ba183 critical: Fix exit order token sizing - TP/SL now use exact position size
efbe4d0c04 fix: Add TP1 TP2 SL prices to Telegram trade notifications
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2026-01-06 13:16:49 +00:00
e2763d21f2 docs: Update HA Infrastructure section - decommissioned Jan 6, 2026
root pushed to master at root/trading_bot_v4 2026-01-03 14:12:01 +00:00
e1088b1218 fix: Change TP1 from 1.1% to 1.45% (FIXED - Jan 3, 2026)
root pushed to master at root/trading_bot_v4 2026-01-02 21:30:10 +00:00
23db02de72 docs: Update leverage settings - 10x SOL, 5x ETH (Jan 2, 2026)
root pushed to master at root/trading_bot_v4 2026-01-02 20:59:19 +00:00
cb40cf22d7 fix: Convert Format Success to Code node for reliable Telegram formatting (Jan 3, 2026)
root pushed to master at root/trading_bot_v4 2026-01-02 20:48:53 +00:00
1fd13c1729 fix: Restore Direction Mode to optimized indicator (Jan 2, 2026)
root pushed to master at root/trading_bot_v4 2026-01-02 19:17:06 +00:00
919cb7a64c config: Update leverage from 5x to 10x
root pushed to master at root/trading_bot_v4 2026-01-02 18:42:24 +00:00
7f86364fb1 docs: Add Direction Mode documentation (Jan 2, 2026)
root pushed to master at root/trading_bot_v4 2026-01-02 18:38:01 +00:00
c89aa10f16 feat: Add Direction Mode to v11.2 INDICATOR for LONG-only trading
root pushed to master at root/trading_bot_v4 2026-01-02 18:29:52 +00:00
1f8630862c fix: Filter plotshape signals by direction mode (visual bug fix)
root pushed to master at root/trading_bot_v4 2026-01-02 18:19:30 +00:00
fa6f0a80bc fix: Make strategy backtest LONG and SHORT independently (not reversals)