keeprich commited on
Commit
fcb230b
·
verified ·
1 Parent(s): aee05d8

Add metrics for lstm (AUD_USD H1)

Browse files
Files changed (1) hide show
  1. models/lstm/AUD_USD_H1/metrics.json +15 -0
models/lstm/AUD_USD_H1/metrics.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.2584763948497854,
3
+ "f1_weighted": 0.26937290815123854,
4
+ "precision": 0.6612991930989469,
5
+ "recall": 0.2584763948497854,
6
+ "initial_capital": 10000.0,
7
+ "final_equity": 9999.23,
8
+ "total_return_pct": -0.01,
9
+ "max_drawdown_pct": -0.01,
10
+ "sharpe_ratio": -1.269,
11
+ "total_trades": 52,
12
+ "win_rate_pct": 40.38,
13
+ "avg_pnl_per_trade": -0.0148,
14
+ "trades_per_1000_bars": 5.58
15
+ }