Initial commit of integrated agent system
This commit is contained in:
18
backtest/team_dashboard/stats.json
Normal file
18
backtest/team_dashboard/stats.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"totalAssetValue": 98434.93,
|
||||
"totalReturn": -1.57,
|
||||
"cashPosition": 25395.1,
|
||||
"tickerWeights": {},
|
||||
"totalTrades": 14,
|
||||
"winRate": 0.0,
|
||||
"bullBear": {
|
||||
"bull": {
|
||||
"n": 0,
|
||||
"win": 0
|
||||
},
|
||||
"bear": {
|
||||
"n": 0,
|
||||
"win": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user