-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoperation.json
63 lines (60 loc) · 1.85 KB
/
operation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"tradeOperations": [
{
"author_id": "4a63b8a7-5504-41fd-bcfa-94482d643390",
"market": "CHRUSDT",
"status": "ativa",
"direction": "long",
"observation": "BOT - Pegou ordem 3",
"entryOrderOne": 0.1305,
"entryOrderTwo": 0.125,
"entryOrderThree": 0.122,
"takeProfitOne": 0.1593,
"takeProfitTwo": 0.2,
"stop": 0.1109,
"result": "",
"percentual": null,
"tradingViewLink": "",
"created_at": "2023-11-20T19:48:20.513Z",
"updated_at": "2023-11-23T13:52:00.334Z",
"version": 11,
"maxFollowers": 30,
"currentFollowers": 30,
"stopDistance": 10.87,
"riskReturnRatio": 0.0,
"entryOrdersStatus": "{\"entryOrderOneTriggered\":true,\"entryOrderTwoTriggered\":true,\"entryOrderThreeTriggered\":false}",
"takeProfitStatus": "{}",
"marketLocation": null
}
]
}
{
"tradeOperations": [
{
"id" : "2421272d-0f6f-4272-8eef-d0a820730927",
"author_id" : "af0c40a2-81e8-4481-970c-accf9c848684",
"market" : "BCHUSDT",
"status" : "ativa",
"direction" : "long",
"observation" : "BOT - Pegou ordem 2",
"entry_order_one" : 248.0,
"entry_order_two" : 240.0,
"entry_order_three" : 233.5,
"take_profit_one" : 256.0,
"take_profit_two" : 289.0,
"stop" : 222.0,
"result" : "",
"percentual" : null,
"tradingViewLink" : "",
"created_at" : "2023-12-04T15:41:06.448Z",
"updated_at" : "2023-12-06T09:08:04.181Z",
"version" : 3,
"maxFollowers" : 100,
"currentFollowers" : 38,
"stopDistance" : 6.65,
"riskReturnRatio" : 0.0,
"entryOrdersStatus" : "{\"entryOrderOneTriggered\":true,\"entryOrderTwoTriggered\":true,\"entryOrderThreeTriggered\":false}",
"takeProfitStatus" : "{}",
"marketLocation" : "futures"
}
]}