This repository was archived by the owner on Jan 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactive_trading_results_20250816_155531.json
More file actions
130 lines (130 loc) · 7.42 KB
/
Copy pathactive_trading_results_20250816_155531.json
File metadata and controls
130 lines (130 loc) · 7.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"AAPL": {
"timestamp": "2025-08-16T15:55:29.920956",
"current_recommendation": {
"timestamp": "2025-08-15 00:00:00 EDT",
"price": 231.59,
"action": "HOLD",
"confidence": "MEDIUM",
"rationale": "No clear signals. RSI=68.1, ML pred=-0.1%",
"target_price": 231.38,
"expected_return_pct": -0.09,
"market_metrics": {
"rsi": 68.1,
"rsi_signal": "Neutral",
"price_vs_ma20": "Above",
"momentum_5d_pct": 1.09,
"volume_ratio": 0.88,
"ml_prediction_pct": -0.09,
"ml_confidence_pct": 96.1
}
},
"backtest_summary": {
"total_return_pct": 0,
"outperformance_pct": 0,
"win_rate_pct": 0,
"total_trades": 0,
"sharpe_ratio": 0
},
"strategy": {
"name": "Active Momentum Trading",
"description": "\n ACTIVE MOMENTUM TRADING STRATEGY\n \n \ud83c\udfaf STRATEGY OVERVIEW:\n This strategy aims to capture momentum moves by buying strong stocks \n and selling weak ones, with clear risk management rules.\n \n \ud83d\udcc8 BUY CONDITIONS (Enter Long Position):\n 1. Price > 20-day moving average (uptrend)\n 2. RSI between 45-65 (not overbought, but has momentum) \n 3. 5-day momentum > 1% (recent strength)\n 4. ML model predicts >1% gain with >60% confidence\n 5. Volume > average (institutional interest)\n \n \ud83d\udcc9 SELL CONDITIONS (Exit Long Position):\n 1. RSI > 75 (overbought)\n 2. Price drops below 20-day MA (trend broken)\n 3. 5-day momentum < -2% (weakness)\n 4. ML model predicts <-1.5% loss with >60% confidence\n 5. Stop loss: -5% from entry\n 6. Take profit: +10% from entry\n \n \ud83d\udcb0 POSITION SIZING:\n - Allocate 20% of capital per position\n - Maximum 4 positions (80% invested, 20% cash)\n - Rebalance weekly\n "
}
},
"GOOGL": {
"timestamp": "2025-08-16T15:55:30.567758",
"current_recommendation": {
"timestamp": "2025-08-15 00:00:00 EDT",
"price": 203.9,
"action": "HOLD",
"confidence": "MEDIUM",
"rationale": "No clear signals. RSI=68.6, ML pred=-0.7%",
"target_price": 202.4,
"expected_return_pct": -0.74,
"market_metrics": {
"rsi": 68.6,
"rsi_signal": "Neutral",
"price_vs_ma20": "Above",
"momentum_5d_pct": 1.23,
"volume_ratio": 0.92,
"ml_prediction_pct": -0.74,
"ml_confidence_pct": 91.3
}
},
"backtest_summary": {
"total_return_pct": 2.83,
"outperformance_pct": -44.91,
"win_rate_pct": 100.0,
"total_trades": 3,
"sharpe_ratio": 1.216
},
"strategy": {
"name": "Active Momentum Trading",
"description": "\n ACTIVE MOMENTUM TRADING STRATEGY\n \n \ud83c\udfaf STRATEGY OVERVIEW:\n This strategy aims to capture momentum moves by buying strong stocks \n and selling weak ones, with clear risk management rules.\n \n \ud83d\udcc8 BUY CONDITIONS (Enter Long Position):\n 1. Price > 20-day moving average (uptrend)\n 2. RSI between 45-65 (not overbought, but has momentum) \n 3. 5-day momentum > 1% (recent strength)\n 4. ML model predicts >1% gain with >60% confidence\n 5. Volume > average (institutional interest)\n \n \ud83d\udcc9 SELL CONDITIONS (Exit Long Position):\n 1. RSI > 75 (overbought)\n 2. Price drops below 20-day MA (trend broken)\n 3. 5-day momentum < -2% (weakness)\n 4. ML model predicts <-1.5% loss with >60% confidence\n 5. Stop loss: -5% from entry\n 6. Take profit: +10% from entry\n \n \ud83d\udcb0 POSITION SIZING:\n - Allocate 20% of capital per position\n - Maximum 4 positions (80% invested, 20% cash)\n - Rebalance weekly\n "
}
},
"NVDA": {
"timestamp": "2025-08-16T15:55:31.307842",
"current_recommendation": {
"timestamp": "2025-08-15 00:00:00 EDT",
"price": 180.45,
"action": "SELL",
"confidence": "HIGH",
"rationale": "Sell condition: ML Bearish Signal",
"target_price": 174.49,
"expected_return_pct": -3.3,
"market_metrics": {
"rsi": 56.5,
"rsi_signal": "Neutral",
"price_vs_ma20": "Above",
"momentum_5d_pct": -1.23,
"volume_ratio": 1.01,
"ml_prediction_pct": -3.3,
"ml_confidence_pct": 84.7
}
},
"backtest_summary": {
"total_return_pct": 0.59,
"outperformance_pct": -244.9,
"win_rate_pct": 100.0,
"total_trades": 1,
"sharpe_ratio": 0.997
},
"strategy": {
"name": "Active Momentum Trading",
"description": "\n ACTIVE MOMENTUM TRADING STRATEGY\n \n \ud83c\udfaf STRATEGY OVERVIEW:\n This strategy aims to capture momentum moves by buying strong stocks \n and selling weak ones, with clear risk management rules.\n \n \ud83d\udcc8 BUY CONDITIONS (Enter Long Position):\n 1. Price > 20-day moving average (uptrend)\n 2. RSI between 45-65 (not overbought, but has momentum) \n 3. 5-day momentum > 1% (recent strength)\n 4. ML model predicts >1% gain with >60% confidence\n 5. Volume > average (institutional interest)\n \n \ud83d\udcc9 SELL CONDITIONS (Exit Long Position):\n 1. RSI > 75 (overbought)\n 2. Price drops below 20-day MA (trend broken)\n 3. 5-day momentum < -2% (weakness)\n 4. ML model predicts <-1.5% loss with >60% confidence\n 5. Stop loss: -5% from entry\n 6. Take profit: +10% from entry\n \n \ud83d\udcb0 POSITION SIZING:\n - Allocate 20% of capital per position\n - Maximum 4 positions (80% invested, 20% cash)\n - Rebalance weekly\n "
}
},
"TSLA": {
"timestamp": "2025-08-16T15:55:31.917487",
"current_recommendation": {
"timestamp": "2025-08-15 00:00:00 EDT",
"price": 330.56,
"action": "HOLD",
"confidence": "MEDIUM",
"rationale": "No clear signals. RSI=53.4, ML pred=1.4%",
"target_price": 335.12,
"expected_return_pct": 1.38,
"market_metrics": {
"rsi": 53.4,
"rsi_signal": "Neutral",
"price_vs_ma20": "Above",
"momentum_5d_pct": 0.28,
"volume_ratio": 0.83,
"ml_prediction_pct": 1.38,
"ml_confidence_pct": 89.3
}
},
"backtest_summary": {
"total_return_pct": -0.84,
"outperformance_pct": -38.32,
"win_rate_pct": 30.0,
"total_trades": 10,
"sharpe_ratio": -0.111
},
"strategy": {
"name": "Active Momentum Trading",
"description": "\n ACTIVE MOMENTUM TRADING STRATEGY\n \n \ud83c\udfaf STRATEGY OVERVIEW:\n This strategy aims to capture momentum moves by buying strong stocks \n and selling weak ones, with clear risk management rules.\n \n \ud83d\udcc8 BUY CONDITIONS (Enter Long Position):\n 1. Price > 20-day moving average (uptrend)\n 2. RSI between 45-65 (not overbought, but has momentum) \n 3. 5-day momentum > 1% (recent strength)\n 4. ML model predicts >1% gain with >60% confidence\n 5. Volume > average (institutional interest)\n \n \ud83d\udcc9 SELL CONDITIONS (Exit Long Position):\n 1. RSI > 75 (overbought)\n 2. Price drops below 20-day MA (trend broken)\n 3. 5-day momentum < -2% (weakness)\n 4. ML model predicts <-1.5% loss with >60% confidence\n 5. Stop loss: -5% from entry\n 6. Take profit: +10% from entry\n \n \ud83d\udcb0 POSITION SIZING:\n - Allocate 20% of capital per position\n - Maximum 4 positions (80% invested, 20% cash)\n - Rebalance weekly\n "
}
}
}