• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-07 09:58:55 +00:00
db907d8074 Improve signal quality scoring for breakdowns/breakouts
root pushed to master at root/trading_bot_v4 2025-11-07 07:56:34 +00:00
0365560c5b Add timeframe-aware signal quality scoring for 5min charts
root pushed to master at root/trading_bot_v4 2025-11-06 12:48:48 +00:00
b52a980138 Add manual long/short commands via Telegram plain text
root pushed to master at root/trading_bot_v4 2025-11-06 11:18:33 +00:00
6c7eaf5f04 Add TP1/SL consistency check on trade restore
root pushed to master at root/trading_bot_v4 2025-11-05 22:49:53 +00:00
7c888282ec Adjust TP detection logic for partial fills
root pushed to master at root/trading_bot_v4 2025-11-05 15:14:33 +00:00
5241920d44 Prevent repeated TP2 cleanup loops
root pushed to master at root/trading_bot_v4 2025-11-05 14:34:11 +00:00
a100945864 Enhance trailing stop with ATR-based sizing
root pushed to master at root/trading_bot_v4 2025-11-05 10:42:31 +00:00
149294084e fix: auto-clean leftovers after stop hits
root pushed to master at root/trading_bot_v4 2025-11-05 09:29:41 +00:00
b58e08778e fix: correct MFE/MAE tracking after partial exits
root pushed to master at root/trading_bot_v4 2025-11-05 09:00:47 +00:00
18e3e73e83 feat: refresh exit orders after TP1 and add dry-run harness
root pushed to master at root/trading_bot_v4 2025-11-05 06:58:36 +00:00
cbb6592153 fix: correct PnL math and add health probe
root pushed to master at root/trading_bot_v4 2025-11-04 10:40:27 +00:00
02193b7dce fix(critical): Unify quality score calculation across check-risk and execute
root pushed to master at root/trading_bot_v4 2025-11-04 10:19:06 +00:00
fdbb474e68 fix(n8n): CRITICAL - Add quality score validation to old workflow path
root pushed to master at root/trading_bot_v4 2025-11-04 09:34:46 +00:00
8bc08955cc feat: Add phantom trade detection and database tracking
root pushed to master at root/trading_bot_v4 2025-11-03 19:23:51 +00:00
f682b93a1e Fix: Signal flip race condition - properly coordinate Position Manager during opposite signal closure
root pushed to master at root/trading_bot_v4 2025-11-03 15:57:56 +00:00
1426a9ec2f CRITICAL FIX: P&L calculation using wrong position size for phantom trades
root pushed to master at root/trading_bot_v4 2025-11-03 15:33:34 +00:00
d5b3dbbbee fix: Correct ETH-PERP minimum order size to 0.001 ETH
root pushed to master at root/trading_bot_v4 2025-11-03 14:59:32 +00:00
cfc15cd3b0 fix: Prevent runner positions from being below minimum order size
root pushed to master at root/trading_bot_v4 2025-11-03 14:45:13 +00:00
80635fc0c0 feat: Add position scaling controls to settings UI
root pushed to master at root/trading_bot_v4 2025-11-03 14:35:47 +00:00
8a8d4a348c feat: Add position scaling for strong confirmation signals