@cryptorobot.ai/client 0.0.16 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/configuration.d.ts +9 -0
- package/lib/helpers/logging.helper.d.ts +6 -6
- package/lib/helpers/queue.helper.d.ts +5 -0
- package/lib/helpers/telegram.helper.d.ts +7 -0
- package/lib/helpers/trader.helper.d.ts +2 -0
- package/lib/hooks/bootstrap-user-telegram.d.ts +2 -0
- package/lib/hooks/bootstrap-user-traders.d.ts +2 -0
- package/lib/hooks/setup-cronjobs.d.ts +2 -0
- package/lib/hooks/setup-queues.d.ts +3 -0
- package/lib/hooks/setup-telegram-client.d.ts +3 -0
- package/lib/hooks/telegram-create-group.d.ts +2 -0
- package/lib/hooks/telegram-delete-group.d.ts +2 -0
- package/lib/hooks/telegram-update-group.d.ts +2 -0
- package/lib/hooks/tickers-fetch.d.ts +1 -1
- package/lib/hooks/traders/pods-process-worker.d.ts +1 -1
- package/lib/services/exchanges/balance/balance.schema.d.ts +4 -12
- package/lib/services/exchanges/download/download.schema.d.ts +8 -16
- package/lib/services/exchanges/exchanges.schema.d.ts +4 -12
- package/lib/services/exchanges/ticker/ticker.schema.d.ts +4 -12
- package/lib/services/messages/messages.schema.d.ts +8 -0
- package/lib/services/strategies/strategies.schema.d.ts +344 -64
- package/lib/services/traders/pods/api/api.schema.d.ts +1028 -196
- package/lib/services/traders/pods/pods.schema.d.ts +688 -136
- package/lib/services/traders/traders.schema.d.ts +340 -60
- package/lib/services/users/users.schema.d.ts +8 -0
- package/lib/telegram-get-credentials.d.ts +1 -0
- package/package.json +1 -1
|
@@ -53,7 +53,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
53
53
|
traderId: import("@feathersjs/typebox").TAny;
|
|
54
54
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
55
55
|
}>;
|
|
56
|
-
|
|
56
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
57
57
|
event: import("@feathersjs/typebox").TString<string>;
|
|
58
58
|
traderId: import("@feathersjs/typebox").TAny;
|
|
59
59
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -63,7 +63,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
63
63
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
64
64
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
65
65
|
}>;
|
|
66
|
-
|
|
66
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
67
67
|
event: import("@feathersjs/typebox").TString<string>;
|
|
68
68
|
traderId: import("@feathersjs/typebox").TAny;
|
|
69
69
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -73,7 +73,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
73
73
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
74
74
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
75
75
|
}>;
|
|
76
|
-
|
|
76
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
77
77
|
event: import("@feathersjs/typebox").TString<string>;
|
|
78
78
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
79
79
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -85,7 +85,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
85
85
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
86
86
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
87
87
|
}>;
|
|
88
|
-
|
|
88
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
89
89
|
event: import("@feathersjs/typebox").TString<string>;
|
|
90
90
|
traderId: import("@feathersjs/typebox").TAny;
|
|
91
91
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -100,10 +100,10 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
100
100
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
101
101
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
102
102
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
103
|
-
|
|
103
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
104
104
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
105
105
|
}>;
|
|
106
|
-
|
|
106
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
107
107
|
event: import("@feathersjs/typebox").TString<string>;
|
|
108
108
|
traderId: import("@feathersjs/typebox").TAny;
|
|
109
109
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -113,7 +113,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
113
113
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
114
114
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
115
115
|
}>;
|
|
116
|
-
|
|
116
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
117
117
|
event: import("@feathersjs/typebox").TString<string>;
|
|
118
118
|
traderId: import("@feathersjs/typebox").TAny;
|
|
119
119
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -147,6 +147,41 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
147
147
|
username: import("@feathersjs/typebox").TString<string>;
|
|
148
148
|
password: import("@feathersjs/typebox").TString<string>;
|
|
149
149
|
}>;
|
|
150
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
151
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
152
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
153
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
154
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
155
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
156
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
157
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
158
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
159
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
160
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
161
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
162
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
163
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
164
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
165
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
166
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
167
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
168
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
169
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
170
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
171
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
172
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
173
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
174
|
+
}>;
|
|
175
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
176
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
177
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
178
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
179
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
180
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
181
|
+
}>;
|
|
182
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
183
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
184
|
+
}>>;
|
|
150
185
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
151
186
|
host: import("@feathersjs/typebox").TString<string>;
|
|
152
187
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -204,7 +239,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
204
239
|
traderId: import("@feathersjs/typebox").TAny;
|
|
205
240
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
206
241
|
}>;
|
|
207
|
-
|
|
242
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
208
243
|
event: import("@feathersjs/typebox").TString<string>;
|
|
209
244
|
traderId: import("@feathersjs/typebox").TAny;
|
|
210
245
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -214,7 +249,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
214
249
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
215
250
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
216
251
|
}>;
|
|
217
|
-
|
|
252
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
218
253
|
event: import("@feathersjs/typebox").TString<string>;
|
|
219
254
|
traderId: import("@feathersjs/typebox").TAny;
|
|
220
255
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -224,7 +259,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
224
259
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
225
260
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
226
261
|
}>;
|
|
227
|
-
|
|
262
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
228
263
|
event: import("@feathersjs/typebox").TString<string>;
|
|
229
264
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
230
265
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -236,7 +271,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
236
271
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
237
272
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
238
273
|
}>;
|
|
239
|
-
|
|
274
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
240
275
|
event: import("@feathersjs/typebox").TString<string>;
|
|
241
276
|
traderId: import("@feathersjs/typebox").TAny;
|
|
242
277
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -251,10 +286,10 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
251
286
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
252
287
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
253
288
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
254
|
-
|
|
289
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
255
290
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
256
291
|
}>;
|
|
257
|
-
|
|
292
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
258
293
|
event: import("@feathersjs/typebox").TString<string>;
|
|
259
294
|
traderId: import("@feathersjs/typebox").TAny;
|
|
260
295
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -264,7 +299,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
264
299
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
265
300
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
266
301
|
}>;
|
|
267
|
-
|
|
302
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
268
303
|
event: import("@feathersjs/typebox").TString<string>;
|
|
269
304
|
traderId: import("@feathersjs/typebox").TAny;
|
|
270
305
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -298,6 +333,41 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
298
333
|
username: import("@feathersjs/typebox").TString<string>;
|
|
299
334
|
password: import("@feathersjs/typebox").TString<string>;
|
|
300
335
|
}>;
|
|
336
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
337
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
338
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
339
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
340
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
341
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
342
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
343
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
344
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
345
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
346
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
347
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
348
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
349
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
350
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
351
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
352
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
353
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
354
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
355
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
356
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
357
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
358
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
359
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
360
|
+
}>;
|
|
361
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
362
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
363
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
364
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
365
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
366
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
367
|
+
}>;
|
|
368
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
369
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
370
|
+
}>>;
|
|
301
371
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
302
372
|
host: import("@feathersjs/typebox").TString<string>;
|
|
303
373
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -342,7 +412,6 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
342
412
|
}>>>;
|
|
343
413
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
344
414
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
345
|
-
key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
346
415
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
347
416
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
348
417
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -465,7 +534,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
465
534
|
traderId: import("@feathersjs/typebox").TAny;
|
|
466
535
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
467
536
|
}>;
|
|
468
|
-
|
|
537
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
469
538
|
event: import("@feathersjs/typebox").TString<string>;
|
|
470
539
|
traderId: import("@feathersjs/typebox").TAny;
|
|
471
540
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -475,7 +544,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
475
544
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
476
545
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
477
546
|
}>;
|
|
478
|
-
|
|
547
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
479
548
|
event: import("@feathersjs/typebox").TString<string>;
|
|
480
549
|
traderId: import("@feathersjs/typebox").TAny;
|
|
481
550
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -485,7 +554,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
485
554
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
486
555
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
487
556
|
}>;
|
|
488
|
-
|
|
557
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
489
558
|
event: import("@feathersjs/typebox").TString<string>;
|
|
490
559
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
491
560
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -497,7 +566,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
497
566
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
498
567
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
499
568
|
}>;
|
|
500
|
-
|
|
569
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
501
570
|
event: import("@feathersjs/typebox").TString<string>;
|
|
502
571
|
traderId: import("@feathersjs/typebox").TAny;
|
|
503
572
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -512,10 +581,10 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
512
581
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
513
582
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
514
583
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
515
|
-
|
|
584
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
516
585
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
517
586
|
}>;
|
|
518
|
-
|
|
587
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
519
588
|
event: import("@feathersjs/typebox").TString<string>;
|
|
520
589
|
traderId: import("@feathersjs/typebox").TAny;
|
|
521
590
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -525,7 +594,7 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
525
594
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
526
595
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
527
596
|
}>;
|
|
528
|
-
|
|
597
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
529
598
|
event: import("@feathersjs/typebox").TString<string>;
|
|
530
599
|
traderId: import("@feathersjs/typebox").TAny;
|
|
531
600
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -559,6 +628,41 @@ export declare const tradersPodsApiSchema: import("@feathersjs/typebox").TObject
|
|
|
559
628
|
username: import("@feathersjs/typebox").TString<string>;
|
|
560
629
|
password: import("@feathersjs/typebox").TString<string>;
|
|
561
630
|
}>;
|
|
631
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
632
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
633
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
634
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
635
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
636
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
637
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
638
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
639
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
640
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
641
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
642
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
643
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
644
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
645
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
646
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
647
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
648
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
649
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
650
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
651
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
652
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
653
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
654
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
655
|
+
}>;
|
|
656
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
657
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
658
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
659
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
660
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
661
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
662
|
+
}>;
|
|
663
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
664
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
665
|
+
}>>;
|
|
562
666
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
563
667
|
host: import("@feathersjs/typebox").TString<string>;
|
|
564
668
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -602,13 +706,13 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
602
706
|
name?: any;
|
|
603
707
|
apiKey?: string | undefined;
|
|
604
708
|
secret?: string | undefined;
|
|
605
|
-
key?: string | undefined;
|
|
606
709
|
avatar?: any;
|
|
607
710
|
createdAt?: any;
|
|
608
711
|
updatedAt?: any;
|
|
609
712
|
userId?: string | {} | undefined;
|
|
610
713
|
which?: string | undefined;
|
|
611
714
|
connected?: boolean | undefined;
|
|
715
|
+
token?: string | undefined;
|
|
612
716
|
downloaded?: {
|
|
613
717
|
updatedAt: any;
|
|
614
718
|
size: string;
|
|
@@ -645,7 +749,6 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
645
749
|
twofa?: string | undefined;
|
|
646
750
|
privateKey?: string | undefined;
|
|
647
751
|
walletAddress?: string | undefined;
|
|
648
|
-
token?: string | undefined;
|
|
649
752
|
__v?: any;
|
|
650
753
|
_id: string | {};
|
|
651
754
|
}>;
|
|
@@ -662,6 +765,41 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
662
765
|
type: string;
|
|
663
766
|
} | undefined;
|
|
664
767
|
traders?: {
|
|
768
|
+
telegram?: {
|
|
769
|
+
access_hash?: string | null | undefined;
|
|
770
|
+
invite_link?: string | undefined;
|
|
771
|
+
enabled: boolean;
|
|
772
|
+
token: string;
|
|
773
|
+
chat_id: any;
|
|
774
|
+
allow_custom_messages: boolean;
|
|
775
|
+
notification_settings: {
|
|
776
|
+
status: "silent" | "on" | "off";
|
|
777
|
+
entry: "silent" | "on" | "off";
|
|
778
|
+
exit: {
|
|
779
|
+
roi: "silent" | "on" | "off";
|
|
780
|
+
emergency_exit: "silent" | "on" | "off";
|
|
781
|
+
force_exit: "silent" | "on" | "off";
|
|
782
|
+
exit_signal: "silent" | "on" | "off";
|
|
783
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
784
|
+
stop_loss: "silent" | "on" | "off";
|
|
785
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
786
|
+
custom_exit: "silent" | "on" | "off";
|
|
787
|
+
partial_exit: "silent" | "on" | "off";
|
|
788
|
+
};
|
|
789
|
+
warning: "silent" | "on" | "off";
|
|
790
|
+
startup: "silent" | "on" | "off";
|
|
791
|
+
entry_fill: "silent" | "on" | "off";
|
|
792
|
+
entry_cancel: "silent" | "on" | "off";
|
|
793
|
+
exit_cancel: "silent" | "on" | "off";
|
|
794
|
+
exit_fill: "silent" | "on" | "off";
|
|
795
|
+
protection_trigger: "silent" | "on" | "off";
|
|
796
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
797
|
+
strategy_msg: "silent" | "on" | "off";
|
|
798
|
+
show_candle: "off" | "ohlc";
|
|
799
|
+
};
|
|
800
|
+
reload: boolean;
|
|
801
|
+
balance_dust_level: number;
|
|
802
|
+
} | undefined;
|
|
665
803
|
dry_run_wallet?: number | undefined;
|
|
666
804
|
max_open_trades?: number | undefined;
|
|
667
805
|
plugins?: {
|
|
@@ -682,15 +820,15 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
682
820
|
tradable_balance_ratio?: number | undefined;
|
|
683
821
|
webhook?: {
|
|
684
822
|
url: string;
|
|
685
|
-
format: string;
|
|
686
823
|
enabled: boolean;
|
|
824
|
+
format: string;
|
|
687
825
|
webhookstatus: {
|
|
688
826
|
traderId: any;
|
|
689
827
|
event: string;
|
|
690
828
|
status: string;
|
|
691
829
|
userId: string;
|
|
692
830
|
};
|
|
693
|
-
|
|
831
|
+
webhookentry: {
|
|
694
832
|
limit: string;
|
|
695
833
|
traderId: any;
|
|
696
834
|
stake_amount: string;
|
|
@@ -700,7 +838,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
700
838
|
pair: string;
|
|
701
839
|
fiat_currency: string;
|
|
702
840
|
};
|
|
703
|
-
|
|
841
|
+
webhookentrycancel: {
|
|
704
842
|
limit: string;
|
|
705
843
|
traderId: any;
|
|
706
844
|
stake_amount: string;
|
|
@@ -710,7 +848,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
710
848
|
pair: string;
|
|
711
849
|
fiat_currency: string;
|
|
712
850
|
};
|
|
713
|
-
|
|
851
|
+
webhookentryfill: {
|
|
714
852
|
traderId: any;
|
|
715
853
|
stake_amount: string;
|
|
716
854
|
stake_currency: string;
|
|
@@ -722,7 +860,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
722
860
|
amount: string;
|
|
723
861
|
open_date: string;
|
|
724
862
|
};
|
|
725
|
-
|
|
863
|
+
webhookexit: {
|
|
726
864
|
limit: string;
|
|
727
865
|
traderId: any;
|
|
728
866
|
stake_currency: string;
|
|
@@ -737,10 +875,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
737
875
|
profit_amount: string;
|
|
738
876
|
profit_ratio: string;
|
|
739
877
|
close_date: string;
|
|
740
|
-
|
|
878
|
+
exit_reason: string;
|
|
741
879
|
order_type: string;
|
|
742
880
|
};
|
|
743
|
-
|
|
881
|
+
webhookexitcancel: {
|
|
744
882
|
limit: string;
|
|
745
883
|
traderId: any;
|
|
746
884
|
stake_currency: string;
|
|
@@ -750,7 +888,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
750
888
|
profit_amount: string;
|
|
751
889
|
profit_ratio: string;
|
|
752
890
|
};
|
|
753
|
-
|
|
891
|
+
webhookexitfill: {
|
|
754
892
|
traderId: any;
|
|
755
893
|
event: string;
|
|
756
894
|
userId: string;
|
|
@@ -827,10 +965,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
827
965
|
stoploss?: string | undefined;
|
|
828
966
|
entry?: "Limit" | "Market" | undefined;
|
|
829
967
|
exit?: "Limit" | "Market" | undefined;
|
|
968
|
+
stoploss_on_exchange?: boolean | undefined;
|
|
830
969
|
emergencysell?: "Limit" | "Market" | undefined;
|
|
831
970
|
forcebuy?: "Limit" | "Market" | undefined;
|
|
832
971
|
forcesell?: "Limit" | "Market" | undefined;
|
|
833
|
-
stoploss_on_exchange?: boolean | undefined;
|
|
834
972
|
stoploss_on_exchange_interval?: number | undefined;
|
|
835
973
|
stoploss_on_exchange_limit_ratio?: number | undefined;
|
|
836
974
|
} | undefined;
|
|
@@ -868,6 +1006,41 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
868
1006
|
}>;
|
|
869
1007
|
pod: any;
|
|
870
1008
|
trader: Partial<{
|
|
1009
|
+
telegram?: {
|
|
1010
|
+
access_hash?: string | null | undefined;
|
|
1011
|
+
invite_link?: string | undefined;
|
|
1012
|
+
enabled: boolean;
|
|
1013
|
+
token: string;
|
|
1014
|
+
chat_id: any;
|
|
1015
|
+
allow_custom_messages: boolean;
|
|
1016
|
+
notification_settings: {
|
|
1017
|
+
status: "silent" | "on" | "off";
|
|
1018
|
+
entry: "silent" | "on" | "off";
|
|
1019
|
+
exit: {
|
|
1020
|
+
roi: "silent" | "on" | "off";
|
|
1021
|
+
emergency_exit: "silent" | "on" | "off";
|
|
1022
|
+
force_exit: "silent" | "on" | "off";
|
|
1023
|
+
exit_signal: "silent" | "on" | "off";
|
|
1024
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
1025
|
+
stop_loss: "silent" | "on" | "off";
|
|
1026
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
1027
|
+
custom_exit: "silent" | "on" | "off";
|
|
1028
|
+
partial_exit: "silent" | "on" | "off";
|
|
1029
|
+
};
|
|
1030
|
+
warning: "silent" | "on" | "off";
|
|
1031
|
+
startup: "silent" | "on" | "off";
|
|
1032
|
+
entry_fill: "silent" | "on" | "off";
|
|
1033
|
+
entry_cancel: "silent" | "on" | "off";
|
|
1034
|
+
exit_cancel: "silent" | "on" | "off";
|
|
1035
|
+
exit_fill: "silent" | "on" | "off";
|
|
1036
|
+
protection_trigger: "silent" | "on" | "off";
|
|
1037
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
1038
|
+
strategy_msg: "silent" | "on" | "off";
|
|
1039
|
+
show_candle: "off" | "ohlc";
|
|
1040
|
+
};
|
|
1041
|
+
reload: boolean;
|
|
1042
|
+
balance_dust_level: number;
|
|
1043
|
+
} | undefined;
|
|
871
1044
|
dry_run_wallet?: number | undefined;
|
|
872
1045
|
max_open_trades?: number | undefined;
|
|
873
1046
|
plugins?: {
|
|
@@ -888,15 +1061,15 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
888
1061
|
tradable_balance_ratio?: number | undefined;
|
|
889
1062
|
webhook?: {
|
|
890
1063
|
url: string;
|
|
891
|
-
format: string;
|
|
892
1064
|
enabled: boolean;
|
|
1065
|
+
format: string;
|
|
893
1066
|
webhookstatus: {
|
|
894
1067
|
traderId: any;
|
|
895
1068
|
event: string;
|
|
896
1069
|
status: string;
|
|
897
1070
|
userId: string;
|
|
898
1071
|
};
|
|
899
|
-
|
|
1072
|
+
webhookentry: {
|
|
900
1073
|
limit: string;
|
|
901
1074
|
traderId: any;
|
|
902
1075
|
stake_amount: string;
|
|
@@ -906,7 +1079,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
906
1079
|
pair: string;
|
|
907
1080
|
fiat_currency: string;
|
|
908
1081
|
};
|
|
909
|
-
|
|
1082
|
+
webhookentrycancel: {
|
|
910
1083
|
limit: string;
|
|
911
1084
|
traderId: any;
|
|
912
1085
|
stake_amount: string;
|
|
@@ -916,7 +1089,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
916
1089
|
pair: string;
|
|
917
1090
|
fiat_currency: string;
|
|
918
1091
|
};
|
|
919
|
-
|
|
1092
|
+
webhookentryfill: {
|
|
920
1093
|
traderId: any;
|
|
921
1094
|
stake_amount: string;
|
|
922
1095
|
stake_currency: string;
|
|
@@ -928,7 +1101,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
928
1101
|
amount: string;
|
|
929
1102
|
open_date: string;
|
|
930
1103
|
};
|
|
931
|
-
|
|
1104
|
+
webhookexit: {
|
|
932
1105
|
limit: string;
|
|
933
1106
|
traderId: any;
|
|
934
1107
|
stake_currency: string;
|
|
@@ -943,10 +1116,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
943
1116
|
profit_amount: string;
|
|
944
1117
|
profit_ratio: string;
|
|
945
1118
|
close_date: string;
|
|
946
|
-
|
|
1119
|
+
exit_reason: string;
|
|
947
1120
|
order_type: string;
|
|
948
1121
|
};
|
|
949
|
-
|
|
1122
|
+
webhookexitcancel: {
|
|
950
1123
|
limit: string;
|
|
951
1124
|
traderId: any;
|
|
952
1125
|
stake_currency: string;
|
|
@@ -956,7 +1129,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
956
1129
|
profit_amount: string;
|
|
957
1130
|
profit_ratio: string;
|
|
958
1131
|
};
|
|
959
|
-
|
|
1132
|
+
webhookexitfill: {
|
|
960
1133
|
traderId: any;
|
|
961
1134
|
event: string;
|
|
962
1135
|
userId: string;
|
|
@@ -1017,6 +1190,41 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1017
1190
|
}>;
|
|
1018
1191
|
}> | undefined;
|
|
1019
1192
|
trader?: Partial<{
|
|
1193
|
+
telegram?: {
|
|
1194
|
+
access_hash?: string | null | undefined;
|
|
1195
|
+
invite_link?: string | undefined;
|
|
1196
|
+
enabled: boolean;
|
|
1197
|
+
token: string;
|
|
1198
|
+
chat_id: any;
|
|
1199
|
+
allow_custom_messages: boolean;
|
|
1200
|
+
notification_settings: {
|
|
1201
|
+
status: "silent" | "on" | "off";
|
|
1202
|
+
entry: "silent" | "on" | "off";
|
|
1203
|
+
exit: {
|
|
1204
|
+
roi: "silent" | "on" | "off";
|
|
1205
|
+
emergency_exit: "silent" | "on" | "off";
|
|
1206
|
+
force_exit: "silent" | "on" | "off";
|
|
1207
|
+
exit_signal: "silent" | "on" | "off";
|
|
1208
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
1209
|
+
stop_loss: "silent" | "on" | "off";
|
|
1210
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
1211
|
+
custom_exit: "silent" | "on" | "off";
|
|
1212
|
+
partial_exit: "silent" | "on" | "off";
|
|
1213
|
+
};
|
|
1214
|
+
warning: "silent" | "on" | "off";
|
|
1215
|
+
startup: "silent" | "on" | "off";
|
|
1216
|
+
entry_fill: "silent" | "on" | "off";
|
|
1217
|
+
entry_cancel: "silent" | "on" | "off";
|
|
1218
|
+
exit_cancel: "silent" | "on" | "off";
|
|
1219
|
+
exit_fill: "silent" | "on" | "off";
|
|
1220
|
+
protection_trigger: "silent" | "on" | "off";
|
|
1221
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
1222
|
+
strategy_msg: "silent" | "on" | "off";
|
|
1223
|
+
show_candle: "off" | "ohlc";
|
|
1224
|
+
};
|
|
1225
|
+
reload: boolean;
|
|
1226
|
+
balance_dust_level: number;
|
|
1227
|
+
} | undefined;
|
|
1020
1228
|
dry_run_wallet?: number | undefined;
|
|
1021
1229
|
max_open_trades?: number | undefined;
|
|
1022
1230
|
plugins?: {
|
|
@@ -1037,15 +1245,15 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1037
1245
|
tradable_balance_ratio?: number | undefined;
|
|
1038
1246
|
webhook?: {
|
|
1039
1247
|
url: string;
|
|
1040
|
-
format: string;
|
|
1041
1248
|
enabled: boolean;
|
|
1249
|
+
format: string;
|
|
1042
1250
|
webhookstatus: {
|
|
1043
1251
|
traderId: any;
|
|
1044
1252
|
event: string;
|
|
1045
1253
|
status: string;
|
|
1046
1254
|
userId: string;
|
|
1047
1255
|
};
|
|
1048
|
-
|
|
1256
|
+
webhookentry: {
|
|
1049
1257
|
limit: string;
|
|
1050
1258
|
traderId: any;
|
|
1051
1259
|
stake_amount: string;
|
|
@@ -1055,7 +1263,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1055
1263
|
pair: string;
|
|
1056
1264
|
fiat_currency: string;
|
|
1057
1265
|
};
|
|
1058
|
-
|
|
1266
|
+
webhookentrycancel: {
|
|
1059
1267
|
limit: string;
|
|
1060
1268
|
traderId: any;
|
|
1061
1269
|
stake_amount: string;
|
|
@@ -1065,7 +1273,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1065
1273
|
pair: string;
|
|
1066
1274
|
fiat_currency: string;
|
|
1067
1275
|
};
|
|
1068
|
-
|
|
1276
|
+
webhookentryfill: {
|
|
1069
1277
|
traderId: any;
|
|
1070
1278
|
stake_amount: string;
|
|
1071
1279
|
stake_currency: string;
|
|
@@ -1077,7 +1285,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1077
1285
|
amount: string;
|
|
1078
1286
|
open_date: string;
|
|
1079
1287
|
};
|
|
1080
|
-
|
|
1288
|
+
webhookexit: {
|
|
1081
1289
|
limit: string;
|
|
1082
1290
|
traderId: any;
|
|
1083
1291
|
stake_currency: string;
|
|
@@ -1092,10 +1300,10 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1092
1300
|
profit_amount: string;
|
|
1093
1301
|
profit_ratio: string;
|
|
1094
1302
|
close_date: string;
|
|
1095
|
-
|
|
1303
|
+
exit_reason: string;
|
|
1096
1304
|
order_type: string;
|
|
1097
1305
|
};
|
|
1098
|
-
|
|
1306
|
+
webhookexitcancel: {
|
|
1099
1307
|
limit: string;
|
|
1100
1308
|
traderId: any;
|
|
1101
1309
|
stake_currency: string;
|
|
@@ -1105,7 +1313,7 @@ export declare const tradersPodsApiResolver: import("@feathersjs/schema").Resolv
|
|
|
1105
1313
|
profit_amount: string;
|
|
1106
1314
|
profit_ratio: string;
|
|
1107
1315
|
};
|
|
1108
|
-
|
|
1316
|
+
webhookexitfill: {
|
|
1109
1317
|
traderId: any;
|
|
1110
1318
|
event: string;
|
|
1111
1319
|
userId: string;
|
|
@@ -1186,13 +1394,13 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1186
1394
|
name?: any;
|
|
1187
1395
|
apiKey?: string | undefined;
|
|
1188
1396
|
secret?: string | undefined;
|
|
1189
|
-
key?: string | undefined;
|
|
1190
1397
|
avatar?: any;
|
|
1191
1398
|
createdAt?: any;
|
|
1192
1399
|
updatedAt?: any;
|
|
1193
1400
|
userId?: string | {} | undefined;
|
|
1194
1401
|
which?: string | undefined;
|
|
1195
1402
|
connected?: boolean | undefined;
|
|
1403
|
+
token?: string | undefined;
|
|
1196
1404
|
downloaded?: {
|
|
1197
1405
|
updatedAt: any;
|
|
1198
1406
|
size: string;
|
|
@@ -1229,7 +1437,6 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1229
1437
|
twofa?: string | undefined;
|
|
1230
1438
|
privateKey?: string | undefined;
|
|
1231
1439
|
walletAddress?: string | undefined;
|
|
1232
|
-
token?: string | undefined;
|
|
1233
1440
|
__v?: any;
|
|
1234
1441
|
_id: string | {};
|
|
1235
1442
|
}>;
|
|
@@ -1246,6 +1453,41 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1246
1453
|
type: string;
|
|
1247
1454
|
} | undefined;
|
|
1248
1455
|
traders?: {
|
|
1456
|
+
telegram?: {
|
|
1457
|
+
access_hash?: string | null | undefined;
|
|
1458
|
+
invite_link?: string | undefined;
|
|
1459
|
+
enabled: boolean;
|
|
1460
|
+
token: string;
|
|
1461
|
+
chat_id: any;
|
|
1462
|
+
allow_custom_messages: boolean;
|
|
1463
|
+
notification_settings: {
|
|
1464
|
+
status: "silent" | "on" | "off";
|
|
1465
|
+
entry: "silent" | "on" | "off";
|
|
1466
|
+
exit: {
|
|
1467
|
+
roi: "silent" | "on" | "off";
|
|
1468
|
+
emergency_exit: "silent" | "on" | "off";
|
|
1469
|
+
force_exit: "silent" | "on" | "off";
|
|
1470
|
+
exit_signal: "silent" | "on" | "off";
|
|
1471
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
1472
|
+
stop_loss: "silent" | "on" | "off";
|
|
1473
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
1474
|
+
custom_exit: "silent" | "on" | "off";
|
|
1475
|
+
partial_exit: "silent" | "on" | "off";
|
|
1476
|
+
};
|
|
1477
|
+
warning: "silent" | "on" | "off";
|
|
1478
|
+
startup: "silent" | "on" | "off";
|
|
1479
|
+
entry_fill: "silent" | "on" | "off";
|
|
1480
|
+
entry_cancel: "silent" | "on" | "off";
|
|
1481
|
+
exit_cancel: "silent" | "on" | "off";
|
|
1482
|
+
exit_fill: "silent" | "on" | "off";
|
|
1483
|
+
protection_trigger: "silent" | "on" | "off";
|
|
1484
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
1485
|
+
strategy_msg: "silent" | "on" | "off";
|
|
1486
|
+
show_candle: "off" | "ohlc";
|
|
1487
|
+
};
|
|
1488
|
+
reload: boolean;
|
|
1489
|
+
balance_dust_level: number;
|
|
1490
|
+
} | undefined;
|
|
1249
1491
|
dry_run_wallet?: number | undefined;
|
|
1250
1492
|
max_open_trades?: number | undefined;
|
|
1251
1493
|
plugins?: {
|
|
@@ -1266,15 +1508,15 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1266
1508
|
tradable_balance_ratio?: number | undefined;
|
|
1267
1509
|
webhook?: {
|
|
1268
1510
|
url: string;
|
|
1269
|
-
format: string;
|
|
1270
1511
|
enabled: boolean;
|
|
1512
|
+
format: string;
|
|
1271
1513
|
webhookstatus: {
|
|
1272
1514
|
traderId: any;
|
|
1273
1515
|
event: string;
|
|
1274
1516
|
status: string;
|
|
1275
1517
|
userId: string;
|
|
1276
1518
|
};
|
|
1277
|
-
|
|
1519
|
+
webhookentry: {
|
|
1278
1520
|
limit: string;
|
|
1279
1521
|
traderId: any;
|
|
1280
1522
|
stake_amount: string;
|
|
@@ -1284,7 +1526,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1284
1526
|
pair: string;
|
|
1285
1527
|
fiat_currency: string;
|
|
1286
1528
|
};
|
|
1287
|
-
|
|
1529
|
+
webhookentrycancel: {
|
|
1288
1530
|
limit: string;
|
|
1289
1531
|
traderId: any;
|
|
1290
1532
|
stake_amount: string;
|
|
@@ -1294,7 +1536,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1294
1536
|
pair: string;
|
|
1295
1537
|
fiat_currency: string;
|
|
1296
1538
|
};
|
|
1297
|
-
|
|
1539
|
+
webhookentryfill: {
|
|
1298
1540
|
traderId: any;
|
|
1299
1541
|
stake_amount: string;
|
|
1300
1542
|
stake_currency: string;
|
|
@@ -1306,7 +1548,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1306
1548
|
amount: string;
|
|
1307
1549
|
open_date: string;
|
|
1308
1550
|
};
|
|
1309
|
-
|
|
1551
|
+
webhookexit: {
|
|
1310
1552
|
limit: string;
|
|
1311
1553
|
traderId: any;
|
|
1312
1554
|
stake_currency: string;
|
|
@@ -1321,10 +1563,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1321
1563
|
profit_amount: string;
|
|
1322
1564
|
profit_ratio: string;
|
|
1323
1565
|
close_date: string;
|
|
1324
|
-
|
|
1566
|
+
exit_reason: string;
|
|
1325
1567
|
order_type: string;
|
|
1326
1568
|
};
|
|
1327
|
-
|
|
1569
|
+
webhookexitcancel: {
|
|
1328
1570
|
limit: string;
|
|
1329
1571
|
traderId: any;
|
|
1330
1572
|
stake_currency: string;
|
|
@@ -1334,7 +1576,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1334
1576
|
profit_amount: string;
|
|
1335
1577
|
profit_ratio: string;
|
|
1336
1578
|
};
|
|
1337
|
-
|
|
1579
|
+
webhookexitfill: {
|
|
1338
1580
|
traderId: any;
|
|
1339
1581
|
event: string;
|
|
1340
1582
|
userId: string;
|
|
@@ -1411,10 +1653,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1411
1653
|
stoploss?: string | undefined;
|
|
1412
1654
|
entry?: "Limit" | "Market" | undefined;
|
|
1413
1655
|
exit?: "Limit" | "Market" | undefined;
|
|
1656
|
+
stoploss_on_exchange?: boolean | undefined;
|
|
1414
1657
|
emergencysell?: "Limit" | "Market" | undefined;
|
|
1415
1658
|
forcebuy?: "Limit" | "Market" | undefined;
|
|
1416
1659
|
forcesell?: "Limit" | "Market" | undefined;
|
|
1417
|
-
stoploss_on_exchange?: boolean | undefined;
|
|
1418
1660
|
stoploss_on_exchange_interval?: number | undefined;
|
|
1419
1661
|
stoploss_on_exchange_limit_ratio?: number | undefined;
|
|
1420
1662
|
} | undefined;
|
|
@@ -1452,6 +1694,41 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1452
1694
|
}>;
|
|
1453
1695
|
pod: any;
|
|
1454
1696
|
trader: Partial<{
|
|
1697
|
+
telegram?: {
|
|
1698
|
+
access_hash?: string | null | undefined;
|
|
1699
|
+
invite_link?: string | undefined;
|
|
1700
|
+
enabled: boolean;
|
|
1701
|
+
token: string;
|
|
1702
|
+
chat_id: any;
|
|
1703
|
+
allow_custom_messages: boolean;
|
|
1704
|
+
notification_settings: {
|
|
1705
|
+
status: "silent" | "on" | "off";
|
|
1706
|
+
entry: "silent" | "on" | "off";
|
|
1707
|
+
exit: {
|
|
1708
|
+
roi: "silent" | "on" | "off";
|
|
1709
|
+
emergency_exit: "silent" | "on" | "off";
|
|
1710
|
+
force_exit: "silent" | "on" | "off";
|
|
1711
|
+
exit_signal: "silent" | "on" | "off";
|
|
1712
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
1713
|
+
stop_loss: "silent" | "on" | "off";
|
|
1714
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
1715
|
+
custom_exit: "silent" | "on" | "off";
|
|
1716
|
+
partial_exit: "silent" | "on" | "off";
|
|
1717
|
+
};
|
|
1718
|
+
warning: "silent" | "on" | "off";
|
|
1719
|
+
startup: "silent" | "on" | "off";
|
|
1720
|
+
entry_fill: "silent" | "on" | "off";
|
|
1721
|
+
entry_cancel: "silent" | "on" | "off";
|
|
1722
|
+
exit_cancel: "silent" | "on" | "off";
|
|
1723
|
+
exit_fill: "silent" | "on" | "off";
|
|
1724
|
+
protection_trigger: "silent" | "on" | "off";
|
|
1725
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
1726
|
+
strategy_msg: "silent" | "on" | "off";
|
|
1727
|
+
show_candle: "off" | "ohlc";
|
|
1728
|
+
};
|
|
1729
|
+
reload: boolean;
|
|
1730
|
+
balance_dust_level: number;
|
|
1731
|
+
} | undefined;
|
|
1455
1732
|
dry_run_wallet?: number | undefined;
|
|
1456
1733
|
max_open_trades?: number | undefined;
|
|
1457
1734
|
plugins?: {
|
|
@@ -1472,15 +1749,15 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1472
1749
|
tradable_balance_ratio?: number | undefined;
|
|
1473
1750
|
webhook?: {
|
|
1474
1751
|
url: string;
|
|
1475
|
-
format: string;
|
|
1476
1752
|
enabled: boolean;
|
|
1753
|
+
format: string;
|
|
1477
1754
|
webhookstatus: {
|
|
1478
1755
|
traderId: any;
|
|
1479
1756
|
event: string;
|
|
1480
1757
|
status: string;
|
|
1481
1758
|
userId: string;
|
|
1482
1759
|
};
|
|
1483
|
-
|
|
1760
|
+
webhookentry: {
|
|
1484
1761
|
limit: string;
|
|
1485
1762
|
traderId: any;
|
|
1486
1763
|
stake_amount: string;
|
|
@@ -1490,7 +1767,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1490
1767
|
pair: string;
|
|
1491
1768
|
fiat_currency: string;
|
|
1492
1769
|
};
|
|
1493
|
-
|
|
1770
|
+
webhookentrycancel: {
|
|
1494
1771
|
limit: string;
|
|
1495
1772
|
traderId: any;
|
|
1496
1773
|
stake_amount: string;
|
|
@@ -1500,7 +1777,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1500
1777
|
pair: string;
|
|
1501
1778
|
fiat_currency: string;
|
|
1502
1779
|
};
|
|
1503
|
-
|
|
1780
|
+
webhookentryfill: {
|
|
1504
1781
|
traderId: any;
|
|
1505
1782
|
stake_amount: string;
|
|
1506
1783
|
stake_currency: string;
|
|
@@ -1512,7 +1789,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1512
1789
|
amount: string;
|
|
1513
1790
|
open_date: string;
|
|
1514
1791
|
};
|
|
1515
|
-
|
|
1792
|
+
webhookexit: {
|
|
1516
1793
|
limit: string;
|
|
1517
1794
|
traderId: any;
|
|
1518
1795
|
stake_currency: string;
|
|
@@ -1527,10 +1804,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1527
1804
|
profit_amount: string;
|
|
1528
1805
|
profit_ratio: string;
|
|
1529
1806
|
close_date: string;
|
|
1530
|
-
|
|
1807
|
+
exit_reason: string;
|
|
1531
1808
|
order_type: string;
|
|
1532
1809
|
};
|
|
1533
|
-
|
|
1810
|
+
webhookexitcancel: {
|
|
1534
1811
|
limit: string;
|
|
1535
1812
|
traderId: any;
|
|
1536
1813
|
stake_currency: string;
|
|
@@ -1540,7 +1817,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1540
1817
|
profit_amount: string;
|
|
1541
1818
|
profit_ratio: string;
|
|
1542
1819
|
};
|
|
1543
|
-
|
|
1820
|
+
webhookexitfill: {
|
|
1544
1821
|
traderId: any;
|
|
1545
1822
|
event: string;
|
|
1546
1823
|
userId: string;
|
|
@@ -1601,6 +1878,41 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1601
1878
|
}>;
|
|
1602
1879
|
}> | undefined;
|
|
1603
1880
|
trader?: Partial<{
|
|
1881
|
+
telegram?: {
|
|
1882
|
+
access_hash?: string | null | undefined;
|
|
1883
|
+
invite_link?: string | undefined;
|
|
1884
|
+
enabled: boolean;
|
|
1885
|
+
token: string;
|
|
1886
|
+
chat_id: any;
|
|
1887
|
+
allow_custom_messages: boolean;
|
|
1888
|
+
notification_settings: {
|
|
1889
|
+
status: "silent" | "on" | "off";
|
|
1890
|
+
entry: "silent" | "on" | "off";
|
|
1891
|
+
exit: {
|
|
1892
|
+
roi: "silent" | "on" | "off";
|
|
1893
|
+
emergency_exit: "silent" | "on" | "off";
|
|
1894
|
+
force_exit: "silent" | "on" | "off";
|
|
1895
|
+
exit_signal: "silent" | "on" | "off";
|
|
1896
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
1897
|
+
stop_loss: "silent" | "on" | "off";
|
|
1898
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
1899
|
+
custom_exit: "silent" | "on" | "off";
|
|
1900
|
+
partial_exit: "silent" | "on" | "off";
|
|
1901
|
+
};
|
|
1902
|
+
warning: "silent" | "on" | "off";
|
|
1903
|
+
startup: "silent" | "on" | "off";
|
|
1904
|
+
entry_fill: "silent" | "on" | "off";
|
|
1905
|
+
entry_cancel: "silent" | "on" | "off";
|
|
1906
|
+
exit_cancel: "silent" | "on" | "off";
|
|
1907
|
+
exit_fill: "silent" | "on" | "off";
|
|
1908
|
+
protection_trigger: "silent" | "on" | "off";
|
|
1909
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
1910
|
+
strategy_msg: "silent" | "on" | "off";
|
|
1911
|
+
show_candle: "off" | "ohlc";
|
|
1912
|
+
};
|
|
1913
|
+
reload: boolean;
|
|
1914
|
+
balance_dust_level: number;
|
|
1915
|
+
} | undefined;
|
|
1604
1916
|
dry_run_wallet?: number | undefined;
|
|
1605
1917
|
max_open_trades?: number | undefined;
|
|
1606
1918
|
plugins?: {
|
|
@@ -1621,15 +1933,15 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1621
1933
|
tradable_balance_ratio?: number | undefined;
|
|
1622
1934
|
webhook?: {
|
|
1623
1935
|
url: string;
|
|
1624
|
-
format: string;
|
|
1625
1936
|
enabled: boolean;
|
|
1937
|
+
format: string;
|
|
1626
1938
|
webhookstatus: {
|
|
1627
1939
|
traderId: any;
|
|
1628
1940
|
event: string;
|
|
1629
1941
|
status: string;
|
|
1630
1942
|
userId: string;
|
|
1631
1943
|
};
|
|
1632
|
-
|
|
1944
|
+
webhookentry: {
|
|
1633
1945
|
limit: string;
|
|
1634
1946
|
traderId: any;
|
|
1635
1947
|
stake_amount: string;
|
|
@@ -1639,7 +1951,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1639
1951
|
pair: string;
|
|
1640
1952
|
fiat_currency: string;
|
|
1641
1953
|
};
|
|
1642
|
-
|
|
1954
|
+
webhookentrycancel: {
|
|
1643
1955
|
limit: string;
|
|
1644
1956
|
traderId: any;
|
|
1645
1957
|
stake_amount: string;
|
|
@@ -1649,7 +1961,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1649
1961
|
pair: string;
|
|
1650
1962
|
fiat_currency: string;
|
|
1651
1963
|
};
|
|
1652
|
-
|
|
1964
|
+
webhookentryfill: {
|
|
1653
1965
|
traderId: any;
|
|
1654
1966
|
stake_amount: string;
|
|
1655
1967
|
stake_currency: string;
|
|
@@ -1661,7 +1973,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1661
1973
|
amount: string;
|
|
1662
1974
|
open_date: string;
|
|
1663
1975
|
};
|
|
1664
|
-
|
|
1976
|
+
webhookexit: {
|
|
1665
1977
|
limit: string;
|
|
1666
1978
|
traderId: any;
|
|
1667
1979
|
stake_currency: string;
|
|
@@ -1676,10 +1988,10 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1676
1988
|
profit_amount: string;
|
|
1677
1989
|
profit_ratio: string;
|
|
1678
1990
|
close_date: string;
|
|
1679
|
-
|
|
1991
|
+
exit_reason: string;
|
|
1680
1992
|
order_type: string;
|
|
1681
1993
|
};
|
|
1682
|
-
|
|
1994
|
+
webhookexitcancel: {
|
|
1683
1995
|
limit: string;
|
|
1684
1996
|
traderId: any;
|
|
1685
1997
|
stake_currency: string;
|
|
@@ -1689,7 +2001,7 @@ export declare const tradersPodsApiExternalResolver: import("@feathersjs/schema"
|
|
|
1689
2001
|
profit_amount: string;
|
|
1690
2002
|
profit_ratio: string;
|
|
1691
2003
|
};
|
|
1692
|
-
|
|
2004
|
+
webhookexitfill: {
|
|
1693
2005
|
traderId: any;
|
|
1694
2006
|
event: string;
|
|
1695
2007
|
userId: string;
|
|
@@ -1807,7 +2119,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1807
2119
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1808
2120
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
1809
2121
|
}>;
|
|
1810
|
-
|
|
2122
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
1811
2123
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1812
2124
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1813
2125
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1817,7 +2129,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1817
2129
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1818
2130
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
1819
2131
|
}>;
|
|
1820
|
-
|
|
2132
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
1821
2133
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1822
2134
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1823
2135
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1827,7 +2139,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1827
2139
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1828
2140
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
1829
2141
|
}>;
|
|
1830
|
-
|
|
2142
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
1831
2143
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1832
2144
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
1833
2145
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -1839,7 +2151,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1839
2151
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
1840
2152
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1841
2153
|
}>;
|
|
1842
|
-
|
|
2154
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
1843
2155
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1844
2156
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1845
2157
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1854,10 +2166,10 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1854
2166
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
1855
2167
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
1856
2168
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
1857
|
-
|
|
2169
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
1858
2170
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
1859
2171
|
}>;
|
|
1860
|
-
|
|
2172
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
1861
2173
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1862
2174
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1863
2175
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1867,7 +2179,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1867
2179
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1868
2180
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
1869
2181
|
}>;
|
|
1870
|
-
|
|
2182
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
1871
2183
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1872
2184
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1873
2185
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1901,6 +2213,41 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1901
2213
|
username: import("@feathersjs/typebox").TString<string>;
|
|
1902
2214
|
password: import("@feathersjs/typebox").TString<string>;
|
|
1903
2215
|
}>;
|
|
2216
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
2217
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
2218
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
2219
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
2220
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
2221
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2222
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
2223
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
2224
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2225
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2226
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2227
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2228
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2229
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2230
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
2231
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2232
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2233
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2234
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2235
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2236
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2237
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2238
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2239
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2240
|
+
}>;
|
|
2241
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2242
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2243
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2244
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2245
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2246
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
2247
|
+
}>;
|
|
2248
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
2249
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
2250
|
+
}>>;
|
|
1904
2251
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
1905
2252
|
host: import("@feathersjs/typebox").TString<string>;
|
|
1906
2253
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -1958,7 +2305,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1958
2305
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1959
2306
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
1960
2307
|
}>;
|
|
1961
|
-
|
|
2308
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
1962
2309
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1963
2310
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1964
2311
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1968,7 +2315,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1968
2315
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1969
2316
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
1970
2317
|
}>;
|
|
1971
|
-
|
|
2318
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
1972
2319
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1973
2320
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1974
2321
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -1978,7 +2325,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1978
2325
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1979
2326
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
1980
2327
|
}>;
|
|
1981
|
-
|
|
2328
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
1982
2329
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1983
2330
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
1984
2331
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -1990,7 +2337,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
1990
2337
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
1991
2338
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
1992
2339
|
}>;
|
|
1993
|
-
|
|
2340
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
1994
2341
|
event: import("@feathersjs/typebox").TString<string>;
|
|
1995
2342
|
traderId: import("@feathersjs/typebox").TAny;
|
|
1996
2343
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2005,10 +2352,10 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2005
2352
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
2006
2353
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
2007
2354
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
2008
|
-
|
|
2355
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
2009
2356
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
2010
2357
|
}>;
|
|
2011
|
-
|
|
2358
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
2012
2359
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2013
2360
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2014
2361
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2018,7 +2365,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2018
2365
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2019
2366
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
2020
2367
|
}>;
|
|
2021
|
-
|
|
2368
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
2022
2369
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2023
2370
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2024
2371
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2052,6 +2399,41 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2052
2399
|
username: import("@feathersjs/typebox").TString<string>;
|
|
2053
2400
|
password: import("@feathersjs/typebox").TString<string>;
|
|
2054
2401
|
}>;
|
|
2402
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
2403
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
2404
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
2405
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
2406
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
2407
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2408
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
2409
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
2410
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2411
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2412
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2413
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2414
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2415
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2416
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
2417
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2418
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2419
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2420
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2421
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2422
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2423
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2424
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2425
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2426
|
+
}>;
|
|
2427
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2428
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2429
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2430
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2431
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2432
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
2433
|
+
}>;
|
|
2434
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
2435
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
2436
|
+
}>>;
|
|
2055
2437
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
2056
2438
|
host: import("@feathersjs/typebox").TString<string>;
|
|
2057
2439
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -2096,7 +2478,6 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2096
2478
|
}>>>;
|
|
2097
2479
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
2098
2480
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2099
|
-
key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2100
2481
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2101
2482
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2102
2483
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -2219,7 +2600,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2219
2600
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2220
2601
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
2221
2602
|
}>;
|
|
2222
|
-
|
|
2603
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
2223
2604
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2224
2605
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2225
2606
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2229,7 +2610,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2229
2610
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2230
2611
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
2231
2612
|
}>;
|
|
2232
|
-
|
|
2613
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
2233
2614
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2234
2615
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2235
2616
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2239,7 +2620,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2239
2620
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2240
2621
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
2241
2622
|
}>;
|
|
2242
|
-
|
|
2623
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
2243
2624
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2244
2625
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
2245
2626
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -2251,7 +2632,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2251
2632
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
2252
2633
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2253
2634
|
}>;
|
|
2254
|
-
|
|
2635
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
2255
2636
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2256
2637
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2257
2638
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2266,10 +2647,10 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2266
2647
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
2267
2648
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
2268
2649
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
2269
|
-
|
|
2650
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
2270
2651
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
2271
2652
|
}>;
|
|
2272
|
-
|
|
2653
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
2273
2654
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2274
2655
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2275
2656
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2279,7 +2660,7 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2279
2660
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2280
2661
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
2281
2662
|
}>;
|
|
2282
|
-
|
|
2663
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
2283
2664
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2284
2665
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2285
2666
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2313,6 +2694,41 @@ export declare const tradersPodsApiDataSchema: import("@feathersjs/typebox").TPi
|
|
|
2313
2694
|
username: import("@feathersjs/typebox").TString<string>;
|
|
2314
2695
|
password: import("@feathersjs/typebox").TString<string>;
|
|
2315
2696
|
}>;
|
|
2697
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
2698
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
2699
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
2700
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
2701
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
2702
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
2703
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
2704
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
2705
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2706
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2707
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2708
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2709
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2710
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2711
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
2712
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2713
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2714
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2715
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2716
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2717
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2718
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2719
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2720
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2721
|
+
}>;
|
|
2722
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2723
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2724
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2725
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2726
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
2727
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
2728
|
+
}>;
|
|
2729
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
2730
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
2731
|
+
}>>;
|
|
2316
2732
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
2317
2733
|
host: import("@feathersjs/typebox").TString<string>;
|
|
2318
2734
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -2356,13 +2772,13 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2356
2772
|
name?: any;
|
|
2357
2773
|
apiKey?: string | undefined;
|
|
2358
2774
|
secret?: string | undefined;
|
|
2359
|
-
key?: string | undefined;
|
|
2360
2775
|
avatar?: any;
|
|
2361
2776
|
createdAt?: any;
|
|
2362
2777
|
updatedAt?: any;
|
|
2363
2778
|
userId?: string | {} | undefined;
|
|
2364
2779
|
which?: string | undefined;
|
|
2365
2780
|
connected?: boolean | undefined;
|
|
2781
|
+
token?: string | undefined;
|
|
2366
2782
|
downloaded?: {
|
|
2367
2783
|
updatedAt: any;
|
|
2368
2784
|
size: string;
|
|
@@ -2399,7 +2815,6 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2399
2815
|
twofa?: string | undefined;
|
|
2400
2816
|
privateKey?: string | undefined;
|
|
2401
2817
|
walletAddress?: string | undefined;
|
|
2402
|
-
token?: string | undefined;
|
|
2403
2818
|
__v?: any;
|
|
2404
2819
|
_id: string | {};
|
|
2405
2820
|
}>;
|
|
@@ -2416,6 +2831,41 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2416
2831
|
type: string;
|
|
2417
2832
|
} | undefined;
|
|
2418
2833
|
traders?: {
|
|
2834
|
+
telegram?: {
|
|
2835
|
+
access_hash?: string | null | undefined;
|
|
2836
|
+
invite_link?: string | undefined;
|
|
2837
|
+
enabled: boolean;
|
|
2838
|
+
token: string;
|
|
2839
|
+
chat_id: any;
|
|
2840
|
+
allow_custom_messages: boolean;
|
|
2841
|
+
notification_settings: {
|
|
2842
|
+
status: "silent" | "on" | "off";
|
|
2843
|
+
entry: "silent" | "on" | "off";
|
|
2844
|
+
exit: {
|
|
2845
|
+
roi: "silent" | "on" | "off";
|
|
2846
|
+
emergency_exit: "silent" | "on" | "off";
|
|
2847
|
+
force_exit: "silent" | "on" | "off";
|
|
2848
|
+
exit_signal: "silent" | "on" | "off";
|
|
2849
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
2850
|
+
stop_loss: "silent" | "on" | "off";
|
|
2851
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
2852
|
+
custom_exit: "silent" | "on" | "off";
|
|
2853
|
+
partial_exit: "silent" | "on" | "off";
|
|
2854
|
+
};
|
|
2855
|
+
warning: "silent" | "on" | "off";
|
|
2856
|
+
startup: "silent" | "on" | "off";
|
|
2857
|
+
entry_fill: "silent" | "on" | "off";
|
|
2858
|
+
entry_cancel: "silent" | "on" | "off";
|
|
2859
|
+
exit_cancel: "silent" | "on" | "off";
|
|
2860
|
+
exit_fill: "silent" | "on" | "off";
|
|
2861
|
+
protection_trigger: "silent" | "on" | "off";
|
|
2862
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
2863
|
+
strategy_msg: "silent" | "on" | "off";
|
|
2864
|
+
show_candle: "off" | "ohlc";
|
|
2865
|
+
};
|
|
2866
|
+
reload: boolean;
|
|
2867
|
+
balance_dust_level: number;
|
|
2868
|
+
} | undefined;
|
|
2419
2869
|
dry_run_wallet?: number | undefined;
|
|
2420
2870
|
max_open_trades?: number | undefined;
|
|
2421
2871
|
plugins?: {
|
|
@@ -2436,15 +2886,15 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2436
2886
|
tradable_balance_ratio?: number | undefined;
|
|
2437
2887
|
webhook?: {
|
|
2438
2888
|
url: string;
|
|
2439
|
-
format: string;
|
|
2440
2889
|
enabled: boolean;
|
|
2890
|
+
format: string;
|
|
2441
2891
|
webhookstatus: {
|
|
2442
2892
|
traderId: any;
|
|
2443
2893
|
event: string;
|
|
2444
2894
|
status: string;
|
|
2445
2895
|
userId: string;
|
|
2446
2896
|
};
|
|
2447
|
-
|
|
2897
|
+
webhookentry: {
|
|
2448
2898
|
limit: string;
|
|
2449
2899
|
traderId: any;
|
|
2450
2900
|
stake_amount: string;
|
|
@@ -2454,7 +2904,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2454
2904
|
pair: string;
|
|
2455
2905
|
fiat_currency: string;
|
|
2456
2906
|
};
|
|
2457
|
-
|
|
2907
|
+
webhookentrycancel: {
|
|
2458
2908
|
limit: string;
|
|
2459
2909
|
traderId: any;
|
|
2460
2910
|
stake_amount: string;
|
|
@@ -2464,7 +2914,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2464
2914
|
pair: string;
|
|
2465
2915
|
fiat_currency: string;
|
|
2466
2916
|
};
|
|
2467
|
-
|
|
2917
|
+
webhookentryfill: {
|
|
2468
2918
|
traderId: any;
|
|
2469
2919
|
stake_amount: string;
|
|
2470
2920
|
stake_currency: string;
|
|
@@ -2476,7 +2926,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2476
2926
|
amount: string;
|
|
2477
2927
|
open_date: string;
|
|
2478
2928
|
};
|
|
2479
|
-
|
|
2929
|
+
webhookexit: {
|
|
2480
2930
|
limit: string;
|
|
2481
2931
|
traderId: any;
|
|
2482
2932
|
stake_currency: string;
|
|
@@ -2491,10 +2941,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2491
2941
|
profit_amount: string;
|
|
2492
2942
|
profit_ratio: string;
|
|
2493
2943
|
close_date: string;
|
|
2494
|
-
|
|
2944
|
+
exit_reason: string;
|
|
2495
2945
|
order_type: string;
|
|
2496
2946
|
};
|
|
2497
|
-
|
|
2947
|
+
webhookexitcancel: {
|
|
2498
2948
|
limit: string;
|
|
2499
2949
|
traderId: any;
|
|
2500
2950
|
stake_currency: string;
|
|
@@ -2504,7 +2954,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2504
2954
|
profit_amount: string;
|
|
2505
2955
|
profit_ratio: string;
|
|
2506
2956
|
};
|
|
2507
|
-
|
|
2957
|
+
webhookexitfill: {
|
|
2508
2958
|
traderId: any;
|
|
2509
2959
|
event: string;
|
|
2510
2960
|
userId: string;
|
|
@@ -2581,10 +3031,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2581
3031
|
stoploss?: string | undefined;
|
|
2582
3032
|
entry?: "Limit" | "Market" | undefined;
|
|
2583
3033
|
exit?: "Limit" | "Market" | undefined;
|
|
3034
|
+
stoploss_on_exchange?: boolean | undefined;
|
|
2584
3035
|
emergencysell?: "Limit" | "Market" | undefined;
|
|
2585
3036
|
forcebuy?: "Limit" | "Market" | undefined;
|
|
2586
3037
|
forcesell?: "Limit" | "Market" | undefined;
|
|
2587
|
-
stoploss_on_exchange?: boolean | undefined;
|
|
2588
3038
|
stoploss_on_exchange_interval?: number | undefined;
|
|
2589
3039
|
stoploss_on_exchange_limit_ratio?: number | undefined;
|
|
2590
3040
|
} | undefined;
|
|
@@ -2622,6 +3072,41 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2622
3072
|
}>;
|
|
2623
3073
|
pod: any;
|
|
2624
3074
|
trader: Partial<{
|
|
3075
|
+
telegram?: {
|
|
3076
|
+
access_hash?: string | null | undefined;
|
|
3077
|
+
invite_link?: string | undefined;
|
|
3078
|
+
enabled: boolean;
|
|
3079
|
+
token: string;
|
|
3080
|
+
chat_id: any;
|
|
3081
|
+
allow_custom_messages: boolean;
|
|
3082
|
+
notification_settings: {
|
|
3083
|
+
status: "silent" | "on" | "off";
|
|
3084
|
+
entry: "silent" | "on" | "off";
|
|
3085
|
+
exit: {
|
|
3086
|
+
roi: "silent" | "on" | "off";
|
|
3087
|
+
emergency_exit: "silent" | "on" | "off";
|
|
3088
|
+
force_exit: "silent" | "on" | "off";
|
|
3089
|
+
exit_signal: "silent" | "on" | "off";
|
|
3090
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
3091
|
+
stop_loss: "silent" | "on" | "off";
|
|
3092
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
3093
|
+
custom_exit: "silent" | "on" | "off";
|
|
3094
|
+
partial_exit: "silent" | "on" | "off";
|
|
3095
|
+
};
|
|
3096
|
+
warning: "silent" | "on" | "off";
|
|
3097
|
+
startup: "silent" | "on" | "off";
|
|
3098
|
+
entry_fill: "silent" | "on" | "off";
|
|
3099
|
+
entry_cancel: "silent" | "on" | "off";
|
|
3100
|
+
exit_cancel: "silent" | "on" | "off";
|
|
3101
|
+
exit_fill: "silent" | "on" | "off";
|
|
3102
|
+
protection_trigger: "silent" | "on" | "off";
|
|
3103
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
3104
|
+
strategy_msg: "silent" | "on" | "off";
|
|
3105
|
+
show_candle: "off" | "ohlc";
|
|
3106
|
+
};
|
|
3107
|
+
reload: boolean;
|
|
3108
|
+
balance_dust_level: number;
|
|
3109
|
+
} | undefined;
|
|
2625
3110
|
dry_run_wallet?: number | undefined;
|
|
2626
3111
|
max_open_trades?: number | undefined;
|
|
2627
3112
|
plugins?: {
|
|
@@ -2642,15 +3127,15 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2642
3127
|
tradable_balance_ratio?: number | undefined;
|
|
2643
3128
|
webhook?: {
|
|
2644
3129
|
url: string;
|
|
2645
|
-
format: string;
|
|
2646
3130
|
enabled: boolean;
|
|
3131
|
+
format: string;
|
|
2647
3132
|
webhookstatus: {
|
|
2648
3133
|
traderId: any;
|
|
2649
3134
|
event: string;
|
|
2650
3135
|
status: string;
|
|
2651
3136
|
userId: string;
|
|
2652
3137
|
};
|
|
2653
|
-
|
|
3138
|
+
webhookentry: {
|
|
2654
3139
|
limit: string;
|
|
2655
3140
|
traderId: any;
|
|
2656
3141
|
stake_amount: string;
|
|
@@ -2660,7 +3145,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2660
3145
|
pair: string;
|
|
2661
3146
|
fiat_currency: string;
|
|
2662
3147
|
};
|
|
2663
|
-
|
|
3148
|
+
webhookentrycancel: {
|
|
2664
3149
|
limit: string;
|
|
2665
3150
|
traderId: any;
|
|
2666
3151
|
stake_amount: string;
|
|
@@ -2670,7 +3155,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2670
3155
|
pair: string;
|
|
2671
3156
|
fiat_currency: string;
|
|
2672
3157
|
};
|
|
2673
|
-
|
|
3158
|
+
webhookentryfill: {
|
|
2674
3159
|
traderId: any;
|
|
2675
3160
|
stake_amount: string;
|
|
2676
3161
|
stake_currency: string;
|
|
@@ -2682,7 +3167,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2682
3167
|
amount: string;
|
|
2683
3168
|
open_date: string;
|
|
2684
3169
|
};
|
|
2685
|
-
|
|
3170
|
+
webhookexit: {
|
|
2686
3171
|
limit: string;
|
|
2687
3172
|
traderId: any;
|
|
2688
3173
|
stake_currency: string;
|
|
@@ -2697,10 +3182,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2697
3182
|
profit_amount: string;
|
|
2698
3183
|
profit_ratio: string;
|
|
2699
3184
|
close_date: string;
|
|
2700
|
-
|
|
3185
|
+
exit_reason: string;
|
|
2701
3186
|
order_type: string;
|
|
2702
3187
|
};
|
|
2703
|
-
|
|
3188
|
+
webhookexitcancel: {
|
|
2704
3189
|
limit: string;
|
|
2705
3190
|
traderId: any;
|
|
2706
3191
|
stake_currency: string;
|
|
@@ -2710,7 +3195,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2710
3195
|
profit_amount: string;
|
|
2711
3196
|
profit_ratio: string;
|
|
2712
3197
|
};
|
|
2713
|
-
|
|
3198
|
+
webhookexitfill: {
|
|
2714
3199
|
traderId: any;
|
|
2715
3200
|
event: string;
|
|
2716
3201
|
userId: string;
|
|
@@ -2771,6 +3256,41 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2771
3256
|
}>;
|
|
2772
3257
|
}> | undefined;
|
|
2773
3258
|
trader?: Partial<{
|
|
3259
|
+
telegram?: {
|
|
3260
|
+
access_hash?: string | null | undefined;
|
|
3261
|
+
invite_link?: string | undefined;
|
|
3262
|
+
enabled: boolean;
|
|
3263
|
+
token: string;
|
|
3264
|
+
chat_id: any;
|
|
3265
|
+
allow_custom_messages: boolean;
|
|
3266
|
+
notification_settings: {
|
|
3267
|
+
status: "silent" | "on" | "off";
|
|
3268
|
+
entry: "silent" | "on" | "off";
|
|
3269
|
+
exit: {
|
|
3270
|
+
roi: "silent" | "on" | "off";
|
|
3271
|
+
emergency_exit: "silent" | "on" | "off";
|
|
3272
|
+
force_exit: "silent" | "on" | "off";
|
|
3273
|
+
exit_signal: "silent" | "on" | "off";
|
|
3274
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
3275
|
+
stop_loss: "silent" | "on" | "off";
|
|
3276
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
3277
|
+
custom_exit: "silent" | "on" | "off";
|
|
3278
|
+
partial_exit: "silent" | "on" | "off";
|
|
3279
|
+
};
|
|
3280
|
+
warning: "silent" | "on" | "off";
|
|
3281
|
+
startup: "silent" | "on" | "off";
|
|
3282
|
+
entry_fill: "silent" | "on" | "off";
|
|
3283
|
+
entry_cancel: "silent" | "on" | "off";
|
|
3284
|
+
exit_cancel: "silent" | "on" | "off";
|
|
3285
|
+
exit_fill: "silent" | "on" | "off";
|
|
3286
|
+
protection_trigger: "silent" | "on" | "off";
|
|
3287
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
3288
|
+
strategy_msg: "silent" | "on" | "off";
|
|
3289
|
+
show_candle: "off" | "ohlc";
|
|
3290
|
+
};
|
|
3291
|
+
reload: boolean;
|
|
3292
|
+
balance_dust_level: number;
|
|
3293
|
+
} | undefined;
|
|
2774
3294
|
dry_run_wallet?: number | undefined;
|
|
2775
3295
|
max_open_trades?: number | undefined;
|
|
2776
3296
|
plugins?: {
|
|
@@ -2791,15 +3311,15 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2791
3311
|
tradable_balance_ratio?: number | undefined;
|
|
2792
3312
|
webhook?: {
|
|
2793
3313
|
url: string;
|
|
2794
|
-
format: string;
|
|
2795
3314
|
enabled: boolean;
|
|
3315
|
+
format: string;
|
|
2796
3316
|
webhookstatus: {
|
|
2797
3317
|
traderId: any;
|
|
2798
3318
|
event: string;
|
|
2799
3319
|
status: string;
|
|
2800
3320
|
userId: string;
|
|
2801
3321
|
};
|
|
2802
|
-
|
|
3322
|
+
webhookentry: {
|
|
2803
3323
|
limit: string;
|
|
2804
3324
|
traderId: any;
|
|
2805
3325
|
stake_amount: string;
|
|
@@ -2809,7 +3329,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2809
3329
|
pair: string;
|
|
2810
3330
|
fiat_currency: string;
|
|
2811
3331
|
};
|
|
2812
|
-
|
|
3332
|
+
webhookentrycancel: {
|
|
2813
3333
|
limit: string;
|
|
2814
3334
|
traderId: any;
|
|
2815
3335
|
stake_amount: string;
|
|
@@ -2819,7 +3339,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2819
3339
|
pair: string;
|
|
2820
3340
|
fiat_currency: string;
|
|
2821
3341
|
};
|
|
2822
|
-
|
|
3342
|
+
webhookentryfill: {
|
|
2823
3343
|
traderId: any;
|
|
2824
3344
|
stake_amount: string;
|
|
2825
3345
|
stake_currency: string;
|
|
@@ -2831,7 +3351,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2831
3351
|
amount: string;
|
|
2832
3352
|
open_date: string;
|
|
2833
3353
|
};
|
|
2834
|
-
|
|
3354
|
+
webhookexit: {
|
|
2835
3355
|
limit: string;
|
|
2836
3356
|
traderId: any;
|
|
2837
3357
|
stake_currency: string;
|
|
@@ -2846,10 +3366,10 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2846
3366
|
profit_amount: string;
|
|
2847
3367
|
profit_ratio: string;
|
|
2848
3368
|
close_date: string;
|
|
2849
|
-
|
|
3369
|
+
exit_reason: string;
|
|
2850
3370
|
order_type: string;
|
|
2851
3371
|
};
|
|
2852
|
-
|
|
3372
|
+
webhookexitcancel: {
|
|
2853
3373
|
limit: string;
|
|
2854
3374
|
traderId: any;
|
|
2855
3375
|
stake_currency: string;
|
|
@@ -2859,7 +3379,7 @@ export declare const tradersPodsApiDataResolver: import("@feathersjs/schema").Re
|
|
|
2859
3379
|
profit_amount: string;
|
|
2860
3380
|
profit_ratio: string;
|
|
2861
3381
|
};
|
|
2862
|
-
|
|
3382
|
+
webhookexitfill: {
|
|
2863
3383
|
traderId: any;
|
|
2864
3384
|
event: string;
|
|
2865
3385
|
userId: string;
|
|
@@ -2977,7 +3497,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
2977
3497
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2978
3498
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
2979
3499
|
}>;
|
|
2980
|
-
|
|
3500
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
2981
3501
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2982
3502
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2983
3503
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2987,7 +3507,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
2987
3507
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2988
3508
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
2989
3509
|
}>;
|
|
2990
|
-
|
|
3510
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
2991
3511
|
event: import("@feathersjs/typebox").TString<string>;
|
|
2992
3512
|
traderId: import("@feathersjs/typebox").TAny;
|
|
2993
3513
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -2997,7 +3517,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
2997
3517
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
2998
3518
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
2999
3519
|
}>;
|
|
3000
|
-
|
|
3520
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
3001
3521
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3002
3522
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
3003
3523
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -3009,7 +3529,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3009
3529
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
3010
3530
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3011
3531
|
}>;
|
|
3012
|
-
|
|
3532
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
3013
3533
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3014
3534
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3015
3535
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3024,10 +3544,10 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3024
3544
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3025
3545
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
3026
3546
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
3027
|
-
|
|
3547
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
3028
3548
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
3029
3549
|
}>;
|
|
3030
|
-
|
|
3550
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
3031
3551
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3032
3552
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3033
3553
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3037,7 +3557,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3037
3557
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3038
3558
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3039
3559
|
}>;
|
|
3040
|
-
|
|
3560
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
3041
3561
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3042
3562
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3043
3563
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3071,6 +3591,41 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3071
3591
|
username: import("@feathersjs/typebox").TString<string>;
|
|
3072
3592
|
password: import("@feathersjs/typebox").TString<string>;
|
|
3073
3593
|
}>;
|
|
3594
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
3595
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
3596
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
3597
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
3598
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
3599
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3600
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
3601
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
3602
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3603
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3604
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3605
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3606
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3607
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3608
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
3609
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3610
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3611
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3612
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3613
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3614
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3615
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3616
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3617
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3618
|
+
}>;
|
|
3619
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3620
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3621
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3622
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3623
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3624
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
3625
|
+
}>;
|
|
3626
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
3627
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
3628
|
+
}>>;
|
|
3074
3629
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
3075
3630
|
host: import("@feathersjs/typebox").TString<string>;
|
|
3076
3631
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -3128,7 +3683,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3128
3683
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3129
3684
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
3130
3685
|
}>;
|
|
3131
|
-
|
|
3686
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
3132
3687
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3133
3688
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3134
3689
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3138,7 +3693,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3138
3693
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3139
3694
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
3140
3695
|
}>;
|
|
3141
|
-
|
|
3696
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
3142
3697
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3143
3698
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3144
3699
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3148,7 +3703,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3148
3703
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3149
3704
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
3150
3705
|
}>;
|
|
3151
|
-
|
|
3706
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
3152
3707
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3153
3708
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
3154
3709
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -3160,7 +3715,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3160
3715
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
3161
3716
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3162
3717
|
}>;
|
|
3163
|
-
|
|
3718
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
3164
3719
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3165
3720
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3166
3721
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3175,10 +3730,10 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3175
3730
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3176
3731
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
3177
3732
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
3178
|
-
|
|
3733
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
3179
3734
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
3180
3735
|
}>;
|
|
3181
|
-
|
|
3736
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
3182
3737
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3183
3738
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3184
3739
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3188,7 +3743,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3188
3743
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3189
3744
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3190
3745
|
}>;
|
|
3191
|
-
|
|
3746
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
3192
3747
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3193
3748
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3194
3749
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3222,6 +3777,41 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3222
3777
|
username: import("@feathersjs/typebox").TString<string>;
|
|
3223
3778
|
password: import("@feathersjs/typebox").TString<string>;
|
|
3224
3779
|
}>;
|
|
3780
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
3781
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
3782
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
3783
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
3784
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
3785
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3786
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
3787
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
3788
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3789
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3790
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3791
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3792
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3793
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3794
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
3795
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3796
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3797
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3798
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3799
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3800
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3801
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3802
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3803
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3804
|
+
}>;
|
|
3805
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3806
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3807
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3808
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3809
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
3810
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
3811
|
+
}>;
|
|
3812
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
3813
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
3814
|
+
}>>;
|
|
3225
3815
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
3226
3816
|
host: import("@feathersjs/typebox").TString<string>;
|
|
3227
3817
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -3266,7 +3856,6 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3266
3856
|
}>>>;
|
|
3267
3857
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
3268
3858
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3269
|
-
key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3270
3859
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3271
3860
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
3272
3861
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -3389,7 +3978,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3389
3978
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3390
3979
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
3391
3980
|
}>;
|
|
3392
|
-
|
|
3981
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
3393
3982
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3394
3983
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3395
3984
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3399,7 +3988,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3399
3988
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3400
3989
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
3401
3990
|
}>;
|
|
3402
|
-
|
|
3991
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
3403
3992
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3404
3993
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3405
3994
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3409,7 +3998,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3409
3998
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3410
3999
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
3411
4000
|
}>;
|
|
3412
|
-
|
|
4001
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
3413
4002
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3414
4003
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
3415
4004
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -3421,7 +4010,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3421
4010
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
3422
4011
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3423
4012
|
}>;
|
|
3424
|
-
|
|
4013
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
3425
4014
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3426
4015
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3427
4016
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3436,10 +4025,10 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3436
4025
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3437
4026
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
3438
4027
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
3439
|
-
|
|
4028
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
3440
4029
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
3441
4030
|
}>;
|
|
3442
|
-
|
|
4031
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
3443
4032
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3444
4033
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3445
4034
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3449,7 +4038,7 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3449
4038
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
3450
4039
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
3451
4040
|
}>;
|
|
3452
|
-
|
|
4041
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
3453
4042
|
event: import("@feathersjs/typebox").TString<string>;
|
|
3454
4043
|
traderId: import("@feathersjs/typebox").TAny;
|
|
3455
4044
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -3483,6 +4072,41 @@ export declare const tradersPodsApiPatchSchema: import("@feathersjs/typebox").TP
|
|
|
3483
4072
|
username: import("@feathersjs/typebox").TString<string>;
|
|
3484
4073
|
password: import("@feathersjs/typebox").TString<string>;
|
|
3485
4074
|
}>;
|
|
4075
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
4076
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
4077
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
4078
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
4079
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
4080
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4081
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
4082
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
4083
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4084
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4085
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4086
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4087
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4088
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4089
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
4090
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4091
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4092
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4093
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4094
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4095
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4096
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4097
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4098
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4099
|
+
}>;
|
|
4100
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4101
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4102
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4103
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4104
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4105
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
4106
|
+
}>;
|
|
4107
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
4108
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
4109
|
+
}>>;
|
|
3486
4110
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
3487
4111
|
host: import("@feathersjs/typebox").TString<string>;
|
|
3488
4112
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -3526,13 +4150,13 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3526
4150
|
name?: any;
|
|
3527
4151
|
apiKey?: string | undefined;
|
|
3528
4152
|
secret?: string | undefined;
|
|
3529
|
-
key?: string | undefined;
|
|
3530
4153
|
avatar?: any;
|
|
3531
4154
|
createdAt?: any;
|
|
3532
4155
|
updatedAt?: any;
|
|
3533
4156
|
userId?: string | {} | undefined;
|
|
3534
4157
|
which?: string | undefined;
|
|
3535
4158
|
connected?: boolean | undefined;
|
|
4159
|
+
token?: string | undefined;
|
|
3536
4160
|
downloaded?: {
|
|
3537
4161
|
updatedAt: any;
|
|
3538
4162
|
size: string;
|
|
@@ -3569,7 +4193,6 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3569
4193
|
twofa?: string | undefined;
|
|
3570
4194
|
privateKey?: string | undefined;
|
|
3571
4195
|
walletAddress?: string | undefined;
|
|
3572
|
-
token?: string | undefined;
|
|
3573
4196
|
__v?: any;
|
|
3574
4197
|
_id: string | {};
|
|
3575
4198
|
}>;
|
|
@@ -3586,6 +4209,41 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3586
4209
|
type: string;
|
|
3587
4210
|
} | undefined;
|
|
3588
4211
|
traders?: {
|
|
4212
|
+
telegram?: {
|
|
4213
|
+
access_hash?: string | null | undefined;
|
|
4214
|
+
invite_link?: string | undefined;
|
|
4215
|
+
enabled: boolean;
|
|
4216
|
+
token: string;
|
|
4217
|
+
chat_id: any;
|
|
4218
|
+
allow_custom_messages: boolean;
|
|
4219
|
+
notification_settings: {
|
|
4220
|
+
status: "silent" | "on" | "off";
|
|
4221
|
+
entry: "silent" | "on" | "off";
|
|
4222
|
+
exit: {
|
|
4223
|
+
roi: "silent" | "on" | "off";
|
|
4224
|
+
emergency_exit: "silent" | "on" | "off";
|
|
4225
|
+
force_exit: "silent" | "on" | "off";
|
|
4226
|
+
exit_signal: "silent" | "on" | "off";
|
|
4227
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
4228
|
+
stop_loss: "silent" | "on" | "off";
|
|
4229
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
4230
|
+
custom_exit: "silent" | "on" | "off";
|
|
4231
|
+
partial_exit: "silent" | "on" | "off";
|
|
4232
|
+
};
|
|
4233
|
+
warning: "silent" | "on" | "off";
|
|
4234
|
+
startup: "silent" | "on" | "off";
|
|
4235
|
+
entry_fill: "silent" | "on" | "off";
|
|
4236
|
+
entry_cancel: "silent" | "on" | "off";
|
|
4237
|
+
exit_cancel: "silent" | "on" | "off";
|
|
4238
|
+
exit_fill: "silent" | "on" | "off";
|
|
4239
|
+
protection_trigger: "silent" | "on" | "off";
|
|
4240
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
4241
|
+
strategy_msg: "silent" | "on" | "off";
|
|
4242
|
+
show_candle: "off" | "ohlc";
|
|
4243
|
+
};
|
|
4244
|
+
reload: boolean;
|
|
4245
|
+
balance_dust_level: number;
|
|
4246
|
+
} | undefined;
|
|
3589
4247
|
dry_run_wallet?: number | undefined;
|
|
3590
4248
|
max_open_trades?: number | undefined;
|
|
3591
4249
|
plugins?: {
|
|
@@ -3606,15 +4264,15 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3606
4264
|
tradable_balance_ratio?: number | undefined;
|
|
3607
4265
|
webhook?: {
|
|
3608
4266
|
url: string;
|
|
3609
|
-
format: string;
|
|
3610
4267
|
enabled: boolean;
|
|
4268
|
+
format: string;
|
|
3611
4269
|
webhookstatus: {
|
|
3612
4270
|
traderId: any;
|
|
3613
4271
|
event: string;
|
|
3614
4272
|
status: string;
|
|
3615
4273
|
userId: string;
|
|
3616
4274
|
};
|
|
3617
|
-
|
|
4275
|
+
webhookentry: {
|
|
3618
4276
|
limit: string;
|
|
3619
4277
|
traderId: any;
|
|
3620
4278
|
stake_amount: string;
|
|
@@ -3624,7 +4282,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3624
4282
|
pair: string;
|
|
3625
4283
|
fiat_currency: string;
|
|
3626
4284
|
};
|
|
3627
|
-
|
|
4285
|
+
webhookentrycancel: {
|
|
3628
4286
|
limit: string;
|
|
3629
4287
|
traderId: any;
|
|
3630
4288
|
stake_amount: string;
|
|
@@ -3634,7 +4292,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3634
4292
|
pair: string;
|
|
3635
4293
|
fiat_currency: string;
|
|
3636
4294
|
};
|
|
3637
|
-
|
|
4295
|
+
webhookentryfill: {
|
|
3638
4296
|
traderId: any;
|
|
3639
4297
|
stake_amount: string;
|
|
3640
4298
|
stake_currency: string;
|
|
@@ -3646,7 +4304,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3646
4304
|
amount: string;
|
|
3647
4305
|
open_date: string;
|
|
3648
4306
|
};
|
|
3649
|
-
|
|
4307
|
+
webhookexit: {
|
|
3650
4308
|
limit: string;
|
|
3651
4309
|
traderId: any;
|
|
3652
4310
|
stake_currency: string;
|
|
@@ -3661,10 +4319,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3661
4319
|
profit_amount: string;
|
|
3662
4320
|
profit_ratio: string;
|
|
3663
4321
|
close_date: string;
|
|
3664
|
-
|
|
4322
|
+
exit_reason: string;
|
|
3665
4323
|
order_type: string;
|
|
3666
4324
|
};
|
|
3667
|
-
|
|
4325
|
+
webhookexitcancel: {
|
|
3668
4326
|
limit: string;
|
|
3669
4327
|
traderId: any;
|
|
3670
4328
|
stake_currency: string;
|
|
@@ -3674,7 +4332,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3674
4332
|
profit_amount: string;
|
|
3675
4333
|
profit_ratio: string;
|
|
3676
4334
|
};
|
|
3677
|
-
|
|
4335
|
+
webhookexitfill: {
|
|
3678
4336
|
traderId: any;
|
|
3679
4337
|
event: string;
|
|
3680
4338
|
userId: string;
|
|
@@ -3751,10 +4409,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3751
4409
|
stoploss?: string | undefined;
|
|
3752
4410
|
entry?: "Limit" | "Market" | undefined;
|
|
3753
4411
|
exit?: "Limit" | "Market" | undefined;
|
|
4412
|
+
stoploss_on_exchange?: boolean | undefined;
|
|
3754
4413
|
emergencysell?: "Limit" | "Market" | undefined;
|
|
3755
4414
|
forcebuy?: "Limit" | "Market" | undefined;
|
|
3756
4415
|
forcesell?: "Limit" | "Market" | undefined;
|
|
3757
|
-
stoploss_on_exchange?: boolean | undefined;
|
|
3758
4416
|
stoploss_on_exchange_interval?: number | undefined;
|
|
3759
4417
|
stoploss_on_exchange_limit_ratio?: number | undefined;
|
|
3760
4418
|
} | undefined;
|
|
@@ -3792,6 +4450,41 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3792
4450
|
}>;
|
|
3793
4451
|
pod: any;
|
|
3794
4452
|
trader: Partial<{
|
|
4453
|
+
telegram?: {
|
|
4454
|
+
access_hash?: string | null | undefined;
|
|
4455
|
+
invite_link?: string | undefined;
|
|
4456
|
+
enabled: boolean;
|
|
4457
|
+
token: string;
|
|
4458
|
+
chat_id: any;
|
|
4459
|
+
allow_custom_messages: boolean;
|
|
4460
|
+
notification_settings: {
|
|
4461
|
+
status: "silent" | "on" | "off";
|
|
4462
|
+
entry: "silent" | "on" | "off";
|
|
4463
|
+
exit: {
|
|
4464
|
+
roi: "silent" | "on" | "off";
|
|
4465
|
+
emergency_exit: "silent" | "on" | "off";
|
|
4466
|
+
force_exit: "silent" | "on" | "off";
|
|
4467
|
+
exit_signal: "silent" | "on" | "off";
|
|
4468
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
4469
|
+
stop_loss: "silent" | "on" | "off";
|
|
4470
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
4471
|
+
custom_exit: "silent" | "on" | "off";
|
|
4472
|
+
partial_exit: "silent" | "on" | "off";
|
|
4473
|
+
};
|
|
4474
|
+
warning: "silent" | "on" | "off";
|
|
4475
|
+
startup: "silent" | "on" | "off";
|
|
4476
|
+
entry_fill: "silent" | "on" | "off";
|
|
4477
|
+
entry_cancel: "silent" | "on" | "off";
|
|
4478
|
+
exit_cancel: "silent" | "on" | "off";
|
|
4479
|
+
exit_fill: "silent" | "on" | "off";
|
|
4480
|
+
protection_trigger: "silent" | "on" | "off";
|
|
4481
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
4482
|
+
strategy_msg: "silent" | "on" | "off";
|
|
4483
|
+
show_candle: "off" | "ohlc";
|
|
4484
|
+
};
|
|
4485
|
+
reload: boolean;
|
|
4486
|
+
balance_dust_level: number;
|
|
4487
|
+
} | undefined;
|
|
3795
4488
|
dry_run_wallet?: number | undefined;
|
|
3796
4489
|
max_open_trades?: number | undefined;
|
|
3797
4490
|
plugins?: {
|
|
@@ -3812,15 +4505,15 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3812
4505
|
tradable_balance_ratio?: number | undefined;
|
|
3813
4506
|
webhook?: {
|
|
3814
4507
|
url: string;
|
|
3815
|
-
format: string;
|
|
3816
4508
|
enabled: boolean;
|
|
4509
|
+
format: string;
|
|
3817
4510
|
webhookstatus: {
|
|
3818
4511
|
traderId: any;
|
|
3819
4512
|
event: string;
|
|
3820
4513
|
status: string;
|
|
3821
4514
|
userId: string;
|
|
3822
4515
|
};
|
|
3823
|
-
|
|
4516
|
+
webhookentry: {
|
|
3824
4517
|
limit: string;
|
|
3825
4518
|
traderId: any;
|
|
3826
4519
|
stake_amount: string;
|
|
@@ -3830,7 +4523,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3830
4523
|
pair: string;
|
|
3831
4524
|
fiat_currency: string;
|
|
3832
4525
|
};
|
|
3833
|
-
|
|
4526
|
+
webhookentrycancel: {
|
|
3834
4527
|
limit: string;
|
|
3835
4528
|
traderId: any;
|
|
3836
4529
|
stake_amount: string;
|
|
@@ -3840,7 +4533,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3840
4533
|
pair: string;
|
|
3841
4534
|
fiat_currency: string;
|
|
3842
4535
|
};
|
|
3843
|
-
|
|
4536
|
+
webhookentryfill: {
|
|
3844
4537
|
traderId: any;
|
|
3845
4538
|
stake_amount: string;
|
|
3846
4539
|
stake_currency: string;
|
|
@@ -3852,7 +4545,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3852
4545
|
amount: string;
|
|
3853
4546
|
open_date: string;
|
|
3854
4547
|
};
|
|
3855
|
-
|
|
4548
|
+
webhookexit: {
|
|
3856
4549
|
limit: string;
|
|
3857
4550
|
traderId: any;
|
|
3858
4551
|
stake_currency: string;
|
|
@@ -3867,10 +4560,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3867
4560
|
profit_amount: string;
|
|
3868
4561
|
profit_ratio: string;
|
|
3869
4562
|
close_date: string;
|
|
3870
|
-
|
|
4563
|
+
exit_reason: string;
|
|
3871
4564
|
order_type: string;
|
|
3872
4565
|
};
|
|
3873
|
-
|
|
4566
|
+
webhookexitcancel: {
|
|
3874
4567
|
limit: string;
|
|
3875
4568
|
traderId: any;
|
|
3876
4569
|
stake_currency: string;
|
|
@@ -3880,7 +4573,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3880
4573
|
profit_amount: string;
|
|
3881
4574
|
profit_ratio: string;
|
|
3882
4575
|
};
|
|
3883
|
-
|
|
4576
|
+
webhookexitfill: {
|
|
3884
4577
|
traderId: any;
|
|
3885
4578
|
event: string;
|
|
3886
4579
|
userId: string;
|
|
@@ -3941,6 +4634,41 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3941
4634
|
}>;
|
|
3942
4635
|
}> | undefined;
|
|
3943
4636
|
trader?: Partial<{
|
|
4637
|
+
telegram?: {
|
|
4638
|
+
access_hash?: string | null | undefined;
|
|
4639
|
+
invite_link?: string | undefined;
|
|
4640
|
+
enabled: boolean;
|
|
4641
|
+
token: string;
|
|
4642
|
+
chat_id: any;
|
|
4643
|
+
allow_custom_messages: boolean;
|
|
4644
|
+
notification_settings: {
|
|
4645
|
+
status: "silent" | "on" | "off";
|
|
4646
|
+
entry: "silent" | "on" | "off";
|
|
4647
|
+
exit: {
|
|
4648
|
+
roi: "silent" | "on" | "off";
|
|
4649
|
+
emergency_exit: "silent" | "on" | "off";
|
|
4650
|
+
force_exit: "silent" | "on" | "off";
|
|
4651
|
+
exit_signal: "silent" | "on" | "off";
|
|
4652
|
+
trailing_stop_loss: "silent" | "on" | "off";
|
|
4653
|
+
stop_loss: "silent" | "on" | "off";
|
|
4654
|
+
stoploss_on_exchange: "silent" | "on" | "off";
|
|
4655
|
+
custom_exit: "silent" | "on" | "off";
|
|
4656
|
+
partial_exit: "silent" | "on" | "off";
|
|
4657
|
+
};
|
|
4658
|
+
warning: "silent" | "on" | "off";
|
|
4659
|
+
startup: "silent" | "on" | "off";
|
|
4660
|
+
entry_fill: "silent" | "on" | "off";
|
|
4661
|
+
entry_cancel: "silent" | "on" | "off";
|
|
4662
|
+
exit_cancel: "silent" | "on" | "off";
|
|
4663
|
+
exit_fill: "silent" | "on" | "off";
|
|
4664
|
+
protection_trigger: "silent" | "on" | "off";
|
|
4665
|
+
protection_trigger_global: "silent" | "on" | "off";
|
|
4666
|
+
strategy_msg: "silent" | "on" | "off";
|
|
4667
|
+
show_candle: "off" | "ohlc";
|
|
4668
|
+
};
|
|
4669
|
+
reload: boolean;
|
|
4670
|
+
balance_dust_level: number;
|
|
4671
|
+
} | undefined;
|
|
3944
4672
|
dry_run_wallet?: number | undefined;
|
|
3945
4673
|
max_open_trades?: number | undefined;
|
|
3946
4674
|
plugins?: {
|
|
@@ -3961,15 +4689,15 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3961
4689
|
tradable_balance_ratio?: number | undefined;
|
|
3962
4690
|
webhook?: {
|
|
3963
4691
|
url: string;
|
|
3964
|
-
format: string;
|
|
3965
4692
|
enabled: boolean;
|
|
4693
|
+
format: string;
|
|
3966
4694
|
webhookstatus: {
|
|
3967
4695
|
traderId: any;
|
|
3968
4696
|
event: string;
|
|
3969
4697
|
status: string;
|
|
3970
4698
|
userId: string;
|
|
3971
4699
|
};
|
|
3972
|
-
|
|
4700
|
+
webhookentry: {
|
|
3973
4701
|
limit: string;
|
|
3974
4702
|
traderId: any;
|
|
3975
4703
|
stake_amount: string;
|
|
@@ -3979,7 +4707,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3979
4707
|
pair: string;
|
|
3980
4708
|
fiat_currency: string;
|
|
3981
4709
|
};
|
|
3982
|
-
|
|
4710
|
+
webhookentrycancel: {
|
|
3983
4711
|
limit: string;
|
|
3984
4712
|
traderId: any;
|
|
3985
4713
|
stake_amount: string;
|
|
@@ -3989,7 +4717,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
3989
4717
|
pair: string;
|
|
3990
4718
|
fiat_currency: string;
|
|
3991
4719
|
};
|
|
3992
|
-
|
|
4720
|
+
webhookentryfill: {
|
|
3993
4721
|
traderId: any;
|
|
3994
4722
|
stake_amount: string;
|
|
3995
4723
|
stake_currency: string;
|
|
@@ -4001,7 +4729,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4001
4729
|
amount: string;
|
|
4002
4730
|
open_date: string;
|
|
4003
4731
|
};
|
|
4004
|
-
|
|
4732
|
+
webhookexit: {
|
|
4005
4733
|
limit: string;
|
|
4006
4734
|
traderId: any;
|
|
4007
4735
|
stake_currency: string;
|
|
@@ -4016,10 +4744,10 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4016
4744
|
profit_amount: string;
|
|
4017
4745
|
profit_ratio: string;
|
|
4018
4746
|
close_date: string;
|
|
4019
|
-
|
|
4747
|
+
exit_reason: string;
|
|
4020
4748
|
order_type: string;
|
|
4021
4749
|
};
|
|
4022
|
-
|
|
4750
|
+
webhookexitcancel: {
|
|
4023
4751
|
limit: string;
|
|
4024
4752
|
traderId: any;
|
|
4025
4753
|
stake_currency: string;
|
|
@@ -4029,7 +4757,7 @@ export declare const tradersPodsApiPatchResolver: import("@feathersjs/schema").R
|
|
|
4029
4757
|
profit_amount: string;
|
|
4030
4758
|
profit_ratio: string;
|
|
4031
4759
|
};
|
|
4032
|
-
|
|
4760
|
+
webhookexitfill: {
|
|
4033
4761
|
traderId: any;
|
|
4034
4762
|
event: string;
|
|
4035
4763
|
userId: string;
|
|
@@ -4147,7 +4875,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4147
4875
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4148
4876
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4149
4877
|
}>;
|
|
4150
|
-
|
|
4878
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
4151
4879
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4152
4880
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4153
4881
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4157,7 +4885,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4157
4885
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4158
4886
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4159
4887
|
}>;
|
|
4160
|
-
|
|
4888
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
4161
4889
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4162
4890
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4163
4891
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4167,7 +4895,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4167
4895
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4168
4896
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4169
4897
|
}>;
|
|
4170
|
-
|
|
4898
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
4171
4899
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4172
4900
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4173
4901
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -4179,7 +4907,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4179
4907
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
4180
4908
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4181
4909
|
}>;
|
|
4182
|
-
|
|
4910
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
4183
4911
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4184
4912
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4185
4913
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4194,10 +4922,10 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4194
4922
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4195
4923
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
4196
4924
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
4197
|
-
|
|
4925
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
4198
4926
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
4199
4927
|
}>;
|
|
4200
|
-
|
|
4928
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
4201
4929
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4202
4930
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4203
4931
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4207,7 +4935,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4207
4935
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4208
4936
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4209
4937
|
}>;
|
|
4210
|
-
|
|
4938
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
4211
4939
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4212
4940
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4213
4941
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4241,6 +4969,41 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4241
4969
|
username: import("@feathersjs/typebox").TString<string>;
|
|
4242
4970
|
password: import("@feathersjs/typebox").TString<string>;
|
|
4243
4971
|
}>;
|
|
4972
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
4973
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
4974
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
4975
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
4976
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
4977
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4978
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
4979
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
4980
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4981
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4982
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4983
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4984
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4985
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4986
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
4987
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4988
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4989
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4990
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4991
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4992
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4993
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4994
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4995
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4996
|
+
}>;
|
|
4997
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4998
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
4999
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5000
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5001
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5002
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
5003
|
+
}>;
|
|
5004
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
5005
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
5006
|
+
}>>;
|
|
4244
5007
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
4245
5008
|
host: import("@feathersjs/typebox").TString<string>;
|
|
4246
5009
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -4298,7 +5061,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4298
5061
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4299
5062
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4300
5063
|
}>;
|
|
4301
|
-
|
|
5064
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
4302
5065
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4303
5066
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4304
5067
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4308,7 +5071,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4308
5071
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4309
5072
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4310
5073
|
}>;
|
|
4311
|
-
|
|
5074
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
4312
5075
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4313
5076
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4314
5077
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4318,7 +5081,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4318
5081
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4319
5082
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4320
5083
|
}>;
|
|
4321
|
-
|
|
5084
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
4322
5085
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4323
5086
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4324
5087
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -4330,7 +5093,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4330
5093
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
4331
5094
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4332
5095
|
}>;
|
|
4333
|
-
|
|
5096
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
4334
5097
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4335
5098
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4336
5099
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4345,10 +5108,10 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4345
5108
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4346
5109
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
4347
5110
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
4348
|
-
|
|
5111
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
4349
5112
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
4350
5113
|
}>;
|
|
4351
|
-
|
|
5114
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
4352
5115
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4353
5116
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4354
5117
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4358,7 +5121,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4358
5121
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4359
5122
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4360
5123
|
}>;
|
|
4361
|
-
|
|
5124
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
4362
5125
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4363
5126
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4364
5127
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4392,6 +5155,41 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4392
5155
|
username: import("@feathersjs/typebox").TString<string>;
|
|
4393
5156
|
password: import("@feathersjs/typebox").TString<string>;
|
|
4394
5157
|
}>;
|
|
5158
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5159
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
5160
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
5161
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
5162
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
5163
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
5164
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
5165
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
5166
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5167
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5168
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5169
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5170
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5171
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5172
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
5173
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5174
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5175
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5176
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5177
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5178
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5179
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5180
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5181
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5182
|
+
}>;
|
|
5183
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5184
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5185
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5186
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5187
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5188
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
5189
|
+
}>;
|
|
5190
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
5191
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
5192
|
+
}>>;
|
|
4395
5193
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
4396
5194
|
host: import("@feathersjs/typebox").TString<string>;
|
|
4397
5195
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|
|
@@ -4436,7 +5234,6 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4436
5234
|
}>>>;
|
|
4437
5235
|
ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
4438
5236
|
which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4439
|
-
key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4440
5237
|
apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4441
5238
|
secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
4442
5239
|
requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -4559,7 +5356,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4559
5356
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4560
5357
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4561
5358
|
}>;
|
|
4562
|
-
|
|
5359
|
+
webhookentry: import("@feathersjs/typebox").TObject<{
|
|
4563
5360
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4564
5361
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4565
5362
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4569,7 +5366,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4569
5366
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4570
5367
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4571
5368
|
}>;
|
|
4572
|
-
|
|
5369
|
+
webhookentrycancel: import("@feathersjs/typebox").TObject<{
|
|
4573
5370
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4574
5371
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4575
5372
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4579,7 +5376,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4579
5376
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4580
5377
|
fiat_currency: import("@feathersjs/typebox").TString<string>;
|
|
4581
5378
|
}>;
|
|
4582
|
-
|
|
5379
|
+
webhookentryfill: import("@feathersjs/typebox").TObject<{
|
|
4583
5380
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4584
5381
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
4585
5382
|
traderId: import("@feathersjs/typebox").TAny;
|
|
@@ -4591,7 +5388,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4591
5388
|
stake_amount: import("@feathersjs/typebox").TString<string>;
|
|
4592
5389
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4593
5390
|
}>;
|
|
4594
|
-
|
|
5391
|
+
webhookexit: import("@feathersjs/typebox").TObject<{
|
|
4595
5392
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4596
5393
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4597
5394
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4606,10 +5403,10 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4606
5403
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4607
5404
|
open_date: import("@feathersjs/typebox").TString<string>;
|
|
4608
5405
|
close_date: import("@feathersjs/typebox").TString<string>;
|
|
4609
|
-
|
|
5406
|
+
exit_reason: import("@feathersjs/typebox").TString<string>;
|
|
4610
5407
|
order_type: import("@feathersjs/typebox").TString<string>;
|
|
4611
5408
|
}>;
|
|
4612
|
-
|
|
5409
|
+
webhookexitcancel: import("@feathersjs/typebox").TObject<{
|
|
4613
5410
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4614
5411
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4615
5412
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4619,7 +5416,7 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4619
5416
|
stake_currency: import("@feathersjs/typebox").TString<string>;
|
|
4620
5417
|
profit_ratio: import("@feathersjs/typebox").TString<string>;
|
|
4621
5418
|
}>;
|
|
4622
|
-
|
|
5419
|
+
webhookexitfill: import("@feathersjs/typebox").TObject<{
|
|
4623
5420
|
event: import("@feathersjs/typebox").TString<string>;
|
|
4624
5421
|
traderId: import("@feathersjs/typebox").TAny;
|
|
4625
5422
|
userId: import("@feathersjs/typebox").TString<string>;
|
|
@@ -4653,6 +5450,41 @@ export declare const tradersPodsApiQueryProperties: import("@feathersjs/typebox"
|
|
|
4653
5450
|
username: import("@feathersjs/typebox").TString<string>;
|
|
4654
5451
|
password: import("@feathersjs/typebox").TString<string>;
|
|
4655
5452
|
}>;
|
|
5453
|
+
telegram: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
5454
|
+
enabled: import("@feathersjs/typebox").TBoolean;
|
|
5455
|
+
token: import("@feathersjs/typebox").TString<string>;
|
|
5456
|
+
chat_id: import("@feathersjs/typebox").TAny;
|
|
5457
|
+
access_hash: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNull]>>;
|
|
5458
|
+
invite_link: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
5459
|
+
allow_custom_messages: import("@feathersjs/typebox").TBoolean;
|
|
5460
|
+
notification_settings: import("@feathersjs/typebox").TObject<{
|
|
5461
|
+
status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5462
|
+
warning: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5463
|
+
startup: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5464
|
+
entry: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5465
|
+
entry_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5466
|
+
entry_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5467
|
+
exit: import("@feathersjs/typebox").TObject<{
|
|
5468
|
+
roi: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5469
|
+
emergency_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5470
|
+
force_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5471
|
+
exit_signal: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5472
|
+
trailing_stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5473
|
+
stop_loss: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5474
|
+
stoploss_on_exchange: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5475
|
+
custom_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5476
|
+
partial_exit: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5477
|
+
}>;
|
|
5478
|
+
exit_cancel: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5479
|
+
exit_fill: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5480
|
+
protection_trigger: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5481
|
+
protection_trigger_global: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5482
|
+
strategy_msg: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"on">, import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"silent">]>;
|
|
5483
|
+
show_candle: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"off">, import("@feathersjs/typebox").TLiteral<"ohlc">]>;
|
|
5484
|
+
}>;
|
|
5485
|
+
reload: import("@feathersjs/typebox").TBoolean;
|
|
5486
|
+
balance_dust_level: import("@feathersjs/typebox").TNumber;
|
|
5487
|
+
}>>;
|
|
4656
5488
|
pod: import("@feathersjs/typebox").TString<string>;
|
|
4657
5489
|
host: import("@feathersjs/typebox").TString<string>;
|
|
4658
5490
|
provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
|