avinashhm commited on
Commit
3701458
·
verified ·
1 Parent(s): 589b8a7

Add results_summary.json

Browse files
Files changed (1) hide show
  1. results_summary.json +59 -0
results_summary.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_results": {
3
+ "horizon_1": {
4
+ "direction_accuracy": 0.5023923444976076,
5
+ "information_coefficient": -0.0697907355802081,
6
+ "total_return": -0.04027914062500004,
7
+ "annualized_return": -0.048362814354447115,
8
+ "sharpe_ratio": -0.18286905540248344,
9
+ "max_drawdown": 0.1628602453727441,
10
+ "calmar_ratio": -0.29695897408337846,
11
+ "profit_factor": 0.9714067951038647,
12
+ "win_rate": 0.49760765550239233,
13
+ "avg_win": 0.008983709521159584,
14
+ "avg_loss": -0.009160065932415558,
15
+ "num_trades": 209
16
+ },
17
+ "horizon_5": {
18
+ "direction_accuracy": 0.4784688995215311,
19
+ "information_coefficient": 0.010945633314055403,
20
+ "total_return": 0.022679453125000082,
21
+ "annualized_return": 0.1440293942326747,
22
+ "sharpe_ratio": 0.5290225535659363,
23
+ "max_drawdown": 0.23332316512981952,
24
+ "calmar_ratio": 0.6172957064918119,
25
+ "profit_factor": 1.087252023862269,
26
+ "win_rate": 0.47619047619047616,
27
+ "avg_win": 0.023288328730268405,
28
+ "avg_loss": -0.019472217092036524,
29
+ "num_trades": 42
30
+ },
31
+ "horizon_20": {
32
+ "direction_accuracy": 0.46411483253588515,
33
+ "information_coefficient": 0.3579473158420533,
34
+ "total_return": -0.05529171875000005,
35
+ "annualized_return": -0.7282977242114106,
36
+ "sharpe_ratio": -1.6933695858083169,
37
+ "max_drawdown": 0.1384053493896242,
38
+ "calmar_ratio": -5.262063025761766,
39
+ "profit_factor": 0.7996861485775424,
40
+ "win_rate": 0.45454545454545453,
41
+ "avg_win": 0.03806111440062523,
42
+ "avg_loss": -0.03966255268702904,
43
+ "num_trades": 11
44
+ },
45
+ "summary": {
46
+ "num_test_samples": 209,
47
+ "avg_direction_accuracy": 0.4816586921850079,
48
+ "avg_ic": 0.09970073785863354
49
+ }
50
+ },
51
+ "model_params": {
52
+ "max_position_pct": 0.015,
53
+ "sl_atr_mult": 0.5,
54
+ "tp_atr_mult": 1.0,
55
+ "min_confidence": 0.55,
56
+ "max_trades_per_day": 50
57
+ },
58
+ "elapsed_seconds": 131.59195470809937
59
+ }