This commit is contained in:
Ichinga Samuel
2024-11-23 10:23:01 +01:00
parent 9d9c02fcfd
commit f8c4c6e9a7
19 changed files with 279 additions and 209 deletions
+24
View File
@@ -0,0 +1,24 @@
[
{
"deal": 0,
"order": 0,
"volume": 0.0,
"price": 0.0,
"bid": 0.0,
"ask": 0.0,
"actual_profit": 0,
"closed": false,
"win": false
},
{
"deal": 0,
"order": 0,
"volume": 0.0,
"price": 0.0,
"bid": 0.0,
"ask": 0.0,
"actual_profit": 0,
"closed": false,
"win": false
}
]