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
+30
View File
@@ -0,0 +1,30 @@
[
{
"name": "test_trades",
"ema": 20,
"rsi": 14,
"deal": 0,
"order": 0,
"volume": 0.0,
"price": 0.0,
"bid": 0.0,
"ask": 0.0,
"actual_profit": 0,
"closed": false,
"win": false
},
{
"name": "test_trades",
"ema": 20,
"rsi": 14,
"deal": 0,
"order": 0,
"volume": 0.0,
"price": 0.0,
"bid": 0.0,
"ask": 0.0,
"actual_profit": 0,
"closed": false,
"win": false
}
]