@cryptorobot.ai/client 0.0.8

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.
Files changed (234) hide show
  1. package/lib/app.d.ts +3 -0
  2. package/lib/authentication.d.ts +8 -0
  3. package/lib/channels.d.ts +3 -0
  4. package/lib/client.d.ts +81 -0
  5. package/lib/client.js +99 -0
  6. package/lib/configuration.d.ts +148 -0
  7. package/lib/declarations.d.ts +16 -0
  8. package/lib/helper.d.ts +22 -0
  9. package/lib/helpers/app.helper.d.ts +12 -0
  10. package/lib/helpers/backtest.helper.d.ts +12 -0
  11. package/lib/helpers/ccxt.helper.d.ts +15 -0
  12. package/lib/helpers/deployments.helper.d.ts +11 -0
  13. package/lib/helpers/handlebars.helper.d.ts +10 -0
  14. package/lib/helpers/logging.helper.d.ts +7 -0
  15. package/lib/helpers/trader.helper.d.ts +10 -0
  16. package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +2 -0
  17. package/lib/hooks/application/setup-ccxt-load-markets.d.ts +2 -0
  18. package/lib/hooks/application/setup-config-preparation.d.ts +3 -0
  19. package/lib/hooks/application/setup-info.d.ts +3 -0
  20. package/lib/hooks/application/setup-load-indicators.d.ts +3 -0
  21. package/lib/hooks/application/setup-load-strategy-templates.d.ts +3 -0
  22. package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +2 -0
  23. package/lib/hooks/backtest-generate-and-start.d.ts +2 -0
  24. package/lib/hooks/backtest-generate-config.d.ts +2 -0
  25. package/lib/hooks/backtest-generate-exchange-config.d.ts +2 -0
  26. package/lib/hooks/backtest-get-results.d.ts +2 -0
  27. package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +2 -0
  28. package/lib/hooks/backtest-validate.d.ts +2 -0
  29. package/lib/hooks/check-required-credentials.d.ts +2 -0
  30. package/lib/hooks/enrich-webhook-to-event.d.ts +2 -0
  31. package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +2 -0
  32. package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +2 -0
  33. package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +2 -0
  34. package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +2 -0
  35. package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +2 -0
  36. package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +2 -0
  37. package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +2 -0
  38. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +2 -0
  39. package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +2 -0
  40. package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +2 -0
  41. package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +2 -0
  42. package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +2 -0
  43. package/lib/hooks/log-error.d.ts +2 -0
  44. package/lib/hooks/messages/messages-process-data.d.ts +2 -0
  45. package/lib/hooks/openai-process-request.d.ts +2 -0
  46. package/lib/hooks/pairs-transform.d.ts +2 -0
  47. package/lib/hooks/remove-container.d.ts +2 -0
  48. package/lib/hooks/set-default-strategy.d.ts +2 -0
  49. package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +3 -0
  50. package/lib/hooks/setup-stripe.d.ts +2 -0
  51. package/lib/hooks/strategies/disk-create-strategy.d.ts +2 -0
  52. package/lib/hooks/strategies/disk-remove-strategy.d.ts +2 -0
  53. package/lib/hooks/strategies/file-strategies-clone.d.ts +2 -0
  54. package/lib/hooks/stripe-check-subscription.d.ts +2 -0
  55. package/lib/hooks/stripe-create-payment-intent.d.ts +2 -0
  56. package/lib/hooks/stripe-is-subscription-active.d.ts +2 -0
  57. package/lib/hooks/stripe-sync-customer-data.d.ts +2 -0
  58. package/lib/hooks/tickers-fetch.d.ts +2 -0
  59. package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +2 -0
  60. package/lib/hooks/traders/before-patch-folders-initialize.d.ts +2 -0
  61. package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +2 -0
  62. package/lib/hooks/traders/container-api-control.d.ts +2 -0
  63. package/lib/hooks/traders/container-stop.d.ts +2 -0
  64. package/lib/hooks/traders/create-trader-container.d.ts +2 -0
  65. package/lib/hooks/traders/generate-exchange-config.d.ts +2 -0
  66. package/lib/hooks/traders/generate-trader-config.d.ts +2 -0
  67. package/lib/hooks/traders/pods-container-inspect.d.ts +2 -0
  68. package/lib/hooks/traders/pods-process-worker.d.ts +2 -0
  69. package/lib/hooks/users/email-verify-signup.d.ts +2 -0
  70. package/lib/index.d.ts +1 -0
  71. package/lib/logger.d.ts +1 -0
  72. package/lib/mongodb.d.ts +8 -0
  73. package/lib/prepare-for-publish.d.ts +1 -0
  74. package/lib/services/auth-management/auth-management.class.d.ts +1 -0
  75. package/lib/services/auth-management/auth-management.d.ts +7 -0
  76. package/lib/services/auth-management/auth-management.shared.d.ts +6 -0
  77. package/lib/services/auth-management/auth-management.shared.js +17 -0
  78. package/lib/services/auth-management/auth-management.utils.d.ts +1 -0
  79. package/lib/services/config/config.class.d.ts +14 -0
  80. package/lib/services/config/config.d.ts +10 -0
  81. package/lib/services/config/config.shared.d.ts +13 -0
  82. package/lib/services/config/config.shared.js +13 -0
  83. package/lib/services/custom/custom.class.d.ts +26 -0
  84. package/lib/services/custom/custom.d.ts +10 -0
  85. package/lib/services/custom/custom.shared.d.ts +13 -0
  86. package/lib/services/custom/custom.shared.js +13 -0
  87. package/lib/services/exchanges/balance/balance.class.d.ts +11 -0
  88. package/lib/services/exchanges/balance/balance.d.ts +11 -0
  89. package/lib/services/exchanges/balance/balance.schema.d.ts +711 -0
  90. package/lib/services/exchanges/balance/balance.shared.d.ts +13 -0
  91. package/lib/services/exchanges/balance/balance.shared.js +13 -0
  92. package/lib/services/exchanges/download/download.class.d.ts +11 -0
  93. package/lib/services/exchanges/download/download.d.ts +11 -0
  94. package/lib/services/exchanges/download/download.schema.d.ts +871 -0
  95. package/lib/services/exchanges/download/download.shared.d.ts +13 -0
  96. package/lib/services/exchanges/download/download.shared.js +13 -0
  97. package/lib/services/exchanges/download/webhooks/webhooks.class.d.ts +11 -0
  98. package/lib/services/exchanges/download/webhooks/webhooks.d.ts +11 -0
  99. package/lib/services/exchanges/download/webhooks/webhooks.schema.d.ts +541 -0
  100. package/lib/services/exchanges/download/webhooks/webhooks.shared.d.ts +13 -0
  101. package/lib/services/exchanges/download/webhooks/webhooks.shared.js +13 -0
  102. package/lib/services/exchanges/exchanges.class.d.ts +11 -0
  103. package/lib/services/exchanges/exchanges.d.ts +11 -0
  104. package/lib/services/exchanges/exchanges.schema.d.ts +835 -0
  105. package/lib/services/exchanges/exchanges.shared.d.ts +13 -0
  106. package/lib/services/exchanges/exchanges.shared.js +13 -0
  107. package/lib/services/exchanges/ticker/ticker.class.d.ts +11 -0
  108. package/lib/services/exchanges/ticker/ticker.d.ts +11 -0
  109. package/lib/services/exchanges/ticker/ticker.schema.d.ts +859 -0
  110. package/lib/services/exchanges/ticker/ticker.shared.d.ts +13 -0
  111. package/lib/services/exchanges/ticker/ticker.shared.js +13 -0
  112. package/lib/services/index.d.ts +2 -0
  113. package/lib/services/mailer/mailer.class.d.ts +26 -0
  114. package/lib/services/mailer/mailer.d.ts +7 -0
  115. package/lib/services/mailer/mailer.shared.d.ts +13 -0
  116. package/lib/services/mailer/mailer.shared.js +13 -0
  117. package/lib/services/marketplaces/marketplaces.class.d.ts +14 -0
  118. package/lib/services/marketplaces/marketplaces.d.ts +10 -0
  119. package/lib/services/marketplaces/marketplaces.shared.d.ts +13 -0
  120. package/lib/services/marketplaces/marketplaces.shared.js +13 -0
  121. package/lib/services/markets/markets.class.d.ts +11 -0
  122. package/lib/services/markets/markets.d.ts +11 -0
  123. package/lib/services/markets/markets.schema.d.ts +503 -0
  124. package/lib/services/markets/markets.shared.d.ts +13 -0
  125. package/lib/services/markets/markets.shared.js +13 -0
  126. package/lib/services/messages/messages.class.d.ts +11 -0
  127. package/lib/services/messages/messages.d.ts +11 -0
  128. package/lib/services/messages/messages.schema.d.ts +711 -0
  129. package/lib/services/messages/messages.shared.d.ts +13 -0
  130. package/lib/services/messages/messages.shared.js +13 -0
  131. package/lib/services/strategies/ai/ai.class.d.ts +11 -0
  132. package/lib/services/strategies/ai/ai.d.ts +11 -0
  133. package/lib/services/strategies/ai/ai.schema.d.ts +287 -0
  134. package/lib/services/strategies/ai/ai.shared.d.ts +13 -0
  135. package/lib/services/strategies/ai/ai.shared.js +13 -0
  136. package/lib/services/strategies/ai/stream/stream.class.d.ts +26 -0
  137. package/lib/services/strategies/ai/stream/stream.d.ts +10 -0
  138. package/lib/services/strategies/ai/stream/stream.shared.d.ts +13 -0
  139. package/lib/services/strategies/ai/stream/stream.shared.js +13 -0
  140. package/lib/services/strategies/backtest/backtest.class.d.ts +11 -0
  141. package/lib/services/strategies/backtest/backtest.d.ts +11 -0
  142. package/lib/services/strategies/backtest/backtest.schema.d.ts +401 -0
  143. package/lib/services/strategies/backtest/backtest.shared.d.ts +13 -0
  144. package/lib/services/strategies/backtest/backtest.shared.js +13 -0
  145. package/lib/services/strategies/backtest/results/results.class.d.ts +11 -0
  146. package/lib/services/strategies/backtest/results/results.d.ts +11 -0
  147. package/lib/services/strategies/backtest/results/results.schema.d.ts +1115 -0
  148. package/lib/services/strategies/backtest/results/results.shared.d.ts +13 -0
  149. package/lib/services/strategies/backtest/results/results.shared.js +13 -0
  150. package/lib/services/strategies/blob/blob.class.d.ts +26 -0
  151. package/lib/services/strategies/blob/blob.d.ts +10 -0
  152. package/lib/services/strategies/blob/blob.shared.d.ts +13 -0
  153. package/lib/services/strategies/blob/blob.shared.js +13 -0
  154. package/lib/services/strategies/indicators/indicators.class.d.ts +11 -0
  155. package/lib/services/strategies/indicators/indicators.d.ts +11 -0
  156. package/lib/services/strategies/indicators/indicators.schema.d.ts +277 -0
  157. package/lib/services/strategies/indicators/indicators.shared.d.ts +13 -0
  158. package/lib/services/strategies/indicators/indicators.shared.js +13 -0
  159. package/lib/services/strategies/strategies.class.d.ts +11 -0
  160. package/lib/services/strategies/strategies.d.ts +11 -0
  161. package/lib/services/strategies/strategies.schema.d.ts +2279 -0
  162. package/lib/services/strategies/strategies.shared.d.ts +13 -0
  163. package/lib/services/strategies/strategies.shared.js +13 -0
  164. package/lib/services/strategies/templates/templates.class.d.ts +11 -0
  165. package/lib/services/strategies/templates/templates.d.ts +11 -0
  166. package/lib/services/strategies/templates/templates.schema.d.ts +269 -0
  167. package/lib/services/strategies/templates/templates.shared.d.ts +13 -0
  168. package/lib/services/strategies/templates/templates.shared.js +13 -0
  169. package/lib/services/stripe/charges/charges.class.d.ts +26 -0
  170. package/lib/services/stripe/charges/charges.d.ts +10 -0
  171. package/lib/services/stripe/charges/charges.shared.d.ts +13 -0
  172. package/lib/services/stripe/charges/charges.shared.js +13 -0
  173. package/lib/services/stripe/customers/cards/cards.class.d.ts +26 -0
  174. package/lib/services/stripe/customers/cards/cards.d.ts +10 -0
  175. package/lib/services/stripe/customers/cards/cards.shared.d.ts +13 -0
  176. package/lib/services/stripe/customers/cards/cards.shared.js +13 -0
  177. package/lib/services/stripe/customers/customers.class.d.ts +26 -0
  178. package/lib/services/stripe/customers/customers.d.ts +10 -0
  179. package/lib/services/stripe/customers/customers.shared.d.ts +13 -0
  180. package/lib/services/stripe/customers/customers.shared.js +13 -0
  181. package/lib/services/stripe/customers/paymentintent/paymentintent.class.d.ts +26 -0
  182. package/lib/services/stripe/customers/paymentintent/paymentintent.d.ts +10 -0
  183. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +13 -0
  184. package/lib/services/stripe/customers/paymentintent/paymentintent.shared.js +13 -0
  185. package/lib/services/stripe/customers/paymentmethods/paymentmethods.class.d.ts +26 -0
  186. package/lib/services/stripe/customers/paymentmethods/paymentmethods.d.ts +10 -0
  187. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +13 -0
  188. package/lib/services/stripe/customers/paymentmethods/paymentmethods.shared.js +13 -0
  189. package/lib/services/stripe/customers/subscriptions/subscriptions.class.d.ts +26 -0
  190. package/lib/services/stripe/customers/subscriptions/subscriptions.d.ts +10 -0
  191. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +13 -0
  192. package/lib/services/stripe/customers/subscriptions/subscriptions.shared.js +13 -0
  193. package/lib/services/stripe/products/products.class.d.ts +26 -0
  194. package/lib/services/stripe/products/products.d.ts +10 -0
  195. package/lib/services/stripe/products/products.shared.d.ts +13 -0
  196. package/lib/services/stripe/products/products.shared.js +13 -0
  197. package/lib/services/traders/pods/api/api.class.d.ts +11 -0
  198. package/lib/services/traders/pods/api/api.d.ts +11 -0
  199. package/lib/services/traders/pods/api/api.schema.d.ts +5149 -0
  200. package/lib/services/traders/pods/api/api.shared.d.ts +13 -0
  201. package/lib/services/traders/pods/api/api.shared.js +13 -0
  202. package/lib/services/traders/pods/blob/blob.class.d.ts +26 -0
  203. package/lib/services/traders/pods/blob/blob.d.ts +9 -0
  204. package/lib/services/traders/pods/blob/blob.shared.d.ts +13 -0
  205. package/lib/services/traders/pods/blob/blob.shared.js +13 -0
  206. package/lib/services/traders/pods/events/events.class.d.ts +11 -0
  207. package/lib/services/traders/pods/events/events.d.ts +11 -0
  208. package/lib/services/traders/pods/events/events.schema.d.ts +531 -0
  209. package/lib/services/traders/pods/events/events.shared.d.ts +13 -0
  210. package/lib/services/traders/pods/events/events.shared.js +13 -0
  211. package/lib/services/traders/pods/pods.class.d.ts +11 -0
  212. package/lib/services/traders/pods/pods.d.ts +11 -0
  213. package/lib/services/traders/pods/pods.schema.d.ts +3933 -0
  214. package/lib/services/traders/pods/pods.shared.d.ts +13 -0
  215. package/lib/services/traders/pods/pods.shared.js +13 -0
  216. package/lib/services/traders/pods/webhooks/webhooks.class.d.ts +11 -0
  217. package/lib/services/traders/pods/webhooks/webhooks.d.ts +11 -0
  218. package/lib/services/traders/pods/webhooks/webhooks.schema.d.ts +351 -0
  219. package/lib/services/traders/pods/webhooks/webhooks.shared.d.ts +13 -0
  220. package/lib/services/traders/pods/webhooks/webhooks.shared.js +13 -0
  221. package/lib/services/traders/traders.class.d.ts +11 -0
  222. package/lib/services/traders/traders.d.ts +11 -0
  223. package/lib/services/traders/traders.schema.d.ts +2825 -0
  224. package/lib/services/traders/traders.shared.d.ts +13 -0
  225. package/lib/services/traders/traders.shared.js +13 -0
  226. package/lib/services/users/users.class.d.ts +11 -0
  227. package/lib/services/users/users.d.ts +11 -0
  228. package/lib/services/users/users.helper.d.ts +9 -0
  229. package/lib/services/users/users.schema.d.ts +615 -0
  230. package/lib/services/users/users.shared.d.ts +13 -0
  231. package/lib/services/users/users.shared.js +13 -0
  232. package/lib/validators.d.ts +3 -0
  233. package/package.json +37 -0
  234. package/readme.md +41 -0
@@ -0,0 +1,3933 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../../declarations';
3
+ import type { TradersPodsService } from './pods.class';
4
+ export declare const tradersPodsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
7
+ trader: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
8
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
9
+ name: import("@feathersjs/typebox").TAny;
10
+ createdAt: import("@feathersjs/typebox").TAny;
11
+ updatedAt: import("@feathersjs/typebox").TAny;
12
+ userId: import("@feathersjs/typebox").TAny;
13
+ which: import("@feathersjs/typebox").TString<string>;
14
+ exchange: import("@feathersjs/typebox").TAny;
15
+ exchangeId: import("@feathersjs/typebox").TAny;
16
+ key: import("@feathersjs/typebox").TString<string>;
17
+ secret: import("@feathersjs/typebox").TString<string>;
18
+ connected: import("@feathersjs/typebox").TBoolean;
19
+ stake_currency: import("@feathersjs/typebox").TString<string>;
20
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
21
+ dry_run: import("@feathersjs/typebox").TBoolean;
22
+ handling: import("@feathersjs/typebox").TString<string>;
23
+ initial_state: import("@feathersjs/typebox").TString<string>;
24
+ pairlists: import("@feathersjs/typebox").TAny;
25
+ strategy: import("@feathersjs/typebox").TAny;
26
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
27
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
28
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
29
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
30
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
31
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
32
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
33
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
34
+ }>>;
35
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
36
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
37
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
38
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
39
+ buy: import("@feathersjs/typebox").TNumber;
40
+ sell: import("@feathersjs/typebox").TNumber;
41
+ }>>;
42
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
43
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
44
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
45
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
46
+ enabled: import("@feathersjs/typebox").TBoolean;
47
+ format: import("@feathersjs/typebox").TString<string>;
48
+ url: import("@feathersjs/typebox").TString<string>;
49
+ webhookstatus: import("@feathersjs/typebox").TObject<{
50
+ event: import("@feathersjs/typebox").TString<string>;
51
+ status: import("@feathersjs/typebox").TString<string>;
52
+ traderId: import("@feathersjs/typebox").TAny;
53
+ userId: import("@feathersjs/typebox").TString<string>;
54
+ }>;
55
+ webhookbuy: import("@feathersjs/typebox").TObject<{
56
+ event: import("@feathersjs/typebox").TString<string>;
57
+ traderId: import("@feathersjs/typebox").TAny;
58
+ userId: import("@feathersjs/typebox").TString<string>;
59
+ pair: import("@feathersjs/typebox").TString<string>;
60
+ limit: import("@feathersjs/typebox").TString<string>;
61
+ stake_amount: import("@feathersjs/typebox").TString<string>;
62
+ stake_currency: import("@feathersjs/typebox").TString<string>;
63
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
64
+ }>;
65
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
66
+ event: import("@feathersjs/typebox").TString<string>;
67
+ traderId: import("@feathersjs/typebox").TAny;
68
+ userId: import("@feathersjs/typebox").TString<string>;
69
+ pair: import("@feathersjs/typebox").TString<string>;
70
+ limit: import("@feathersjs/typebox").TString<string>;
71
+ stake_amount: import("@feathersjs/typebox").TString<string>;
72
+ stake_currency: import("@feathersjs/typebox").TString<string>;
73
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
74
+ }>;
75
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
76
+ event: import("@feathersjs/typebox").TString<string>;
77
+ userId: import("@feathersjs/typebox").TString<string>;
78
+ traderId: import("@feathersjs/typebox").TAny;
79
+ trade_id: import("@feathersjs/typebox").TString<string>;
80
+ pair: import("@feathersjs/typebox").TString<string>;
81
+ open_rate: import("@feathersjs/typebox").TString<string>;
82
+ amount: import("@feathersjs/typebox").TString<string>;
83
+ open_date: import("@feathersjs/typebox").TString<string>;
84
+ stake_amount: import("@feathersjs/typebox").TString<string>;
85
+ stake_currency: import("@feathersjs/typebox").TString<string>;
86
+ }>;
87
+ webhooksell: import("@feathersjs/typebox").TObject<{
88
+ event: import("@feathersjs/typebox").TString<string>;
89
+ traderId: import("@feathersjs/typebox").TAny;
90
+ userId: import("@feathersjs/typebox").TString<string>;
91
+ trade_id: import("@feathersjs/typebox").TString<string>;
92
+ pair: import("@feathersjs/typebox").TString<string>;
93
+ gain: import("@feathersjs/typebox").TString<string>;
94
+ amount: import("@feathersjs/typebox").TString<string>;
95
+ limit: import("@feathersjs/typebox").TString<string>;
96
+ stake_currency: import("@feathersjs/typebox").TString<string>;
97
+ profit_amount: import("@feathersjs/typebox").TString<string>;
98
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
99
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
100
+ open_date: import("@feathersjs/typebox").TString<string>;
101
+ close_date: import("@feathersjs/typebox").TString<string>;
102
+ sell_reason: import("@feathersjs/typebox").TString<string>;
103
+ order_type: import("@feathersjs/typebox").TString<string>;
104
+ }>;
105
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
106
+ event: import("@feathersjs/typebox").TString<string>;
107
+ traderId: import("@feathersjs/typebox").TAny;
108
+ userId: import("@feathersjs/typebox").TString<string>;
109
+ pair: import("@feathersjs/typebox").TString<string>;
110
+ limit: import("@feathersjs/typebox").TString<string>;
111
+ profit_amount: import("@feathersjs/typebox").TString<string>;
112
+ stake_currency: import("@feathersjs/typebox").TString<string>;
113
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
114
+ }>;
115
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
116
+ event: import("@feathersjs/typebox").TString<string>;
117
+ traderId: import("@feathersjs/typebox").TAny;
118
+ userId: import("@feathersjs/typebox").TString<string>;
119
+ pair: import("@feathersjs/typebox").TString<string>;
120
+ close_rate: import("@feathersjs/typebox").TString<string>;
121
+ }>;
122
+ }>>;
123
+ bid_strategy: import("@feathersjs/typebox").TObject<{
124
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
125
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
126
+ use_order_book: import("@feathersjs/typebox").TBoolean;
127
+ order_book_top: import("@feathersjs/typebox").TInteger;
128
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
129
+ enabled: import("@feathersjs/typebox").TBoolean;
130
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
131
+ }>;
132
+ }>;
133
+ ask_strategy: import("@feathersjs/typebox").TObject<{
134
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
135
+ use_order_book: import("@feathersjs/typebox").TBoolean;
136
+ order_book_min: import("@feathersjs/typebox").TInteger;
137
+ order_book_max: import("@feathersjs/typebox").TInteger;
138
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
139
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
140
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
141
+ }>;
142
+ api_server: import("@feathersjs/typebox").TObject<{
143
+ enabled: import("@feathersjs/typebox").TBoolean;
144
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
145
+ listen_port: import("@feathersjs/typebox").TNumber;
146
+ verbosity: import("@feathersjs/typebox").TString<string>;
147
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
148
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
149
+ username: import("@feathersjs/typebox").TString<string>;
150
+ password: import("@feathersjs/typebox").TString<string>;
151
+ }>;
152
+ pod: import("@feathersjs/typebox").TString<string>;
153
+ host: import("@feathersjs/typebox").TString<string>;
154
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
155
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
156
+ "traders/pods": import("@feathersjs/typebox").TAny;
157
+ }>>>;
158
+ exchange: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
159
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
160
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
161
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
162
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
163
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
164
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
165
+ size: import("@feathersjs/typebox").TString<string>;
166
+ pairs: import("@feathersjs/typebox").TObject<{}>;
167
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
168
+ updatedAt: import("@feathersjs/typebox").TAny;
169
+ }>>;
170
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
171
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
172
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
173
+ symbol: import("@feathersjs/typebox").TString<string>;
174
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
175
+ fiat: import("@feathersjs/typebox").TNumber;
176
+ }>>;
177
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
178
+ sum: import("@feathersjs/typebox").TAny;
179
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
180
+ quotation: import("@feathersjs/typebox").TAny;
181
+ updatedAt: import("@feathersjs/typebox").TAny;
182
+ }>>;
183
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
184
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
185
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
186
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
187
+ left: import("@feathersjs/typebox").TString<string>;
188
+ right: import("@feathersjs/typebox").TString<string>;
189
+ }>>>;
190
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
191
+ left: import("@feathersjs/typebox").TString<string>;
192
+ right: import("@feathersjs/typebox").TString<string>;
193
+ }>>>;
194
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
195
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
196
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
197
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
198
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
199
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
200
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
201
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
202
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
203
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
204
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
205
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
206
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
207
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
208
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
209
+ }>>>;
210
+ exchangeId: import("@feathersjs/typebox").TString<string>;
211
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
212
+ strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
213
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
214
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
215
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
216
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
217
+ name: import("@feathersjs/typebox").TAny;
218
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
219
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
220
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
221
+ minutes: import("@feathersjs/typebox").TNumber;
222
+ profit: import("@feathersjs/typebox").TNumber;
223
+ }>>>;
224
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
225
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
226
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
227
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
228
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
229
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
230
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
231
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
232
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
233
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
234
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
235
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
236
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
237
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
238
+ }>>;
239
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
240
+ enabled: import("@feathersjs/typebox").TBoolean;
241
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
242
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
243
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
244
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
245
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
246
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
247
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
248
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
249
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
250
+ }>>>;
251
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
252
+ indicator: import("@feathersjs/typebox").TString<string>;
253
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
254
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
255
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
256
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
257
+ }>>>;
258
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
259
+ indicator: import("@feathersjs/typebox").TString<string>;
260
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
261
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
262
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
263
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
264
+ }>>>;
265
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
266
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
267
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
268
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
269
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
270
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
271
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
272
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
273
+ name: import("@feathersjs/typebox").TAny;
274
+ createdAt: import("@feathersjs/typebox").TAny;
275
+ updatedAt: import("@feathersjs/typebox").TAny;
276
+ userId: import("@feathersjs/typebox").TAny;
277
+ which: import("@feathersjs/typebox").TString<string>;
278
+ exchange: import("@feathersjs/typebox").TAny;
279
+ exchangeId: import("@feathersjs/typebox").TAny;
280
+ key: import("@feathersjs/typebox").TString<string>;
281
+ secret: import("@feathersjs/typebox").TString<string>;
282
+ connected: import("@feathersjs/typebox").TBoolean;
283
+ stake_currency: import("@feathersjs/typebox").TString<string>;
284
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
285
+ dry_run: import("@feathersjs/typebox").TBoolean;
286
+ handling: import("@feathersjs/typebox").TString<string>;
287
+ initial_state: import("@feathersjs/typebox").TString<string>;
288
+ pairlists: import("@feathersjs/typebox").TAny;
289
+ strategy: import("@feathersjs/typebox").TAny;
290
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
291
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
292
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
293
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
294
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
295
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
296
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
297
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
298
+ }>>;
299
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
300
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
301
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
302
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
303
+ buy: import("@feathersjs/typebox").TNumber;
304
+ sell: import("@feathersjs/typebox").TNumber;
305
+ }>>;
306
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
307
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
308
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
309
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
310
+ enabled: import("@feathersjs/typebox").TBoolean;
311
+ format: import("@feathersjs/typebox").TString<string>;
312
+ url: import("@feathersjs/typebox").TString<string>;
313
+ webhookstatus: import("@feathersjs/typebox").TObject<{
314
+ event: import("@feathersjs/typebox").TString<string>;
315
+ status: import("@feathersjs/typebox").TString<string>;
316
+ traderId: import("@feathersjs/typebox").TAny;
317
+ userId: import("@feathersjs/typebox").TString<string>;
318
+ }>;
319
+ webhookbuy: import("@feathersjs/typebox").TObject<{
320
+ event: import("@feathersjs/typebox").TString<string>;
321
+ traderId: import("@feathersjs/typebox").TAny;
322
+ userId: import("@feathersjs/typebox").TString<string>;
323
+ pair: import("@feathersjs/typebox").TString<string>;
324
+ limit: import("@feathersjs/typebox").TString<string>;
325
+ stake_amount: import("@feathersjs/typebox").TString<string>;
326
+ stake_currency: import("@feathersjs/typebox").TString<string>;
327
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
328
+ }>;
329
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
330
+ event: import("@feathersjs/typebox").TString<string>;
331
+ traderId: import("@feathersjs/typebox").TAny;
332
+ userId: import("@feathersjs/typebox").TString<string>;
333
+ pair: import("@feathersjs/typebox").TString<string>;
334
+ limit: import("@feathersjs/typebox").TString<string>;
335
+ stake_amount: import("@feathersjs/typebox").TString<string>;
336
+ stake_currency: import("@feathersjs/typebox").TString<string>;
337
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
338
+ }>;
339
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
340
+ event: import("@feathersjs/typebox").TString<string>;
341
+ userId: import("@feathersjs/typebox").TString<string>;
342
+ traderId: import("@feathersjs/typebox").TAny;
343
+ trade_id: import("@feathersjs/typebox").TString<string>;
344
+ pair: import("@feathersjs/typebox").TString<string>;
345
+ open_rate: import("@feathersjs/typebox").TString<string>;
346
+ amount: import("@feathersjs/typebox").TString<string>;
347
+ open_date: import("@feathersjs/typebox").TString<string>;
348
+ stake_amount: import("@feathersjs/typebox").TString<string>;
349
+ stake_currency: import("@feathersjs/typebox").TString<string>;
350
+ }>;
351
+ webhooksell: import("@feathersjs/typebox").TObject<{
352
+ event: import("@feathersjs/typebox").TString<string>;
353
+ traderId: import("@feathersjs/typebox").TAny;
354
+ userId: import("@feathersjs/typebox").TString<string>;
355
+ trade_id: import("@feathersjs/typebox").TString<string>;
356
+ pair: import("@feathersjs/typebox").TString<string>;
357
+ gain: import("@feathersjs/typebox").TString<string>;
358
+ amount: import("@feathersjs/typebox").TString<string>;
359
+ limit: import("@feathersjs/typebox").TString<string>;
360
+ stake_currency: import("@feathersjs/typebox").TString<string>;
361
+ profit_amount: import("@feathersjs/typebox").TString<string>;
362
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
363
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
364
+ open_date: import("@feathersjs/typebox").TString<string>;
365
+ close_date: import("@feathersjs/typebox").TString<string>;
366
+ sell_reason: import("@feathersjs/typebox").TString<string>;
367
+ order_type: import("@feathersjs/typebox").TString<string>;
368
+ }>;
369
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
370
+ event: import("@feathersjs/typebox").TString<string>;
371
+ traderId: import("@feathersjs/typebox").TAny;
372
+ userId: import("@feathersjs/typebox").TString<string>;
373
+ pair: import("@feathersjs/typebox").TString<string>;
374
+ limit: import("@feathersjs/typebox").TString<string>;
375
+ profit_amount: import("@feathersjs/typebox").TString<string>;
376
+ stake_currency: import("@feathersjs/typebox").TString<string>;
377
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
378
+ }>;
379
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
380
+ event: import("@feathersjs/typebox").TString<string>;
381
+ traderId: import("@feathersjs/typebox").TAny;
382
+ userId: import("@feathersjs/typebox").TString<string>;
383
+ pair: import("@feathersjs/typebox").TString<string>;
384
+ close_rate: import("@feathersjs/typebox").TString<string>;
385
+ }>;
386
+ }>>;
387
+ bid_strategy: import("@feathersjs/typebox").TObject<{
388
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
389
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
390
+ use_order_book: import("@feathersjs/typebox").TBoolean;
391
+ order_book_top: import("@feathersjs/typebox").TInteger;
392
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
393
+ enabled: import("@feathersjs/typebox").TBoolean;
394
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
395
+ }>;
396
+ }>;
397
+ ask_strategy: import("@feathersjs/typebox").TObject<{
398
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
399
+ use_order_book: import("@feathersjs/typebox").TBoolean;
400
+ order_book_min: import("@feathersjs/typebox").TInteger;
401
+ order_book_max: import("@feathersjs/typebox").TInteger;
402
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
403
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
404
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
405
+ }>;
406
+ api_server: import("@feathersjs/typebox").TObject<{
407
+ enabled: import("@feathersjs/typebox").TBoolean;
408
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
409
+ listen_port: import("@feathersjs/typebox").TNumber;
410
+ verbosity: import("@feathersjs/typebox").TString<string>;
411
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
412
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
413
+ username: import("@feathersjs/typebox").TString<string>;
414
+ password: import("@feathersjs/typebox").TString<string>;
415
+ }>;
416
+ pod: import("@feathersjs/typebox").TString<string>;
417
+ host: import("@feathersjs/typebox").TString<string>;
418
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
419
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
420
+ "traders/pods": import("@feathersjs/typebox").TAny;
421
+ }>>>>;
422
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
423
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
424
+ name: import("@feathersjs/typebox").TString<string>;
425
+ type: import("@feathersjs/typebox").TString<string>;
426
+ description: import("@feathersjs/typebox").TString<string>;
427
+ createdAt: import("@feathersjs/typebox").TAny;
428
+ values: import("@feathersjs/typebox").TAny;
429
+ }>>>;
430
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
431
+ }>>>;
432
+ pod: import("@feathersjs/typebox").TAny;
433
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
434
+ stop: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
435
+ options: import("@feathersjs/typebox").TAny;
436
+ }>;
437
+ export type TradersPods = Static<typeof tradersPodsSchema>;
438
+ export declare const tradersPodsValidator: import("@feathersjs/schema").Validator<any, any>;
439
+ export declare const tradersPodsResolver: import("@feathersjs/schema").Resolver<{
440
+ host?: string | undefined;
441
+ stop?: boolean | undefined;
442
+ provider: "docker";
443
+ _id: string | {};
444
+ options: any;
445
+ strategyId: string | {};
446
+ exchangeId: string;
447
+ exchange: Partial<{
448
+ password?: string | undefined;
449
+ name?: any;
450
+ apiKey?: string | undefined;
451
+ secret?: string | undefined;
452
+ key?: string | undefined;
453
+ avatar?: any;
454
+ createdAt?: any;
455
+ updatedAt?: any;
456
+ userId?: string | {} | undefined;
457
+ which?: string | undefined;
458
+ connected?: boolean | undefined;
459
+ downloaded?: {
460
+ updatedAt: any;
461
+ size: string;
462
+ pairs: {};
463
+ sizes: any[];
464
+ } | undefined;
465
+ ccxt_config?: any;
466
+ balances?: {
467
+ total?: any;
468
+ errors?: any;
469
+ updatedAt: any;
470
+ items: {
471
+ total?: number | undefined;
472
+ symbol: string;
473
+ fiat: number;
474
+ }[];
475
+ sum: any;
476
+ quotation: any;
477
+ } | undefined;
478
+ tags?: any;
479
+ background?: any;
480
+ blacklist?: {
481
+ left: string;
482
+ right: string;
483
+ }[] | undefined;
484
+ whitelist?: {
485
+ left: string;
486
+ right: string;
487
+ }[] | undefined;
488
+ ccxt_async_config?: any;
489
+ requiredCredentials?: any;
490
+ uid?: string | undefined;
491
+ login?: string | undefined;
492
+ twofa?: string | undefined;
493
+ privateKey?: string | undefined;
494
+ walletAddress?: string | undefined;
495
+ token?: string | undefined;
496
+ __v?: any;
497
+ _id: string | {};
498
+ }>;
499
+ strategy: Partial<{
500
+ _id?: string | {} | undefined;
501
+ createdAt?: any;
502
+ updatedAt?: any;
503
+ 'strategies/templates'?: {
504
+ _id?: string | {} | undefined;
505
+ values: any;
506
+ name: string;
507
+ createdAt: any;
508
+ description: string;
509
+ type: string;
510
+ } | undefined;
511
+ traders?: {
512
+ dry_run_wallet?: number | undefined;
513
+ max_open_trades?: number | undefined;
514
+ plugins?: {
515
+ number_assets?: number | undefined;
516
+ refresh_period?: number | undefined;
517
+ sortByPerformance?: boolean | undefined;
518
+ ignoreLowValue?: boolean | undefined;
519
+ removeRecentlyListed?: boolean | undefined;
520
+ removeRecentlyListedDays?: number | undefined;
521
+ } | undefined;
522
+ fiat_display_currency?: string | undefined;
523
+ unfilledtimeout?: {
524
+ buy: number;
525
+ sell: number;
526
+ } | undefined;
527
+ cancel_open_orders_on_exit?: boolean | undefined;
528
+ running?: boolean | undefined;
529
+ tradable_balance_ratio?: number | undefined;
530
+ webhook?: {
531
+ url: string;
532
+ format: string;
533
+ enabled: boolean;
534
+ webhookstatus: {
535
+ traderId: any;
536
+ event: string;
537
+ status: string;
538
+ userId: string;
539
+ };
540
+ webhookbuy: {
541
+ limit: string;
542
+ traderId: any;
543
+ stake_amount: string;
544
+ stake_currency: string;
545
+ event: string;
546
+ userId: string;
547
+ pair: string;
548
+ fiat_currency: string;
549
+ };
550
+ webhookbuycancel: {
551
+ limit: string;
552
+ traderId: any;
553
+ stake_amount: string;
554
+ stake_currency: string;
555
+ event: string;
556
+ userId: string;
557
+ pair: string;
558
+ fiat_currency: string;
559
+ };
560
+ webhookbuyfill: {
561
+ traderId: any;
562
+ stake_amount: string;
563
+ stake_currency: string;
564
+ event: string;
565
+ userId: string;
566
+ pair: string;
567
+ trade_id: string;
568
+ open_rate: string;
569
+ amount: string;
570
+ open_date: string;
571
+ };
572
+ webhooksell: {
573
+ limit: string;
574
+ traderId: any;
575
+ stake_currency: string;
576
+ event: string;
577
+ userId: string;
578
+ pair: string;
579
+ fiat_currency: string;
580
+ trade_id: string;
581
+ amount: string;
582
+ open_date: string;
583
+ gain: string;
584
+ profit_amount: string;
585
+ profit_ratio: string;
586
+ close_date: string;
587
+ sell_reason: string;
588
+ order_type: string;
589
+ };
590
+ webhooksellcancel: {
591
+ limit: string;
592
+ traderId: any;
593
+ stake_currency: string;
594
+ event: string;
595
+ userId: string;
596
+ pair: string;
597
+ profit_amount: string;
598
+ profit_ratio: string;
599
+ };
600
+ webhooksellfill: {
601
+ traderId: any;
602
+ event: string;
603
+ userId: string;
604
+ pair: string;
605
+ close_rate: string;
606
+ };
607
+ } | undefined;
608
+ host: string;
609
+ name: any;
610
+ provider: "docker";
611
+ strategies: string[];
612
+ secret: string;
613
+ key: string;
614
+ _id: string | {};
615
+ createdAt: any;
616
+ updatedAt: any;
617
+ "traders/pods": any;
618
+ strategyId: string | {};
619
+ stake_amount: string | number;
620
+ stake_currency: string;
621
+ exchangeId: any;
622
+ userId: any;
623
+ which: string;
624
+ exchange: any;
625
+ connected: boolean;
626
+ dry_run: boolean;
627
+ handling: string;
628
+ initial_state: string;
629
+ pairlists: any;
630
+ strategy: any;
631
+ bid_strategy: {
632
+ price_side: "bid";
633
+ ask_last_balance: number;
634
+ use_order_book: boolean;
635
+ order_book_top: number;
636
+ check_depth_of_market: {
637
+ enabled: boolean;
638
+ bids_to_ask_delta: number;
639
+ };
640
+ };
641
+ ask_strategy: {
642
+ price_side: "ask";
643
+ use_order_book: boolean;
644
+ order_book_min: number;
645
+ order_book_max: number;
646
+ exit_sell_signal: boolean;
647
+ exit_profit_only: boolean;
648
+ ignore_roi_if_entry_signal: boolean;
649
+ };
650
+ api_server: {
651
+ password: string;
652
+ enabled: boolean;
653
+ listen_ip_address: string;
654
+ listen_port: number;
655
+ verbosity: string;
656
+ jwt_secret_key: string;
657
+ CORS_origins: string[];
658
+ username: string;
659
+ };
660
+ pod: string;
661
+ }[] | undefined;
662
+ stoploss?: number | undefined;
663
+ minimal_roi?: {
664
+ minutes: number;
665
+ profit: number;
666
+ }[] | undefined;
667
+ results?: unknown;
668
+ userId?: string | {} | undefined;
669
+ exit_sell_signal?: boolean | undefined;
670
+ exit_profit_only?: boolean | undefined;
671
+ file?: any;
672
+ templateId?: string | {} | undefined;
673
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
674
+ exit_profit_offset?: number | undefined;
675
+ timeinforce?: unknown;
676
+ order_types?: {
677
+ stoploss?: string | undefined;
678
+ buy?: "Limit" | "Market" | undefined;
679
+ sell?: "Limit" | "Market" | undefined;
680
+ emergencysell?: "Limit" | "Market" | undefined;
681
+ forcebuy?: "Limit" | "Market" | undefined;
682
+ forcesell?: "Limit" | "Market" | undefined;
683
+ stoploss_on_exchange?: boolean | undefined;
684
+ stoploss_on_exchange_interval?: number | undefined;
685
+ stoploss_on_exchange_limit_ratio?: number | undefined;
686
+ } | undefined;
687
+ protections?: {
688
+ stop_duration_candles?: number | undefined;
689
+ stop_duration_in_seconds?: unknown;
690
+ lookback_period_candles?: unknown;
691
+ trade_limit?: unknown;
692
+ required_profit?: unknown;
693
+ max_allowed_drawdown?: unknown;
694
+ only_per_pair?: unknown;
695
+ enabled: boolean;
696
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
697
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
698
+ }[] | undefined;
699
+ buywhen?: {
700
+ value?: number | undefined;
701
+ indicator2?: string | undefined;
702
+ type: "number" | "indicator";
703
+ indicator: string;
704
+ condition: ">" | "<" | "==";
705
+ }[] | undefined;
706
+ sellwhen?: {
707
+ value?: number | undefined;
708
+ indicator2?: string | undefined;
709
+ type: "number" | "indicator";
710
+ indicator: string;
711
+ condition: ">" | "<" | "==";
712
+ }[] | undefined;
713
+ indicators?: unknown[] | undefined;
714
+ code?: unknown;
715
+ configured?: boolean | undefined;
716
+ name: any;
717
+ 'strategies/indicators': any;
718
+ }>;
719
+ pod: any;
720
+ trader: Partial<{
721
+ dry_run_wallet?: number | undefined;
722
+ max_open_trades?: number | undefined;
723
+ plugins?: {
724
+ number_assets?: number | undefined;
725
+ refresh_period?: number | undefined;
726
+ sortByPerformance?: boolean | undefined;
727
+ ignoreLowValue?: boolean | undefined;
728
+ removeRecentlyListed?: boolean | undefined;
729
+ removeRecentlyListedDays?: number | undefined;
730
+ } | undefined;
731
+ fiat_display_currency?: string | undefined;
732
+ unfilledtimeout?: {
733
+ buy: number;
734
+ sell: number;
735
+ } | undefined;
736
+ cancel_open_orders_on_exit?: boolean | undefined;
737
+ running?: boolean | undefined;
738
+ tradable_balance_ratio?: number | undefined;
739
+ webhook?: {
740
+ url: string;
741
+ format: string;
742
+ enabled: boolean;
743
+ webhookstatus: {
744
+ traderId: any;
745
+ event: string;
746
+ status: string;
747
+ userId: string;
748
+ };
749
+ webhookbuy: {
750
+ limit: string;
751
+ traderId: any;
752
+ stake_amount: string;
753
+ stake_currency: string;
754
+ event: string;
755
+ userId: string;
756
+ pair: string;
757
+ fiat_currency: string;
758
+ };
759
+ webhookbuycancel: {
760
+ limit: string;
761
+ traderId: any;
762
+ stake_amount: string;
763
+ stake_currency: string;
764
+ event: string;
765
+ userId: string;
766
+ pair: string;
767
+ fiat_currency: string;
768
+ };
769
+ webhookbuyfill: {
770
+ traderId: any;
771
+ stake_amount: string;
772
+ stake_currency: string;
773
+ event: string;
774
+ userId: string;
775
+ pair: string;
776
+ trade_id: string;
777
+ open_rate: string;
778
+ amount: string;
779
+ open_date: string;
780
+ };
781
+ webhooksell: {
782
+ limit: string;
783
+ traderId: any;
784
+ stake_currency: string;
785
+ event: string;
786
+ userId: string;
787
+ pair: string;
788
+ fiat_currency: string;
789
+ trade_id: string;
790
+ amount: string;
791
+ open_date: string;
792
+ gain: string;
793
+ profit_amount: string;
794
+ profit_ratio: string;
795
+ close_date: string;
796
+ sell_reason: string;
797
+ order_type: string;
798
+ };
799
+ webhooksellcancel: {
800
+ limit: string;
801
+ traderId: any;
802
+ stake_currency: string;
803
+ event: string;
804
+ userId: string;
805
+ pair: string;
806
+ profit_amount: string;
807
+ profit_ratio: string;
808
+ };
809
+ webhooksellfill: {
810
+ traderId: any;
811
+ event: string;
812
+ userId: string;
813
+ pair: string;
814
+ close_rate: string;
815
+ };
816
+ } | undefined;
817
+ host: string;
818
+ name: any;
819
+ provider: "docker";
820
+ strategies: string[];
821
+ secret: string;
822
+ key: string;
823
+ _id: string | {};
824
+ createdAt: any;
825
+ updatedAt: any;
826
+ "traders/pods": any;
827
+ strategyId: string | {};
828
+ stake_amount: string | number;
829
+ stake_currency: string;
830
+ exchangeId: any;
831
+ userId: any;
832
+ which: string;
833
+ exchange: any;
834
+ connected: boolean;
835
+ dry_run: boolean;
836
+ handling: string;
837
+ initial_state: string;
838
+ pairlists: any;
839
+ strategy: any;
840
+ bid_strategy: {
841
+ price_side: "bid";
842
+ ask_last_balance: number;
843
+ use_order_book: boolean;
844
+ order_book_top: number;
845
+ check_depth_of_market: {
846
+ enabled: boolean;
847
+ bids_to_ask_delta: number;
848
+ };
849
+ };
850
+ ask_strategy: {
851
+ price_side: "ask";
852
+ use_order_book: boolean;
853
+ order_book_min: number;
854
+ order_book_max: number;
855
+ exit_sell_signal: boolean;
856
+ exit_profit_only: boolean;
857
+ ignore_roi_if_entry_signal: boolean;
858
+ };
859
+ api_server: {
860
+ password: string;
861
+ enabled: boolean;
862
+ listen_ip_address: string;
863
+ listen_port: number;
864
+ verbosity: string;
865
+ jwt_secret_key: string;
866
+ CORS_origins: string[];
867
+ username: string;
868
+ };
869
+ pod: string;
870
+ }>;
871
+ }, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;
872
+ export declare const tradersPodsExternalResolver: import("@feathersjs/schema").Resolver<{
873
+ host?: string | undefined;
874
+ stop?: boolean | undefined;
875
+ provider: "docker";
876
+ _id: string | {};
877
+ options: any;
878
+ strategyId: string | {};
879
+ exchangeId: string;
880
+ exchange: Partial<{
881
+ password?: string | undefined;
882
+ name?: any;
883
+ apiKey?: string | undefined;
884
+ secret?: string | undefined;
885
+ key?: string | undefined;
886
+ avatar?: any;
887
+ createdAt?: any;
888
+ updatedAt?: any;
889
+ userId?: string | {} | undefined;
890
+ which?: string | undefined;
891
+ connected?: boolean | undefined;
892
+ downloaded?: {
893
+ updatedAt: any;
894
+ size: string;
895
+ pairs: {};
896
+ sizes: any[];
897
+ } | undefined;
898
+ ccxt_config?: any;
899
+ balances?: {
900
+ total?: any;
901
+ errors?: any;
902
+ updatedAt: any;
903
+ items: {
904
+ total?: number | undefined;
905
+ symbol: string;
906
+ fiat: number;
907
+ }[];
908
+ sum: any;
909
+ quotation: any;
910
+ } | undefined;
911
+ tags?: any;
912
+ background?: any;
913
+ blacklist?: {
914
+ left: string;
915
+ right: string;
916
+ }[] | undefined;
917
+ whitelist?: {
918
+ left: string;
919
+ right: string;
920
+ }[] | undefined;
921
+ ccxt_async_config?: any;
922
+ requiredCredentials?: any;
923
+ uid?: string | undefined;
924
+ login?: string | undefined;
925
+ twofa?: string | undefined;
926
+ privateKey?: string | undefined;
927
+ walletAddress?: string | undefined;
928
+ token?: string | undefined;
929
+ __v?: any;
930
+ _id: string | {};
931
+ }>;
932
+ strategy: Partial<{
933
+ _id?: string | {} | undefined;
934
+ createdAt?: any;
935
+ updatedAt?: any;
936
+ 'strategies/templates'?: {
937
+ _id?: string | {} | undefined;
938
+ values: any;
939
+ name: string;
940
+ createdAt: any;
941
+ description: string;
942
+ type: string;
943
+ } | undefined;
944
+ traders?: {
945
+ dry_run_wallet?: number | undefined;
946
+ max_open_trades?: number | undefined;
947
+ plugins?: {
948
+ number_assets?: number | undefined;
949
+ refresh_period?: number | undefined;
950
+ sortByPerformance?: boolean | undefined;
951
+ ignoreLowValue?: boolean | undefined;
952
+ removeRecentlyListed?: boolean | undefined;
953
+ removeRecentlyListedDays?: number | undefined;
954
+ } | undefined;
955
+ fiat_display_currency?: string | undefined;
956
+ unfilledtimeout?: {
957
+ buy: number;
958
+ sell: number;
959
+ } | undefined;
960
+ cancel_open_orders_on_exit?: boolean | undefined;
961
+ running?: boolean | undefined;
962
+ tradable_balance_ratio?: number | undefined;
963
+ webhook?: {
964
+ url: string;
965
+ format: string;
966
+ enabled: boolean;
967
+ webhookstatus: {
968
+ traderId: any;
969
+ event: string;
970
+ status: string;
971
+ userId: string;
972
+ };
973
+ webhookbuy: {
974
+ limit: string;
975
+ traderId: any;
976
+ stake_amount: string;
977
+ stake_currency: string;
978
+ event: string;
979
+ userId: string;
980
+ pair: string;
981
+ fiat_currency: string;
982
+ };
983
+ webhookbuycancel: {
984
+ limit: string;
985
+ traderId: any;
986
+ stake_amount: string;
987
+ stake_currency: string;
988
+ event: string;
989
+ userId: string;
990
+ pair: string;
991
+ fiat_currency: string;
992
+ };
993
+ webhookbuyfill: {
994
+ traderId: any;
995
+ stake_amount: string;
996
+ stake_currency: string;
997
+ event: string;
998
+ userId: string;
999
+ pair: string;
1000
+ trade_id: string;
1001
+ open_rate: string;
1002
+ amount: string;
1003
+ open_date: string;
1004
+ };
1005
+ webhooksell: {
1006
+ limit: string;
1007
+ traderId: any;
1008
+ stake_currency: string;
1009
+ event: string;
1010
+ userId: string;
1011
+ pair: string;
1012
+ fiat_currency: string;
1013
+ trade_id: string;
1014
+ amount: string;
1015
+ open_date: string;
1016
+ gain: string;
1017
+ profit_amount: string;
1018
+ profit_ratio: string;
1019
+ close_date: string;
1020
+ sell_reason: string;
1021
+ order_type: string;
1022
+ };
1023
+ webhooksellcancel: {
1024
+ limit: string;
1025
+ traderId: any;
1026
+ stake_currency: string;
1027
+ event: string;
1028
+ userId: string;
1029
+ pair: string;
1030
+ profit_amount: string;
1031
+ profit_ratio: string;
1032
+ };
1033
+ webhooksellfill: {
1034
+ traderId: any;
1035
+ event: string;
1036
+ userId: string;
1037
+ pair: string;
1038
+ close_rate: string;
1039
+ };
1040
+ } | undefined;
1041
+ host: string;
1042
+ name: any;
1043
+ provider: "docker";
1044
+ strategies: string[];
1045
+ secret: string;
1046
+ key: string;
1047
+ _id: string | {};
1048
+ createdAt: any;
1049
+ updatedAt: any;
1050
+ "traders/pods": any;
1051
+ strategyId: string | {};
1052
+ stake_amount: string | number;
1053
+ stake_currency: string;
1054
+ exchangeId: any;
1055
+ userId: any;
1056
+ which: string;
1057
+ exchange: any;
1058
+ connected: boolean;
1059
+ dry_run: boolean;
1060
+ handling: string;
1061
+ initial_state: string;
1062
+ pairlists: any;
1063
+ strategy: any;
1064
+ bid_strategy: {
1065
+ price_side: "bid";
1066
+ ask_last_balance: number;
1067
+ use_order_book: boolean;
1068
+ order_book_top: number;
1069
+ check_depth_of_market: {
1070
+ enabled: boolean;
1071
+ bids_to_ask_delta: number;
1072
+ };
1073
+ };
1074
+ ask_strategy: {
1075
+ price_side: "ask";
1076
+ use_order_book: boolean;
1077
+ order_book_min: number;
1078
+ order_book_max: number;
1079
+ exit_sell_signal: boolean;
1080
+ exit_profit_only: boolean;
1081
+ ignore_roi_if_entry_signal: boolean;
1082
+ };
1083
+ api_server: {
1084
+ password: string;
1085
+ enabled: boolean;
1086
+ listen_ip_address: string;
1087
+ listen_port: number;
1088
+ verbosity: string;
1089
+ jwt_secret_key: string;
1090
+ CORS_origins: string[];
1091
+ username: string;
1092
+ };
1093
+ pod: string;
1094
+ }[] | undefined;
1095
+ stoploss?: number | undefined;
1096
+ minimal_roi?: {
1097
+ minutes: number;
1098
+ profit: number;
1099
+ }[] | undefined;
1100
+ results?: unknown;
1101
+ userId?: string | {} | undefined;
1102
+ exit_sell_signal?: boolean | undefined;
1103
+ exit_profit_only?: boolean | undefined;
1104
+ file?: any;
1105
+ templateId?: string | {} | undefined;
1106
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
1107
+ exit_profit_offset?: number | undefined;
1108
+ timeinforce?: unknown;
1109
+ order_types?: {
1110
+ stoploss?: string | undefined;
1111
+ buy?: "Limit" | "Market" | undefined;
1112
+ sell?: "Limit" | "Market" | undefined;
1113
+ emergencysell?: "Limit" | "Market" | undefined;
1114
+ forcebuy?: "Limit" | "Market" | undefined;
1115
+ forcesell?: "Limit" | "Market" | undefined;
1116
+ stoploss_on_exchange?: boolean | undefined;
1117
+ stoploss_on_exchange_interval?: number | undefined;
1118
+ stoploss_on_exchange_limit_ratio?: number | undefined;
1119
+ } | undefined;
1120
+ protections?: {
1121
+ stop_duration_candles?: number | undefined;
1122
+ stop_duration_in_seconds?: unknown;
1123
+ lookback_period_candles?: unknown;
1124
+ trade_limit?: unknown;
1125
+ required_profit?: unknown;
1126
+ max_allowed_drawdown?: unknown;
1127
+ only_per_pair?: unknown;
1128
+ enabled: boolean;
1129
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
1130
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
1131
+ }[] | undefined;
1132
+ buywhen?: {
1133
+ value?: number | undefined;
1134
+ indicator2?: string | undefined;
1135
+ type: "number" | "indicator";
1136
+ indicator: string;
1137
+ condition: ">" | "<" | "==";
1138
+ }[] | undefined;
1139
+ sellwhen?: {
1140
+ value?: number | undefined;
1141
+ indicator2?: string | undefined;
1142
+ type: "number" | "indicator";
1143
+ indicator: string;
1144
+ condition: ">" | "<" | "==";
1145
+ }[] | undefined;
1146
+ indicators?: unknown[] | undefined;
1147
+ code?: unknown;
1148
+ configured?: boolean | undefined;
1149
+ name: any;
1150
+ 'strategies/indicators': any;
1151
+ }>;
1152
+ pod: any;
1153
+ trader: Partial<{
1154
+ dry_run_wallet?: number | undefined;
1155
+ max_open_trades?: number | undefined;
1156
+ plugins?: {
1157
+ number_assets?: number | undefined;
1158
+ refresh_period?: number | undefined;
1159
+ sortByPerformance?: boolean | undefined;
1160
+ ignoreLowValue?: boolean | undefined;
1161
+ removeRecentlyListed?: boolean | undefined;
1162
+ removeRecentlyListedDays?: number | undefined;
1163
+ } | undefined;
1164
+ fiat_display_currency?: string | undefined;
1165
+ unfilledtimeout?: {
1166
+ buy: number;
1167
+ sell: number;
1168
+ } | undefined;
1169
+ cancel_open_orders_on_exit?: boolean | undefined;
1170
+ running?: boolean | undefined;
1171
+ tradable_balance_ratio?: number | undefined;
1172
+ webhook?: {
1173
+ url: string;
1174
+ format: string;
1175
+ enabled: boolean;
1176
+ webhookstatus: {
1177
+ traderId: any;
1178
+ event: string;
1179
+ status: string;
1180
+ userId: string;
1181
+ };
1182
+ webhookbuy: {
1183
+ limit: string;
1184
+ traderId: any;
1185
+ stake_amount: string;
1186
+ stake_currency: string;
1187
+ event: string;
1188
+ userId: string;
1189
+ pair: string;
1190
+ fiat_currency: string;
1191
+ };
1192
+ webhookbuycancel: {
1193
+ limit: string;
1194
+ traderId: any;
1195
+ stake_amount: string;
1196
+ stake_currency: string;
1197
+ event: string;
1198
+ userId: string;
1199
+ pair: string;
1200
+ fiat_currency: string;
1201
+ };
1202
+ webhookbuyfill: {
1203
+ traderId: any;
1204
+ stake_amount: string;
1205
+ stake_currency: string;
1206
+ event: string;
1207
+ userId: string;
1208
+ pair: string;
1209
+ trade_id: string;
1210
+ open_rate: string;
1211
+ amount: string;
1212
+ open_date: string;
1213
+ };
1214
+ webhooksell: {
1215
+ limit: string;
1216
+ traderId: any;
1217
+ stake_currency: string;
1218
+ event: string;
1219
+ userId: string;
1220
+ pair: string;
1221
+ fiat_currency: string;
1222
+ trade_id: string;
1223
+ amount: string;
1224
+ open_date: string;
1225
+ gain: string;
1226
+ profit_amount: string;
1227
+ profit_ratio: string;
1228
+ close_date: string;
1229
+ sell_reason: string;
1230
+ order_type: string;
1231
+ };
1232
+ webhooksellcancel: {
1233
+ limit: string;
1234
+ traderId: any;
1235
+ stake_currency: string;
1236
+ event: string;
1237
+ userId: string;
1238
+ pair: string;
1239
+ profit_amount: string;
1240
+ profit_ratio: string;
1241
+ };
1242
+ webhooksellfill: {
1243
+ traderId: any;
1244
+ event: string;
1245
+ userId: string;
1246
+ pair: string;
1247
+ close_rate: string;
1248
+ };
1249
+ } | undefined;
1250
+ host: string;
1251
+ name: any;
1252
+ provider: "docker";
1253
+ strategies: string[];
1254
+ secret: string;
1255
+ key: string;
1256
+ _id: string | {};
1257
+ createdAt: any;
1258
+ updatedAt: any;
1259
+ "traders/pods": any;
1260
+ strategyId: string | {};
1261
+ stake_amount: string | number;
1262
+ stake_currency: string;
1263
+ exchangeId: any;
1264
+ userId: any;
1265
+ which: string;
1266
+ exchange: any;
1267
+ connected: boolean;
1268
+ dry_run: boolean;
1269
+ handling: string;
1270
+ initial_state: string;
1271
+ pairlists: any;
1272
+ strategy: any;
1273
+ bid_strategy: {
1274
+ price_side: "bid";
1275
+ ask_last_balance: number;
1276
+ use_order_book: boolean;
1277
+ order_book_top: number;
1278
+ check_depth_of_market: {
1279
+ enabled: boolean;
1280
+ bids_to_ask_delta: number;
1281
+ };
1282
+ };
1283
+ ask_strategy: {
1284
+ price_side: "ask";
1285
+ use_order_book: boolean;
1286
+ order_book_min: number;
1287
+ order_book_max: number;
1288
+ exit_sell_signal: boolean;
1289
+ exit_profit_only: boolean;
1290
+ ignore_roi_if_entry_signal: boolean;
1291
+ };
1292
+ api_server: {
1293
+ password: string;
1294
+ enabled: boolean;
1295
+ listen_ip_address: string;
1296
+ listen_port: number;
1297
+ verbosity: string;
1298
+ jwt_secret_key: string;
1299
+ CORS_origins: string[];
1300
+ username: string;
1301
+ };
1302
+ pod: string;
1303
+ }>;
1304
+ }, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;
1305
+ export declare const tradersPodsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
1306
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1307
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1308
+ trader: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1309
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1310
+ name: import("@feathersjs/typebox").TAny;
1311
+ createdAt: import("@feathersjs/typebox").TAny;
1312
+ updatedAt: import("@feathersjs/typebox").TAny;
1313
+ userId: import("@feathersjs/typebox").TAny;
1314
+ which: import("@feathersjs/typebox").TString<string>;
1315
+ exchange: import("@feathersjs/typebox").TAny;
1316
+ exchangeId: import("@feathersjs/typebox").TAny;
1317
+ key: import("@feathersjs/typebox").TString<string>;
1318
+ secret: import("@feathersjs/typebox").TString<string>;
1319
+ connected: import("@feathersjs/typebox").TBoolean;
1320
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1321
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
1322
+ dry_run: import("@feathersjs/typebox").TBoolean;
1323
+ handling: import("@feathersjs/typebox").TString<string>;
1324
+ initial_state: import("@feathersjs/typebox").TString<string>;
1325
+ pairlists: import("@feathersjs/typebox").TAny;
1326
+ strategy: import("@feathersjs/typebox").TAny;
1327
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1328
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1329
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1330
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1331
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1332
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1333
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1334
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1335
+ }>>;
1336
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1337
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1338
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1339
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1340
+ buy: import("@feathersjs/typebox").TNumber;
1341
+ sell: import("@feathersjs/typebox").TNumber;
1342
+ }>>;
1343
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1344
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1345
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1346
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1347
+ enabled: import("@feathersjs/typebox").TBoolean;
1348
+ format: import("@feathersjs/typebox").TString<string>;
1349
+ url: import("@feathersjs/typebox").TString<string>;
1350
+ webhookstatus: import("@feathersjs/typebox").TObject<{
1351
+ event: import("@feathersjs/typebox").TString<string>;
1352
+ status: import("@feathersjs/typebox").TString<string>;
1353
+ traderId: import("@feathersjs/typebox").TAny;
1354
+ userId: import("@feathersjs/typebox").TString<string>;
1355
+ }>;
1356
+ webhookbuy: import("@feathersjs/typebox").TObject<{
1357
+ event: import("@feathersjs/typebox").TString<string>;
1358
+ traderId: import("@feathersjs/typebox").TAny;
1359
+ userId: import("@feathersjs/typebox").TString<string>;
1360
+ pair: import("@feathersjs/typebox").TString<string>;
1361
+ limit: import("@feathersjs/typebox").TString<string>;
1362
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1363
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1364
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1365
+ }>;
1366
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
1367
+ event: import("@feathersjs/typebox").TString<string>;
1368
+ traderId: import("@feathersjs/typebox").TAny;
1369
+ userId: import("@feathersjs/typebox").TString<string>;
1370
+ pair: import("@feathersjs/typebox").TString<string>;
1371
+ limit: import("@feathersjs/typebox").TString<string>;
1372
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1373
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1374
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1375
+ }>;
1376
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
1377
+ event: import("@feathersjs/typebox").TString<string>;
1378
+ userId: import("@feathersjs/typebox").TString<string>;
1379
+ traderId: import("@feathersjs/typebox").TAny;
1380
+ trade_id: import("@feathersjs/typebox").TString<string>;
1381
+ pair: import("@feathersjs/typebox").TString<string>;
1382
+ open_rate: import("@feathersjs/typebox").TString<string>;
1383
+ amount: import("@feathersjs/typebox").TString<string>;
1384
+ open_date: import("@feathersjs/typebox").TString<string>;
1385
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1386
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1387
+ }>;
1388
+ webhooksell: import("@feathersjs/typebox").TObject<{
1389
+ event: import("@feathersjs/typebox").TString<string>;
1390
+ traderId: import("@feathersjs/typebox").TAny;
1391
+ userId: import("@feathersjs/typebox").TString<string>;
1392
+ trade_id: import("@feathersjs/typebox").TString<string>;
1393
+ pair: import("@feathersjs/typebox").TString<string>;
1394
+ gain: import("@feathersjs/typebox").TString<string>;
1395
+ amount: import("@feathersjs/typebox").TString<string>;
1396
+ limit: import("@feathersjs/typebox").TString<string>;
1397
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1398
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1399
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1400
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1401
+ open_date: import("@feathersjs/typebox").TString<string>;
1402
+ close_date: import("@feathersjs/typebox").TString<string>;
1403
+ sell_reason: import("@feathersjs/typebox").TString<string>;
1404
+ order_type: import("@feathersjs/typebox").TString<string>;
1405
+ }>;
1406
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
1407
+ event: import("@feathersjs/typebox").TString<string>;
1408
+ traderId: import("@feathersjs/typebox").TAny;
1409
+ userId: import("@feathersjs/typebox").TString<string>;
1410
+ pair: import("@feathersjs/typebox").TString<string>;
1411
+ limit: import("@feathersjs/typebox").TString<string>;
1412
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1413
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1414
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1415
+ }>;
1416
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
1417
+ event: import("@feathersjs/typebox").TString<string>;
1418
+ traderId: import("@feathersjs/typebox").TAny;
1419
+ userId: import("@feathersjs/typebox").TString<string>;
1420
+ pair: import("@feathersjs/typebox").TString<string>;
1421
+ close_rate: import("@feathersjs/typebox").TString<string>;
1422
+ }>;
1423
+ }>>;
1424
+ bid_strategy: import("@feathersjs/typebox").TObject<{
1425
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
1426
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
1427
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1428
+ order_book_top: import("@feathersjs/typebox").TInteger;
1429
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
1430
+ enabled: import("@feathersjs/typebox").TBoolean;
1431
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
1432
+ }>;
1433
+ }>;
1434
+ ask_strategy: import("@feathersjs/typebox").TObject<{
1435
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
1436
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1437
+ order_book_min: import("@feathersjs/typebox").TInteger;
1438
+ order_book_max: import("@feathersjs/typebox").TInteger;
1439
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
1440
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
1441
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
1442
+ }>;
1443
+ api_server: import("@feathersjs/typebox").TObject<{
1444
+ enabled: import("@feathersjs/typebox").TBoolean;
1445
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1446
+ listen_port: import("@feathersjs/typebox").TNumber;
1447
+ verbosity: import("@feathersjs/typebox").TString<string>;
1448
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1449
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1450
+ username: import("@feathersjs/typebox").TString<string>;
1451
+ password: import("@feathersjs/typebox").TString<string>;
1452
+ }>;
1453
+ pod: import("@feathersjs/typebox").TString<string>;
1454
+ host: import("@feathersjs/typebox").TString<string>;
1455
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1456
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1457
+ "traders/pods": import("@feathersjs/typebox").TAny;
1458
+ }>>>;
1459
+ exchange: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1460
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1461
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1462
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1463
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1464
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1465
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1466
+ size: import("@feathersjs/typebox").TString<string>;
1467
+ pairs: import("@feathersjs/typebox").TObject<{}>;
1468
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1469
+ updatedAt: import("@feathersjs/typebox").TAny;
1470
+ }>>;
1471
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1472
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1473
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1474
+ symbol: import("@feathersjs/typebox").TString<string>;
1475
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1476
+ fiat: import("@feathersjs/typebox").TNumber;
1477
+ }>>;
1478
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1479
+ sum: import("@feathersjs/typebox").TAny;
1480
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1481
+ quotation: import("@feathersjs/typebox").TAny;
1482
+ updatedAt: import("@feathersjs/typebox").TAny;
1483
+ }>>;
1484
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1485
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1486
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1487
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1488
+ left: import("@feathersjs/typebox").TString<string>;
1489
+ right: import("@feathersjs/typebox").TString<string>;
1490
+ }>>>;
1491
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1492
+ left: import("@feathersjs/typebox").TString<string>;
1493
+ right: import("@feathersjs/typebox").TString<string>;
1494
+ }>>>;
1495
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1496
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1497
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1498
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1499
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1500
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1501
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1502
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1503
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1504
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1505
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1506
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1507
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1508
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
1509
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1510
+ }>>>;
1511
+ exchangeId: import("@feathersjs/typebox").TString<string>;
1512
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1513
+ strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
1514
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1515
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1516
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1517
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
1518
+ name: import("@feathersjs/typebox").TAny;
1519
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
1520
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1521
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1522
+ minutes: import("@feathersjs/typebox").TNumber;
1523
+ profit: import("@feathersjs/typebox").TNumber;
1524
+ }>>>;
1525
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1526
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1527
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1528
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1529
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1530
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1531
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1532
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1533
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1534
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
1535
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1536
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1537
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1538
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1539
+ }>>;
1540
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1541
+ enabled: import("@feathersjs/typebox").TBoolean;
1542
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
1543
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
1544
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1545
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1546
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1547
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1548
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1549
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1550
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1551
+ }>>>;
1552
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1553
+ indicator: import("@feathersjs/typebox").TString<string>;
1554
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1555
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1556
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1557
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1558
+ }>>>;
1559
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1560
+ indicator: import("@feathersjs/typebox").TString<string>;
1561
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
1562
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
1563
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1564
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1565
+ }>>>;
1566
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
1567
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1568
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1569
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1570
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
1571
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1572
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1573
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1574
+ name: import("@feathersjs/typebox").TAny;
1575
+ createdAt: import("@feathersjs/typebox").TAny;
1576
+ updatedAt: import("@feathersjs/typebox").TAny;
1577
+ userId: import("@feathersjs/typebox").TAny;
1578
+ which: import("@feathersjs/typebox").TString<string>;
1579
+ exchange: import("@feathersjs/typebox").TAny;
1580
+ exchangeId: import("@feathersjs/typebox").TAny;
1581
+ key: import("@feathersjs/typebox").TString<string>;
1582
+ secret: import("@feathersjs/typebox").TString<string>;
1583
+ connected: import("@feathersjs/typebox").TBoolean;
1584
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1585
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
1586
+ dry_run: import("@feathersjs/typebox").TBoolean;
1587
+ handling: import("@feathersjs/typebox").TString<string>;
1588
+ initial_state: import("@feathersjs/typebox").TString<string>;
1589
+ pairlists: import("@feathersjs/typebox").TAny;
1590
+ strategy: import("@feathersjs/typebox").TAny;
1591
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1592
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1593
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1594
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1595
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1596
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1597
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1598
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1599
+ }>>;
1600
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1601
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1602
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1603
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1604
+ buy: import("@feathersjs/typebox").TNumber;
1605
+ sell: import("@feathersjs/typebox").TNumber;
1606
+ }>>;
1607
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1608
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1609
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1610
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1611
+ enabled: import("@feathersjs/typebox").TBoolean;
1612
+ format: import("@feathersjs/typebox").TString<string>;
1613
+ url: import("@feathersjs/typebox").TString<string>;
1614
+ webhookstatus: import("@feathersjs/typebox").TObject<{
1615
+ event: import("@feathersjs/typebox").TString<string>;
1616
+ status: import("@feathersjs/typebox").TString<string>;
1617
+ traderId: import("@feathersjs/typebox").TAny;
1618
+ userId: import("@feathersjs/typebox").TString<string>;
1619
+ }>;
1620
+ webhookbuy: import("@feathersjs/typebox").TObject<{
1621
+ event: import("@feathersjs/typebox").TString<string>;
1622
+ traderId: import("@feathersjs/typebox").TAny;
1623
+ userId: import("@feathersjs/typebox").TString<string>;
1624
+ pair: import("@feathersjs/typebox").TString<string>;
1625
+ limit: import("@feathersjs/typebox").TString<string>;
1626
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1627
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1628
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1629
+ }>;
1630
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
1631
+ event: import("@feathersjs/typebox").TString<string>;
1632
+ traderId: import("@feathersjs/typebox").TAny;
1633
+ userId: import("@feathersjs/typebox").TString<string>;
1634
+ pair: import("@feathersjs/typebox").TString<string>;
1635
+ limit: import("@feathersjs/typebox").TString<string>;
1636
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1637
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1638
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1639
+ }>;
1640
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
1641
+ event: import("@feathersjs/typebox").TString<string>;
1642
+ userId: import("@feathersjs/typebox").TString<string>;
1643
+ traderId: import("@feathersjs/typebox").TAny;
1644
+ trade_id: import("@feathersjs/typebox").TString<string>;
1645
+ pair: import("@feathersjs/typebox").TString<string>;
1646
+ open_rate: import("@feathersjs/typebox").TString<string>;
1647
+ amount: import("@feathersjs/typebox").TString<string>;
1648
+ open_date: import("@feathersjs/typebox").TString<string>;
1649
+ stake_amount: import("@feathersjs/typebox").TString<string>;
1650
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1651
+ }>;
1652
+ webhooksell: import("@feathersjs/typebox").TObject<{
1653
+ event: import("@feathersjs/typebox").TString<string>;
1654
+ traderId: import("@feathersjs/typebox").TAny;
1655
+ userId: import("@feathersjs/typebox").TString<string>;
1656
+ trade_id: import("@feathersjs/typebox").TString<string>;
1657
+ pair: import("@feathersjs/typebox").TString<string>;
1658
+ gain: import("@feathersjs/typebox").TString<string>;
1659
+ amount: import("@feathersjs/typebox").TString<string>;
1660
+ limit: import("@feathersjs/typebox").TString<string>;
1661
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1662
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1663
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
1664
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1665
+ open_date: import("@feathersjs/typebox").TString<string>;
1666
+ close_date: import("@feathersjs/typebox").TString<string>;
1667
+ sell_reason: import("@feathersjs/typebox").TString<string>;
1668
+ order_type: import("@feathersjs/typebox").TString<string>;
1669
+ }>;
1670
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
1671
+ event: import("@feathersjs/typebox").TString<string>;
1672
+ traderId: import("@feathersjs/typebox").TAny;
1673
+ userId: import("@feathersjs/typebox").TString<string>;
1674
+ pair: import("@feathersjs/typebox").TString<string>;
1675
+ limit: import("@feathersjs/typebox").TString<string>;
1676
+ profit_amount: import("@feathersjs/typebox").TString<string>;
1677
+ stake_currency: import("@feathersjs/typebox").TString<string>;
1678
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
1679
+ }>;
1680
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
1681
+ event: import("@feathersjs/typebox").TString<string>;
1682
+ traderId: import("@feathersjs/typebox").TAny;
1683
+ userId: import("@feathersjs/typebox").TString<string>;
1684
+ pair: import("@feathersjs/typebox").TString<string>;
1685
+ close_rate: import("@feathersjs/typebox").TString<string>;
1686
+ }>;
1687
+ }>>;
1688
+ bid_strategy: import("@feathersjs/typebox").TObject<{
1689
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
1690
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
1691
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1692
+ order_book_top: import("@feathersjs/typebox").TInteger;
1693
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
1694
+ enabled: import("@feathersjs/typebox").TBoolean;
1695
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
1696
+ }>;
1697
+ }>;
1698
+ ask_strategy: import("@feathersjs/typebox").TObject<{
1699
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
1700
+ use_order_book: import("@feathersjs/typebox").TBoolean;
1701
+ order_book_min: import("@feathersjs/typebox").TInteger;
1702
+ order_book_max: import("@feathersjs/typebox").TInteger;
1703
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
1704
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
1705
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
1706
+ }>;
1707
+ api_server: import("@feathersjs/typebox").TObject<{
1708
+ enabled: import("@feathersjs/typebox").TBoolean;
1709
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
1710
+ listen_port: import("@feathersjs/typebox").TNumber;
1711
+ verbosity: import("@feathersjs/typebox").TString<string>;
1712
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
1713
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1714
+ username: import("@feathersjs/typebox").TString<string>;
1715
+ password: import("@feathersjs/typebox").TString<string>;
1716
+ }>;
1717
+ pod: import("@feathersjs/typebox").TString<string>;
1718
+ host: import("@feathersjs/typebox").TString<string>;
1719
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
1720
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1721
+ "traders/pods": import("@feathersjs/typebox").TAny;
1722
+ }>>>>;
1723
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
1724
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1725
+ name: import("@feathersjs/typebox").TString<string>;
1726
+ type: import("@feathersjs/typebox").TString<string>;
1727
+ description: import("@feathersjs/typebox").TString<string>;
1728
+ createdAt: import("@feathersjs/typebox").TAny;
1729
+ values: import("@feathersjs/typebox").TAny;
1730
+ }>>>;
1731
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
1732
+ }>>>;
1733
+ pod: import("@feathersjs/typebox").TAny;
1734
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1735
+ stop: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1736
+ options: import("@feathersjs/typebox").TAny;
1737
+ }>, ["_id", "provider", "exchangeId", "strategyId"]>;
1738
+ export type TradersPodsData = Static<typeof tradersPodsDataSchema>;
1739
+ export declare const tradersPodsDataValidator: import("@feathersjs/schema").Validator<any, any>;
1740
+ export declare const tradersPodsDataResolver: import("@feathersjs/schema").Resolver<{
1741
+ host?: string | undefined;
1742
+ stop?: boolean | undefined;
1743
+ provider: "docker";
1744
+ _id: string | {};
1745
+ options: any;
1746
+ strategyId: string | {};
1747
+ exchangeId: string;
1748
+ exchange: Partial<{
1749
+ password?: string | undefined;
1750
+ name?: any;
1751
+ apiKey?: string | undefined;
1752
+ secret?: string | undefined;
1753
+ key?: string | undefined;
1754
+ avatar?: any;
1755
+ createdAt?: any;
1756
+ updatedAt?: any;
1757
+ userId?: string | {} | undefined;
1758
+ which?: string | undefined;
1759
+ connected?: boolean | undefined;
1760
+ downloaded?: {
1761
+ updatedAt: any;
1762
+ size: string;
1763
+ pairs: {};
1764
+ sizes: any[];
1765
+ } | undefined;
1766
+ ccxt_config?: any;
1767
+ balances?: {
1768
+ total?: any;
1769
+ errors?: any;
1770
+ updatedAt: any;
1771
+ items: {
1772
+ total?: number | undefined;
1773
+ symbol: string;
1774
+ fiat: number;
1775
+ }[];
1776
+ sum: any;
1777
+ quotation: any;
1778
+ } | undefined;
1779
+ tags?: any;
1780
+ background?: any;
1781
+ blacklist?: {
1782
+ left: string;
1783
+ right: string;
1784
+ }[] | undefined;
1785
+ whitelist?: {
1786
+ left: string;
1787
+ right: string;
1788
+ }[] | undefined;
1789
+ ccxt_async_config?: any;
1790
+ requiredCredentials?: any;
1791
+ uid?: string | undefined;
1792
+ login?: string | undefined;
1793
+ twofa?: string | undefined;
1794
+ privateKey?: string | undefined;
1795
+ walletAddress?: string | undefined;
1796
+ token?: string | undefined;
1797
+ __v?: any;
1798
+ _id: string | {};
1799
+ }>;
1800
+ strategy: Partial<{
1801
+ _id?: string | {} | undefined;
1802
+ createdAt?: any;
1803
+ updatedAt?: any;
1804
+ 'strategies/templates'?: {
1805
+ _id?: string | {} | undefined;
1806
+ values: any;
1807
+ name: string;
1808
+ createdAt: any;
1809
+ description: string;
1810
+ type: string;
1811
+ } | undefined;
1812
+ traders?: {
1813
+ dry_run_wallet?: number | undefined;
1814
+ max_open_trades?: number | undefined;
1815
+ plugins?: {
1816
+ number_assets?: number | undefined;
1817
+ refresh_period?: number | undefined;
1818
+ sortByPerformance?: boolean | undefined;
1819
+ ignoreLowValue?: boolean | undefined;
1820
+ removeRecentlyListed?: boolean | undefined;
1821
+ removeRecentlyListedDays?: number | undefined;
1822
+ } | undefined;
1823
+ fiat_display_currency?: string | undefined;
1824
+ unfilledtimeout?: {
1825
+ buy: number;
1826
+ sell: number;
1827
+ } | undefined;
1828
+ cancel_open_orders_on_exit?: boolean | undefined;
1829
+ running?: boolean | undefined;
1830
+ tradable_balance_ratio?: number | undefined;
1831
+ webhook?: {
1832
+ url: string;
1833
+ format: string;
1834
+ enabled: boolean;
1835
+ webhookstatus: {
1836
+ traderId: any;
1837
+ event: string;
1838
+ status: string;
1839
+ userId: string;
1840
+ };
1841
+ webhookbuy: {
1842
+ limit: string;
1843
+ traderId: any;
1844
+ stake_amount: string;
1845
+ stake_currency: string;
1846
+ event: string;
1847
+ userId: string;
1848
+ pair: string;
1849
+ fiat_currency: string;
1850
+ };
1851
+ webhookbuycancel: {
1852
+ limit: string;
1853
+ traderId: any;
1854
+ stake_amount: string;
1855
+ stake_currency: string;
1856
+ event: string;
1857
+ userId: string;
1858
+ pair: string;
1859
+ fiat_currency: string;
1860
+ };
1861
+ webhookbuyfill: {
1862
+ traderId: any;
1863
+ stake_amount: string;
1864
+ stake_currency: string;
1865
+ event: string;
1866
+ userId: string;
1867
+ pair: string;
1868
+ trade_id: string;
1869
+ open_rate: string;
1870
+ amount: string;
1871
+ open_date: string;
1872
+ };
1873
+ webhooksell: {
1874
+ limit: string;
1875
+ traderId: any;
1876
+ stake_currency: string;
1877
+ event: string;
1878
+ userId: string;
1879
+ pair: string;
1880
+ fiat_currency: string;
1881
+ trade_id: string;
1882
+ amount: string;
1883
+ open_date: string;
1884
+ gain: string;
1885
+ profit_amount: string;
1886
+ profit_ratio: string;
1887
+ close_date: string;
1888
+ sell_reason: string;
1889
+ order_type: string;
1890
+ };
1891
+ webhooksellcancel: {
1892
+ limit: string;
1893
+ traderId: any;
1894
+ stake_currency: string;
1895
+ event: string;
1896
+ userId: string;
1897
+ pair: string;
1898
+ profit_amount: string;
1899
+ profit_ratio: string;
1900
+ };
1901
+ webhooksellfill: {
1902
+ traderId: any;
1903
+ event: string;
1904
+ userId: string;
1905
+ pair: string;
1906
+ close_rate: string;
1907
+ };
1908
+ } | undefined;
1909
+ host: string;
1910
+ name: any;
1911
+ provider: "docker";
1912
+ strategies: string[];
1913
+ secret: string;
1914
+ key: string;
1915
+ _id: string | {};
1916
+ createdAt: any;
1917
+ updatedAt: any;
1918
+ "traders/pods": any;
1919
+ strategyId: string | {};
1920
+ stake_amount: string | number;
1921
+ stake_currency: string;
1922
+ exchangeId: any;
1923
+ userId: any;
1924
+ which: string;
1925
+ exchange: any;
1926
+ connected: boolean;
1927
+ dry_run: boolean;
1928
+ handling: string;
1929
+ initial_state: string;
1930
+ pairlists: any;
1931
+ strategy: any;
1932
+ bid_strategy: {
1933
+ price_side: "bid";
1934
+ ask_last_balance: number;
1935
+ use_order_book: boolean;
1936
+ order_book_top: number;
1937
+ check_depth_of_market: {
1938
+ enabled: boolean;
1939
+ bids_to_ask_delta: number;
1940
+ };
1941
+ };
1942
+ ask_strategy: {
1943
+ price_side: "ask";
1944
+ use_order_book: boolean;
1945
+ order_book_min: number;
1946
+ order_book_max: number;
1947
+ exit_sell_signal: boolean;
1948
+ exit_profit_only: boolean;
1949
+ ignore_roi_if_entry_signal: boolean;
1950
+ };
1951
+ api_server: {
1952
+ password: string;
1953
+ enabled: boolean;
1954
+ listen_ip_address: string;
1955
+ listen_port: number;
1956
+ verbosity: string;
1957
+ jwt_secret_key: string;
1958
+ CORS_origins: string[];
1959
+ username: string;
1960
+ };
1961
+ pod: string;
1962
+ }[] | undefined;
1963
+ stoploss?: number | undefined;
1964
+ minimal_roi?: {
1965
+ minutes: number;
1966
+ profit: number;
1967
+ }[] | undefined;
1968
+ results?: unknown;
1969
+ userId?: string | {} | undefined;
1970
+ exit_sell_signal?: boolean | undefined;
1971
+ exit_profit_only?: boolean | undefined;
1972
+ file?: any;
1973
+ templateId?: string | {} | undefined;
1974
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
1975
+ exit_profit_offset?: number | undefined;
1976
+ timeinforce?: unknown;
1977
+ order_types?: {
1978
+ stoploss?: string | undefined;
1979
+ buy?: "Limit" | "Market" | undefined;
1980
+ sell?: "Limit" | "Market" | undefined;
1981
+ emergencysell?: "Limit" | "Market" | undefined;
1982
+ forcebuy?: "Limit" | "Market" | undefined;
1983
+ forcesell?: "Limit" | "Market" | undefined;
1984
+ stoploss_on_exchange?: boolean | undefined;
1985
+ stoploss_on_exchange_interval?: number | undefined;
1986
+ stoploss_on_exchange_limit_ratio?: number | undefined;
1987
+ } | undefined;
1988
+ protections?: {
1989
+ stop_duration_candles?: number | undefined;
1990
+ stop_duration_in_seconds?: unknown;
1991
+ lookback_period_candles?: unknown;
1992
+ trade_limit?: unknown;
1993
+ required_profit?: unknown;
1994
+ max_allowed_drawdown?: unknown;
1995
+ only_per_pair?: unknown;
1996
+ enabled: boolean;
1997
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
1998
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
1999
+ }[] | undefined;
2000
+ buywhen?: {
2001
+ value?: number | undefined;
2002
+ indicator2?: string | undefined;
2003
+ type: "number" | "indicator";
2004
+ indicator: string;
2005
+ condition: ">" | "<" | "==";
2006
+ }[] | undefined;
2007
+ sellwhen?: {
2008
+ value?: number | undefined;
2009
+ indicator2?: string | undefined;
2010
+ type: "number" | "indicator";
2011
+ indicator: string;
2012
+ condition: ">" | "<" | "==";
2013
+ }[] | undefined;
2014
+ indicators?: unknown[] | undefined;
2015
+ code?: unknown;
2016
+ configured?: boolean | undefined;
2017
+ name: any;
2018
+ 'strategies/indicators': any;
2019
+ }>;
2020
+ pod: any;
2021
+ trader: Partial<{
2022
+ dry_run_wallet?: number | undefined;
2023
+ max_open_trades?: number | undefined;
2024
+ plugins?: {
2025
+ number_assets?: number | undefined;
2026
+ refresh_period?: number | undefined;
2027
+ sortByPerformance?: boolean | undefined;
2028
+ ignoreLowValue?: boolean | undefined;
2029
+ removeRecentlyListed?: boolean | undefined;
2030
+ removeRecentlyListedDays?: number | undefined;
2031
+ } | undefined;
2032
+ fiat_display_currency?: string | undefined;
2033
+ unfilledtimeout?: {
2034
+ buy: number;
2035
+ sell: number;
2036
+ } | undefined;
2037
+ cancel_open_orders_on_exit?: boolean | undefined;
2038
+ running?: boolean | undefined;
2039
+ tradable_balance_ratio?: number | undefined;
2040
+ webhook?: {
2041
+ url: string;
2042
+ format: string;
2043
+ enabled: boolean;
2044
+ webhookstatus: {
2045
+ traderId: any;
2046
+ event: string;
2047
+ status: string;
2048
+ userId: string;
2049
+ };
2050
+ webhookbuy: {
2051
+ limit: string;
2052
+ traderId: any;
2053
+ stake_amount: string;
2054
+ stake_currency: string;
2055
+ event: string;
2056
+ userId: string;
2057
+ pair: string;
2058
+ fiat_currency: string;
2059
+ };
2060
+ webhookbuycancel: {
2061
+ limit: string;
2062
+ traderId: any;
2063
+ stake_amount: string;
2064
+ stake_currency: string;
2065
+ event: string;
2066
+ userId: string;
2067
+ pair: string;
2068
+ fiat_currency: string;
2069
+ };
2070
+ webhookbuyfill: {
2071
+ traderId: any;
2072
+ stake_amount: string;
2073
+ stake_currency: string;
2074
+ event: string;
2075
+ userId: string;
2076
+ pair: string;
2077
+ trade_id: string;
2078
+ open_rate: string;
2079
+ amount: string;
2080
+ open_date: string;
2081
+ };
2082
+ webhooksell: {
2083
+ limit: string;
2084
+ traderId: any;
2085
+ stake_currency: string;
2086
+ event: string;
2087
+ userId: string;
2088
+ pair: string;
2089
+ fiat_currency: string;
2090
+ trade_id: string;
2091
+ amount: string;
2092
+ open_date: string;
2093
+ gain: string;
2094
+ profit_amount: string;
2095
+ profit_ratio: string;
2096
+ close_date: string;
2097
+ sell_reason: string;
2098
+ order_type: string;
2099
+ };
2100
+ webhooksellcancel: {
2101
+ limit: string;
2102
+ traderId: any;
2103
+ stake_currency: string;
2104
+ event: string;
2105
+ userId: string;
2106
+ pair: string;
2107
+ profit_amount: string;
2108
+ profit_ratio: string;
2109
+ };
2110
+ webhooksellfill: {
2111
+ traderId: any;
2112
+ event: string;
2113
+ userId: string;
2114
+ pair: string;
2115
+ close_rate: string;
2116
+ };
2117
+ } | undefined;
2118
+ host: string;
2119
+ name: any;
2120
+ provider: "docker";
2121
+ strategies: string[];
2122
+ secret: string;
2123
+ key: string;
2124
+ _id: string | {};
2125
+ createdAt: any;
2126
+ updatedAt: any;
2127
+ "traders/pods": any;
2128
+ strategyId: string | {};
2129
+ stake_amount: string | number;
2130
+ stake_currency: string;
2131
+ exchangeId: any;
2132
+ userId: any;
2133
+ which: string;
2134
+ exchange: any;
2135
+ connected: boolean;
2136
+ dry_run: boolean;
2137
+ handling: string;
2138
+ initial_state: string;
2139
+ pairlists: any;
2140
+ strategy: any;
2141
+ bid_strategy: {
2142
+ price_side: "bid";
2143
+ ask_last_balance: number;
2144
+ use_order_book: boolean;
2145
+ order_book_top: number;
2146
+ check_depth_of_market: {
2147
+ enabled: boolean;
2148
+ bids_to_ask_delta: number;
2149
+ };
2150
+ };
2151
+ ask_strategy: {
2152
+ price_side: "ask";
2153
+ use_order_book: boolean;
2154
+ order_book_min: number;
2155
+ order_book_max: number;
2156
+ exit_sell_signal: boolean;
2157
+ exit_profit_only: boolean;
2158
+ ignore_roi_if_entry_signal: boolean;
2159
+ };
2160
+ api_server: {
2161
+ password: string;
2162
+ enabled: boolean;
2163
+ listen_ip_address: string;
2164
+ listen_port: number;
2165
+ verbosity: string;
2166
+ jwt_secret_key: string;
2167
+ CORS_origins: string[];
2168
+ username: string;
2169
+ };
2170
+ pod: string;
2171
+ }>;
2172
+ }, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;
2173
+ export declare const tradersPodsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
2174
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2175
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
2176
+ trader: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
2177
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2178
+ name: import("@feathersjs/typebox").TAny;
2179
+ createdAt: import("@feathersjs/typebox").TAny;
2180
+ updatedAt: import("@feathersjs/typebox").TAny;
2181
+ userId: import("@feathersjs/typebox").TAny;
2182
+ which: import("@feathersjs/typebox").TString<string>;
2183
+ exchange: import("@feathersjs/typebox").TAny;
2184
+ exchangeId: import("@feathersjs/typebox").TAny;
2185
+ key: import("@feathersjs/typebox").TString<string>;
2186
+ secret: import("@feathersjs/typebox").TString<string>;
2187
+ connected: import("@feathersjs/typebox").TBoolean;
2188
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2189
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
2190
+ dry_run: import("@feathersjs/typebox").TBoolean;
2191
+ handling: import("@feathersjs/typebox").TString<string>;
2192
+ initial_state: import("@feathersjs/typebox").TString<string>;
2193
+ pairlists: import("@feathersjs/typebox").TAny;
2194
+ strategy: import("@feathersjs/typebox").TAny;
2195
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2196
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2197
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2198
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2199
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2200
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2201
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2202
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2203
+ }>>;
2204
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2205
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2206
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2207
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2208
+ buy: import("@feathersjs/typebox").TNumber;
2209
+ sell: import("@feathersjs/typebox").TNumber;
2210
+ }>>;
2211
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2212
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2213
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2214
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2215
+ enabled: import("@feathersjs/typebox").TBoolean;
2216
+ format: import("@feathersjs/typebox").TString<string>;
2217
+ url: import("@feathersjs/typebox").TString<string>;
2218
+ webhookstatus: import("@feathersjs/typebox").TObject<{
2219
+ event: import("@feathersjs/typebox").TString<string>;
2220
+ status: import("@feathersjs/typebox").TString<string>;
2221
+ traderId: import("@feathersjs/typebox").TAny;
2222
+ userId: import("@feathersjs/typebox").TString<string>;
2223
+ }>;
2224
+ webhookbuy: import("@feathersjs/typebox").TObject<{
2225
+ event: import("@feathersjs/typebox").TString<string>;
2226
+ traderId: import("@feathersjs/typebox").TAny;
2227
+ userId: import("@feathersjs/typebox").TString<string>;
2228
+ pair: import("@feathersjs/typebox").TString<string>;
2229
+ limit: import("@feathersjs/typebox").TString<string>;
2230
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2231
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2232
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2233
+ }>;
2234
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
2235
+ event: import("@feathersjs/typebox").TString<string>;
2236
+ traderId: import("@feathersjs/typebox").TAny;
2237
+ userId: import("@feathersjs/typebox").TString<string>;
2238
+ pair: import("@feathersjs/typebox").TString<string>;
2239
+ limit: import("@feathersjs/typebox").TString<string>;
2240
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2241
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2242
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2243
+ }>;
2244
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
2245
+ event: import("@feathersjs/typebox").TString<string>;
2246
+ userId: import("@feathersjs/typebox").TString<string>;
2247
+ traderId: import("@feathersjs/typebox").TAny;
2248
+ trade_id: import("@feathersjs/typebox").TString<string>;
2249
+ pair: import("@feathersjs/typebox").TString<string>;
2250
+ open_rate: import("@feathersjs/typebox").TString<string>;
2251
+ amount: import("@feathersjs/typebox").TString<string>;
2252
+ open_date: import("@feathersjs/typebox").TString<string>;
2253
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2254
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2255
+ }>;
2256
+ webhooksell: import("@feathersjs/typebox").TObject<{
2257
+ event: import("@feathersjs/typebox").TString<string>;
2258
+ traderId: import("@feathersjs/typebox").TAny;
2259
+ userId: import("@feathersjs/typebox").TString<string>;
2260
+ trade_id: import("@feathersjs/typebox").TString<string>;
2261
+ pair: import("@feathersjs/typebox").TString<string>;
2262
+ gain: import("@feathersjs/typebox").TString<string>;
2263
+ amount: import("@feathersjs/typebox").TString<string>;
2264
+ limit: import("@feathersjs/typebox").TString<string>;
2265
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2266
+ profit_amount: import("@feathersjs/typebox").TString<string>;
2267
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2268
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
2269
+ open_date: import("@feathersjs/typebox").TString<string>;
2270
+ close_date: import("@feathersjs/typebox").TString<string>;
2271
+ sell_reason: import("@feathersjs/typebox").TString<string>;
2272
+ order_type: import("@feathersjs/typebox").TString<string>;
2273
+ }>;
2274
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
2275
+ event: import("@feathersjs/typebox").TString<string>;
2276
+ traderId: import("@feathersjs/typebox").TAny;
2277
+ userId: import("@feathersjs/typebox").TString<string>;
2278
+ pair: import("@feathersjs/typebox").TString<string>;
2279
+ limit: import("@feathersjs/typebox").TString<string>;
2280
+ profit_amount: import("@feathersjs/typebox").TString<string>;
2281
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2282
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
2283
+ }>;
2284
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
2285
+ event: import("@feathersjs/typebox").TString<string>;
2286
+ traderId: import("@feathersjs/typebox").TAny;
2287
+ userId: import("@feathersjs/typebox").TString<string>;
2288
+ pair: import("@feathersjs/typebox").TString<string>;
2289
+ close_rate: import("@feathersjs/typebox").TString<string>;
2290
+ }>;
2291
+ }>>;
2292
+ bid_strategy: import("@feathersjs/typebox").TObject<{
2293
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
2294
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
2295
+ use_order_book: import("@feathersjs/typebox").TBoolean;
2296
+ order_book_top: import("@feathersjs/typebox").TInteger;
2297
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
2298
+ enabled: import("@feathersjs/typebox").TBoolean;
2299
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
2300
+ }>;
2301
+ }>;
2302
+ ask_strategy: import("@feathersjs/typebox").TObject<{
2303
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
2304
+ use_order_book: import("@feathersjs/typebox").TBoolean;
2305
+ order_book_min: import("@feathersjs/typebox").TInteger;
2306
+ order_book_max: import("@feathersjs/typebox").TInteger;
2307
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
2308
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
2309
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
2310
+ }>;
2311
+ api_server: import("@feathersjs/typebox").TObject<{
2312
+ enabled: import("@feathersjs/typebox").TBoolean;
2313
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2314
+ listen_port: import("@feathersjs/typebox").TNumber;
2315
+ verbosity: import("@feathersjs/typebox").TString<string>;
2316
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2317
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2318
+ username: import("@feathersjs/typebox").TString<string>;
2319
+ password: import("@feathersjs/typebox").TString<string>;
2320
+ }>;
2321
+ pod: import("@feathersjs/typebox").TString<string>;
2322
+ host: import("@feathersjs/typebox").TString<string>;
2323
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
2324
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2325
+ "traders/pods": import("@feathersjs/typebox").TAny;
2326
+ }>>>;
2327
+ exchange: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
2328
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2329
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2330
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2331
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2332
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2333
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2334
+ size: import("@feathersjs/typebox").TString<string>;
2335
+ pairs: import("@feathersjs/typebox").TObject<{}>;
2336
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
2337
+ updatedAt: import("@feathersjs/typebox").TAny;
2338
+ }>>;
2339
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2340
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2341
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2342
+ symbol: import("@feathersjs/typebox").TString<string>;
2343
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2344
+ fiat: import("@feathersjs/typebox").TNumber;
2345
+ }>>;
2346
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2347
+ sum: import("@feathersjs/typebox").TAny;
2348
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2349
+ quotation: import("@feathersjs/typebox").TAny;
2350
+ updatedAt: import("@feathersjs/typebox").TAny;
2351
+ }>>;
2352
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2353
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2354
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2355
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2356
+ left: import("@feathersjs/typebox").TString<string>;
2357
+ right: import("@feathersjs/typebox").TString<string>;
2358
+ }>>>;
2359
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2360
+ left: import("@feathersjs/typebox").TString<string>;
2361
+ right: import("@feathersjs/typebox").TString<string>;
2362
+ }>>>;
2363
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2364
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2365
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2366
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2367
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2368
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2369
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2370
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2371
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2372
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2373
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2374
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2375
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2376
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
2377
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2378
+ }>>>;
2379
+ exchangeId: import("@feathersjs/typebox").TString<string>;
2380
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2381
+ strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
2382
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2383
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2384
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2385
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
2386
+ name: import("@feathersjs/typebox").TAny;
2387
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
2388
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2389
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2390
+ minutes: import("@feathersjs/typebox").TNumber;
2391
+ profit: import("@feathersjs/typebox").TNumber;
2392
+ }>>>;
2393
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2394
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2395
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2396
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2397
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2398
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
2399
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
2400
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
2401
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
2402
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
2403
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2404
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2405
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2406
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2407
+ }>>;
2408
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2409
+ enabled: import("@feathersjs/typebox").TBoolean;
2410
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
2411
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
2412
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2413
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2414
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2415
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2416
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2417
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2418
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2419
+ }>>>;
2420
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2421
+ indicator: import("@feathersjs/typebox").TString<string>;
2422
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
2423
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
2424
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2425
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2426
+ }>>>;
2427
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
2428
+ indicator: import("@feathersjs/typebox").TString<string>;
2429
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
2430
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
2431
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2432
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2433
+ }>>>;
2434
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
2435
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2436
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2437
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2438
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
2439
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2440
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
2441
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2442
+ name: import("@feathersjs/typebox").TAny;
2443
+ createdAt: import("@feathersjs/typebox").TAny;
2444
+ updatedAt: import("@feathersjs/typebox").TAny;
2445
+ userId: import("@feathersjs/typebox").TAny;
2446
+ which: import("@feathersjs/typebox").TString<string>;
2447
+ exchange: import("@feathersjs/typebox").TAny;
2448
+ exchangeId: import("@feathersjs/typebox").TAny;
2449
+ key: import("@feathersjs/typebox").TString<string>;
2450
+ secret: import("@feathersjs/typebox").TString<string>;
2451
+ connected: import("@feathersjs/typebox").TBoolean;
2452
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2453
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
2454
+ dry_run: import("@feathersjs/typebox").TBoolean;
2455
+ handling: import("@feathersjs/typebox").TString<string>;
2456
+ initial_state: import("@feathersjs/typebox").TString<string>;
2457
+ pairlists: import("@feathersjs/typebox").TAny;
2458
+ strategy: import("@feathersjs/typebox").TAny;
2459
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
2460
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2461
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2462
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2463
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2464
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2465
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2466
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2467
+ }>>;
2468
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2469
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2470
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2471
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2472
+ buy: import("@feathersjs/typebox").TNumber;
2473
+ sell: import("@feathersjs/typebox").TNumber;
2474
+ }>>;
2475
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2476
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2477
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2478
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2479
+ enabled: import("@feathersjs/typebox").TBoolean;
2480
+ format: import("@feathersjs/typebox").TString<string>;
2481
+ url: import("@feathersjs/typebox").TString<string>;
2482
+ webhookstatus: import("@feathersjs/typebox").TObject<{
2483
+ event: import("@feathersjs/typebox").TString<string>;
2484
+ status: import("@feathersjs/typebox").TString<string>;
2485
+ traderId: import("@feathersjs/typebox").TAny;
2486
+ userId: import("@feathersjs/typebox").TString<string>;
2487
+ }>;
2488
+ webhookbuy: import("@feathersjs/typebox").TObject<{
2489
+ event: import("@feathersjs/typebox").TString<string>;
2490
+ traderId: import("@feathersjs/typebox").TAny;
2491
+ userId: import("@feathersjs/typebox").TString<string>;
2492
+ pair: import("@feathersjs/typebox").TString<string>;
2493
+ limit: import("@feathersjs/typebox").TString<string>;
2494
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2495
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2496
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2497
+ }>;
2498
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
2499
+ event: import("@feathersjs/typebox").TString<string>;
2500
+ traderId: import("@feathersjs/typebox").TAny;
2501
+ userId: import("@feathersjs/typebox").TString<string>;
2502
+ pair: import("@feathersjs/typebox").TString<string>;
2503
+ limit: import("@feathersjs/typebox").TString<string>;
2504
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2505
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2506
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2507
+ }>;
2508
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
2509
+ event: import("@feathersjs/typebox").TString<string>;
2510
+ userId: import("@feathersjs/typebox").TString<string>;
2511
+ traderId: import("@feathersjs/typebox").TAny;
2512
+ trade_id: import("@feathersjs/typebox").TString<string>;
2513
+ pair: import("@feathersjs/typebox").TString<string>;
2514
+ open_rate: import("@feathersjs/typebox").TString<string>;
2515
+ amount: import("@feathersjs/typebox").TString<string>;
2516
+ open_date: import("@feathersjs/typebox").TString<string>;
2517
+ stake_amount: import("@feathersjs/typebox").TString<string>;
2518
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2519
+ }>;
2520
+ webhooksell: import("@feathersjs/typebox").TObject<{
2521
+ event: import("@feathersjs/typebox").TString<string>;
2522
+ traderId: import("@feathersjs/typebox").TAny;
2523
+ userId: import("@feathersjs/typebox").TString<string>;
2524
+ trade_id: import("@feathersjs/typebox").TString<string>;
2525
+ pair: import("@feathersjs/typebox").TString<string>;
2526
+ gain: import("@feathersjs/typebox").TString<string>;
2527
+ amount: import("@feathersjs/typebox").TString<string>;
2528
+ limit: import("@feathersjs/typebox").TString<string>;
2529
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2530
+ profit_amount: import("@feathersjs/typebox").TString<string>;
2531
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
2532
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
2533
+ open_date: import("@feathersjs/typebox").TString<string>;
2534
+ close_date: import("@feathersjs/typebox").TString<string>;
2535
+ sell_reason: import("@feathersjs/typebox").TString<string>;
2536
+ order_type: import("@feathersjs/typebox").TString<string>;
2537
+ }>;
2538
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
2539
+ event: import("@feathersjs/typebox").TString<string>;
2540
+ traderId: import("@feathersjs/typebox").TAny;
2541
+ userId: import("@feathersjs/typebox").TString<string>;
2542
+ pair: import("@feathersjs/typebox").TString<string>;
2543
+ limit: import("@feathersjs/typebox").TString<string>;
2544
+ profit_amount: import("@feathersjs/typebox").TString<string>;
2545
+ stake_currency: import("@feathersjs/typebox").TString<string>;
2546
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
2547
+ }>;
2548
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
2549
+ event: import("@feathersjs/typebox").TString<string>;
2550
+ traderId: import("@feathersjs/typebox").TAny;
2551
+ userId: import("@feathersjs/typebox").TString<string>;
2552
+ pair: import("@feathersjs/typebox").TString<string>;
2553
+ close_rate: import("@feathersjs/typebox").TString<string>;
2554
+ }>;
2555
+ }>>;
2556
+ bid_strategy: import("@feathersjs/typebox").TObject<{
2557
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
2558
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
2559
+ use_order_book: import("@feathersjs/typebox").TBoolean;
2560
+ order_book_top: import("@feathersjs/typebox").TInteger;
2561
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
2562
+ enabled: import("@feathersjs/typebox").TBoolean;
2563
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
2564
+ }>;
2565
+ }>;
2566
+ ask_strategy: import("@feathersjs/typebox").TObject<{
2567
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
2568
+ use_order_book: import("@feathersjs/typebox").TBoolean;
2569
+ order_book_min: import("@feathersjs/typebox").TInteger;
2570
+ order_book_max: import("@feathersjs/typebox").TInteger;
2571
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
2572
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
2573
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
2574
+ }>;
2575
+ api_server: import("@feathersjs/typebox").TObject<{
2576
+ enabled: import("@feathersjs/typebox").TBoolean;
2577
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
2578
+ listen_port: import("@feathersjs/typebox").TNumber;
2579
+ verbosity: import("@feathersjs/typebox").TString<string>;
2580
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
2581
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2582
+ username: import("@feathersjs/typebox").TString<string>;
2583
+ password: import("@feathersjs/typebox").TString<string>;
2584
+ }>;
2585
+ pod: import("@feathersjs/typebox").TString<string>;
2586
+ host: import("@feathersjs/typebox").TString<string>;
2587
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
2588
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2589
+ "traders/pods": import("@feathersjs/typebox").TAny;
2590
+ }>>>>;
2591
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
2592
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2593
+ name: import("@feathersjs/typebox").TString<string>;
2594
+ type: import("@feathersjs/typebox").TString<string>;
2595
+ description: import("@feathersjs/typebox").TString<string>;
2596
+ createdAt: import("@feathersjs/typebox").TAny;
2597
+ values: import("@feathersjs/typebox").TAny;
2598
+ }>>>;
2599
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
2600
+ }>>>;
2601
+ pod: import("@feathersjs/typebox").TAny;
2602
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2603
+ stop: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2604
+ options: import("@feathersjs/typebox").TAny;
2605
+ }>>;
2606
+ export type TradersPodsPatch = Static<typeof tradersPodsPatchSchema>;
2607
+ export declare const tradersPodsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
2608
+ export declare const tradersPodsPatchResolver: import("@feathersjs/schema").Resolver<{
2609
+ host?: string | undefined;
2610
+ stop?: boolean | undefined;
2611
+ provider: "docker";
2612
+ _id: string | {};
2613
+ options: any;
2614
+ strategyId: string | {};
2615
+ exchangeId: string;
2616
+ exchange: Partial<{
2617
+ password?: string | undefined;
2618
+ name?: any;
2619
+ apiKey?: string | undefined;
2620
+ secret?: string | undefined;
2621
+ key?: string | undefined;
2622
+ avatar?: any;
2623
+ createdAt?: any;
2624
+ updatedAt?: any;
2625
+ userId?: string | {} | undefined;
2626
+ which?: string | undefined;
2627
+ connected?: boolean | undefined;
2628
+ downloaded?: {
2629
+ updatedAt: any;
2630
+ size: string;
2631
+ pairs: {};
2632
+ sizes: any[];
2633
+ } | undefined;
2634
+ ccxt_config?: any;
2635
+ balances?: {
2636
+ total?: any;
2637
+ errors?: any;
2638
+ updatedAt: any;
2639
+ items: {
2640
+ total?: number | undefined;
2641
+ symbol: string;
2642
+ fiat: number;
2643
+ }[];
2644
+ sum: any;
2645
+ quotation: any;
2646
+ } | undefined;
2647
+ tags?: any;
2648
+ background?: any;
2649
+ blacklist?: {
2650
+ left: string;
2651
+ right: string;
2652
+ }[] | undefined;
2653
+ whitelist?: {
2654
+ left: string;
2655
+ right: string;
2656
+ }[] | undefined;
2657
+ ccxt_async_config?: any;
2658
+ requiredCredentials?: any;
2659
+ uid?: string | undefined;
2660
+ login?: string | undefined;
2661
+ twofa?: string | undefined;
2662
+ privateKey?: string | undefined;
2663
+ walletAddress?: string | undefined;
2664
+ token?: string | undefined;
2665
+ __v?: any;
2666
+ _id: string | {};
2667
+ }>;
2668
+ strategy: Partial<{
2669
+ _id?: string | {} | undefined;
2670
+ createdAt?: any;
2671
+ updatedAt?: any;
2672
+ 'strategies/templates'?: {
2673
+ _id?: string | {} | undefined;
2674
+ values: any;
2675
+ name: string;
2676
+ createdAt: any;
2677
+ description: string;
2678
+ type: string;
2679
+ } | undefined;
2680
+ traders?: {
2681
+ dry_run_wallet?: number | undefined;
2682
+ max_open_trades?: number | undefined;
2683
+ plugins?: {
2684
+ number_assets?: number | undefined;
2685
+ refresh_period?: number | undefined;
2686
+ sortByPerformance?: boolean | undefined;
2687
+ ignoreLowValue?: boolean | undefined;
2688
+ removeRecentlyListed?: boolean | undefined;
2689
+ removeRecentlyListedDays?: number | undefined;
2690
+ } | undefined;
2691
+ fiat_display_currency?: string | undefined;
2692
+ unfilledtimeout?: {
2693
+ buy: number;
2694
+ sell: number;
2695
+ } | undefined;
2696
+ cancel_open_orders_on_exit?: boolean | undefined;
2697
+ running?: boolean | undefined;
2698
+ tradable_balance_ratio?: number | undefined;
2699
+ webhook?: {
2700
+ url: string;
2701
+ format: string;
2702
+ enabled: boolean;
2703
+ webhookstatus: {
2704
+ traderId: any;
2705
+ event: string;
2706
+ status: string;
2707
+ userId: string;
2708
+ };
2709
+ webhookbuy: {
2710
+ limit: string;
2711
+ traderId: any;
2712
+ stake_amount: string;
2713
+ stake_currency: string;
2714
+ event: string;
2715
+ userId: string;
2716
+ pair: string;
2717
+ fiat_currency: string;
2718
+ };
2719
+ webhookbuycancel: {
2720
+ limit: string;
2721
+ traderId: any;
2722
+ stake_amount: string;
2723
+ stake_currency: string;
2724
+ event: string;
2725
+ userId: string;
2726
+ pair: string;
2727
+ fiat_currency: string;
2728
+ };
2729
+ webhookbuyfill: {
2730
+ traderId: any;
2731
+ stake_amount: string;
2732
+ stake_currency: string;
2733
+ event: string;
2734
+ userId: string;
2735
+ pair: string;
2736
+ trade_id: string;
2737
+ open_rate: string;
2738
+ amount: string;
2739
+ open_date: string;
2740
+ };
2741
+ webhooksell: {
2742
+ limit: string;
2743
+ traderId: any;
2744
+ stake_currency: string;
2745
+ event: string;
2746
+ userId: string;
2747
+ pair: string;
2748
+ fiat_currency: string;
2749
+ trade_id: string;
2750
+ amount: string;
2751
+ open_date: string;
2752
+ gain: string;
2753
+ profit_amount: string;
2754
+ profit_ratio: string;
2755
+ close_date: string;
2756
+ sell_reason: string;
2757
+ order_type: string;
2758
+ };
2759
+ webhooksellcancel: {
2760
+ limit: string;
2761
+ traderId: any;
2762
+ stake_currency: string;
2763
+ event: string;
2764
+ userId: string;
2765
+ pair: string;
2766
+ profit_amount: string;
2767
+ profit_ratio: string;
2768
+ };
2769
+ webhooksellfill: {
2770
+ traderId: any;
2771
+ event: string;
2772
+ userId: string;
2773
+ pair: string;
2774
+ close_rate: string;
2775
+ };
2776
+ } | undefined;
2777
+ host: string;
2778
+ name: any;
2779
+ provider: "docker";
2780
+ strategies: string[];
2781
+ secret: string;
2782
+ key: string;
2783
+ _id: string | {};
2784
+ createdAt: any;
2785
+ updatedAt: any;
2786
+ "traders/pods": any;
2787
+ strategyId: string | {};
2788
+ stake_amount: string | number;
2789
+ stake_currency: string;
2790
+ exchangeId: any;
2791
+ userId: any;
2792
+ which: string;
2793
+ exchange: any;
2794
+ connected: boolean;
2795
+ dry_run: boolean;
2796
+ handling: string;
2797
+ initial_state: string;
2798
+ pairlists: any;
2799
+ strategy: any;
2800
+ bid_strategy: {
2801
+ price_side: "bid";
2802
+ ask_last_balance: number;
2803
+ use_order_book: boolean;
2804
+ order_book_top: number;
2805
+ check_depth_of_market: {
2806
+ enabled: boolean;
2807
+ bids_to_ask_delta: number;
2808
+ };
2809
+ };
2810
+ ask_strategy: {
2811
+ price_side: "ask";
2812
+ use_order_book: boolean;
2813
+ order_book_min: number;
2814
+ order_book_max: number;
2815
+ exit_sell_signal: boolean;
2816
+ exit_profit_only: boolean;
2817
+ ignore_roi_if_entry_signal: boolean;
2818
+ };
2819
+ api_server: {
2820
+ password: string;
2821
+ enabled: boolean;
2822
+ listen_ip_address: string;
2823
+ listen_port: number;
2824
+ verbosity: string;
2825
+ jwt_secret_key: string;
2826
+ CORS_origins: string[];
2827
+ username: string;
2828
+ };
2829
+ pod: string;
2830
+ }[] | undefined;
2831
+ stoploss?: number | undefined;
2832
+ minimal_roi?: {
2833
+ minutes: number;
2834
+ profit: number;
2835
+ }[] | undefined;
2836
+ results?: unknown;
2837
+ userId?: string | {} | undefined;
2838
+ exit_sell_signal?: boolean | undefined;
2839
+ exit_profit_only?: boolean | undefined;
2840
+ file?: any;
2841
+ templateId?: string | {} | undefined;
2842
+ interval?: "1m" | "5m" | "30m" | "2h" | "6h" | "12h" | "1d" | "1w" | undefined;
2843
+ exit_profit_offset?: number | undefined;
2844
+ timeinforce?: unknown;
2845
+ order_types?: {
2846
+ stoploss?: string | undefined;
2847
+ buy?: "Limit" | "Market" | undefined;
2848
+ sell?: "Limit" | "Market" | undefined;
2849
+ emergencysell?: "Limit" | "Market" | undefined;
2850
+ forcebuy?: "Limit" | "Market" | undefined;
2851
+ forcesell?: "Limit" | "Market" | undefined;
2852
+ stoploss_on_exchange?: boolean | undefined;
2853
+ stoploss_on_exchange_interval?: number | undefined;
2854
+ stoploss_on_exchange_limit_ratio?: number | undefined;
2855
+ } | undefined;
2856
+ protections?: {
2857
+ stop_duration_candles?: number | undefined;
2858
+ stop_duration_in_seconds?: unknown;
2859
+ lookback_period_candles?: unknown;
2860
+ trade_limit?: unknown;
2861
+ required_profit?: unknown;
2862
+ max_allowed_drawdown?: unknown;
2863
+ only_per_pair?: unknown;
2864
+ enabled: boolean;
2865
+ type: "coolDownPeriod" | "lowProfitPairs" | "stoplossGuard" | "maxDrawdown";
2866
+ method: "CooldownPeriod" | "LowProfitPairs" | "StoplossGuard" | "MaxDrawdown";
2867
+ }[] | undefined;
2868
+ buywhen?: {
2869
+ value?: number | undefined;
2870
+ indicator2?: string | undefined;
2871
+ type: "number" | "indicator";
2872
+ indicator: string;
2873
+ condition: ">" | "<" | "==";
2874
+ }[] | undefined;
2875
+ sellwhen?: {
2876
+ value?: number | undefined;
2877
+ indicator2?: string | undefined;
2878
+ type: "number" | "indicator";
2879
+ indicator: string;
2880
+ condition: ">" | "<" | "==";
2881
+ }[] | undefined;
2882
+ indicators?: unknown[] | undefined;
2883
+ code?: unknown;
2884
+ configured?: boolean | undefined;
2885
+ name: any;
2886
+ 'strategies/indicators': any;
2887
+ }>;
2888
+ pod: any;
2889
+ trader: Partial<{
2890
+ dry_run_wallet?: number | undefined;
2891
+ max_open_trades?: number | undefined;
2892
+ plugins?: {
2893
+ number_assets?: number | undefined;
2894
+ refresh_period?: number | undefined;
2895
+ sortByPerformance?: boolean | undefined;
2896
+ ignoreLowValue?: boolean | undefined;
2897
+ removeRecentlyListed?: boolean | undefined;
2898
+ removeRecentlyListedDays?: number | undefined;
2899
+ } | undefined;
2900
+ fiat_display_currency?: string | undefined;
2901
+ unfilledtimeout?: {
2902
+ buy: number;
2903
+ sell: number;
2904
+ } | undefined;
2905
+ cancel_open_orders_on_exit?: boolean | undefined;
2906
+ running?: boolean | undefined;
2907
+ tradable_balance_ratio?: number | undefined;
2908
+ webhook?: {
2909
+ url: string;
2910
+ format: string;
2911
+ enabled: boolean;
2912
+ webhookstatus: {
2913
+ traderId: any;
2914
+ event: string;
2915
+ status: string;
2916
+ userId: string;
2917
+ };
2918
+ webhookbuy: {
2919
+ limit: string;
2920
+ traderId: any;
2921
+ stake_amount: string;
2922
+ stake_currency: string;
2923
+ event: string;
2924
+ userId: string;
2925
+ pair: string;
2926
+ fiat_currency: string;
2927
+ };
2928
+ webhookbuycancel: {
2929
+ limit: string;
2930
+ traderId: any;
2931
+ stake_amount: string;
2932
+ stake_currency: string;
2933
+ event: string;
2934
+ userId: string;
2935
+ pair: string;
2936
+ fiat_currency: string;
2937
+ };
2938
+ webhookbuyfill: {
2939
+ traderId: any;
2940
+ stake_amount: string;
2941
+ stake_currency: string;
2942
+ event: string;
2943
+ userId: string;
2944
+ pair: string;
2945
+ trade_id: string;
2946
+ open_rate: string;
2947
+ amount: string;
2948
+ open_date: string;
2949
+ };
2950
+ webhooksell: {
2951
+ limit: string;
2952
+ traderId: any;
2953
+ stake_currency: string;
2954
+ event: string;
2955
+ userId: string;
2956
+ pair: string;
2957
+ fiat_currency: string;
2958
+ trade_id: string;
2959
+ amount: string;
2960
+ open_date: string;
2961
+ gain: string;
2962
+ profit_amount: string;
2963
+ profit_ratio: string;
2964
+ close_date: string;
2965
+ sell_reason: string;
2966
+ order_type: string;
2967
+ };
2968
+ webhooksellcancel: {
2969
+ limit: string;
2970
+ traderId: any;
2971
+ stake_currency: string;
2972
+ event: string;
2973
+ userId: string;
2974
+ pair: string;
2975
+ profit_amount: string;
2976
+ profit_ratio: string;
2977
+ };
2978
+ webhooksellfill: {
2979
+ traderId: any;
2980
+ event: string;
2981
+ userId: string;
2982
+ pair: string;
2983
+ close_rate: string;
2984
+ };
2985
+ } | undefined;
2986
+ host: string;
2987
+ name: any;
2988
+ provider: "docker";
2989
+ strategies: string[];
2990
+ secret: string;
2991
+ key: string;
2992
+ _id: string | {};
2993
+ createdAt: any;
2994
+ updatedAt: any;
2995
+ "traders/pods": any;
2996
+ strategyId: string | {};
2997
+ stake_amount: string | number;
2998
+ stake_currency: string;
2999
+ exchangeId: any;
3000
+ userId: any;
3001
+ which: string;
3002
+ exchange: any;
3003
+ connected: boolean;
3004
+ dry_run: boolean;
3005
+ handling: string;
3006
+ initial_state: string;
3007
+ pairlists: any;
3008
+ strategy: any;
3009
+ bid_strategy: {
3010
+ price_side: "bid";
3011
+ ask_last_balance: number;
3012
+ use_order_book: boolean;
3013
+ order_book_top: number;
3014
+ check_depth_of_market: {
3015
+ enabled: boolean;
3016
+ bids_to_ask_delta: number;
3017
+ };
3018
+ };
3019
+ ask_strategy: {
3020
+ price_side: "ask";
3021
+ use_order_book: boolean;
3022
+ order_book_min: number;
3023
+ order_book_max: number;
3024
+ exit_sell_signal: boolean;
3025
+ exit_profit_only: boolean;
3026
+ ignore_roi_if_entry_signal: boolean;
3027
+ };
3028
+ api_server: {
3029
+ password: string;
3030
+ enabled: boolean;
3031
+ listen_ip_address: string;
3032
+ listen_port: number;
3033
+ verbosity: string;
3034
+ jwt_secret_key: string;
3035
+ CORS_origins: string[];
3036
+ username: string;
3037
+ };
3038
+ pod: string;
3039
+ }>;
3040
+ }, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;
3041
+ export declare const tradersPodsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
3042
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3043
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3044
+ trader: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
3045
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3046
+ name: import("@feathersjs/typebox").TAny;
3047
+ createdAt: import("@feathersjs/typebox").TAny;
3048
+ updatedAt: import("@feathersjs/typebox").TAny;
3049
+ userId: import("@feathersjs/typebox").TAny;
3050
+ which: import("@feathersjs/typebox").TString<string>;
3051
+ exchange: import("@feathersjs/typebox").TAny;
3052
+ exchangeId: import("@feathersjs/typebox").TAny;
3053
+ key: import("@feathersjs/typebox").TString<string>;
3054
+ secret: import("@feathersjs/typebox").TString<string>;
3055
+ connected: import("@feathersjs/typebox").TBoolean;
3056
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3057
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
3058
+ dry_run: import("@feathersjs/typebox").TBoolean;
3059
+ handling: import("@feathersjs/typebox").TString<string>;
3060
+ initial_state: import("@feathersjs/typebox").TString<string>;
3061
+ pairlists: import("@feathersjs/typebox").TAny;
3062
+ strategy: import("@feathersjs/typebox").TAny;
3063
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3064
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3065
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3066
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3067
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3068
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3069
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3070
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3071
+ }>>;
3072
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3073
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3074
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3075
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3076
+ buy: import("@feathersjs/typebox").TNumber;
3077
+ sell: import("@feathersjs/typebox").TNumber;
3078
+ }>>;
3079
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3080
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3081
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3082
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3083
+ enabled: import("@feathersjs/typebox").TBoolean;
3084
+ format: import("@feathersjs/typebox").TString<string>;
3085
+ url: import("@feathersjs/typebox").TString<string>;
3086
+ webhookstatus: import("@feathersjs/typebox").TObject<{
3087
+ event: import("@feathersjs/typebox").TString<string>;
3088
+ status: import("@feathersjs/typebox").TString<string>;
3089
+ traderId: import("@feathersjs/typebox").TAny;
3090
+ userId: import("@feathersjs/typebox").TString<string>;
3091
+ }>;
3092
+ webhookbuy: import("@feathersjs/typebox").TObject<{
3093
+ event: import("@feathersjs/typebox").TString<string>;
3094
+ traderId: import("@feathersjs/typebox").TAny;
3095
+ userId: import("@feathersjs/typebox").TString<string>;
3096
+ pair: import("@feathersjs/typebox").TString<string>;
3097
+ limit: import("@feathersjs/typebox").TString<string>;
3098
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3099
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3100
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3101
+ }>;
3102
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
3103
+ event: import("@feathersjs/typebox").TString<string>;
3104
+ traderId: import("@feathersjs/typebox").TAny;
3105
+ userId: import("@feathersjs/typebox").TString<string>;
3106
+ pair: import("@feathersjs/typebox").TString<string>;
3107
+ limit: import("@feathersjs/typebox").TString<string>;
3108
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3109
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3110
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3111
+ }>;
3112
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
3113
+ event: import("@feathersjs/typebox").TString<string>;
3114
+ userId: import("@feathersjs/typebox").TString<string>;
3115
+ traderId: import("@feathersjs/typebox").TAny;
3116
+ trade_id: import("@feathersjs/typebox").TString<string>;
3117
+ pair: import("@feathersjs/typebox").TString<string>;
3118
+ open_rate: import("@feathersjs/typebox").TString<string>;
3119
+ amount: import("@feathersjs/typebox").TString<string>;
3120
+ open_date: import("@feathersjs/typebox").TString<string>;
3121
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3122
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3123
+ }>;
3124
+ webhooksell: import("@feathersjs/typebox").TObject<{
3125
+ event: import("@feathersjs/typebox").TString<string>;
3126
+ traderId: import("@feathersjs/typebox").TAny;
3127
+ userId: import("@feathersjs/typebox").TString<string>;
3128
+ trade_id: import("@feathersjs/typebox").TString<string>;
3129
+ pair: import("@feathersjs/typebox").TString<string>;
3130
+ gain: import("@feathersjs/typebox").TString<string>;
3131
+ amount: import("@feathersjs/typebox").TString<string>;
3132
+ limit: import("@feathersjs/typebox").TString<string>;
3133
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3134
+ profit_amount: import("@feathersjs/typebox").TString<string>;
3135
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3136
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
3137
+ open_date: import("@feathersjs/typebox").TString<string>;
3138
+ close_date: import("@feathersjs/typebox").TString<string>;
3139
+ sell_reason: import("@feathersjs/typebox").TString<string>;
3140
+ order_type: import("@feathersjs/typebox").TString<string>;
3141
+ }>;
3142
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
3143
+ event: import("@feathersjs/typebox").TString<string>;
3144
+ traderId: import("@feathersjs/typebox").TAny;
3145
+ userId: import("@feathersjs/typebox").TString<string>;
3146
+ pair: import("@feathersjs/typebox").TString<string>;
3147
+ limit: import("@feathersjs/typebox").TString<string>;
3148
+ profit_amount: import("@feathersjs/typebox").TString<string>;
3149
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3150
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
3151
+ }>;
3152
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
3153
+ event: import("@feathersjs/typebox").TString<string>;
3154
+ traderId: import("@feathersjs/typebox").TAny;
3155
+ userId: import("@feathersjs/typebox").TString<string>;
3156
+ pair: import("@feathersjs/typebox").TString<string>;
3157
+ close_rate: import("@feathersjs/typebox").TString<string>;
3158
+ }>;
3159
+ }>>;
3160
+ bid_strategy: import("@feathersjs/typebox").TObject<{
3161
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
3162
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
3163
+ use_order_book: import("@feathersjs/typebox").TBoolean;
3164
+ order_book_top: import("@feathersjs/typebox").TInteger;
3165
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
3166
+ enabled: import("@feathersjs/typebox").TBoolean;
3167
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
3168
+ }>;
3169
+ }>;
3170
+ ask_strategy: import("@feathersjs/typebox").TObject<{
3171
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
3172
+ use_order_book: import("@feathersjs/typebox").TBoolean;
3173
+ order_book_min: import("@feathersjs/typebox").TInteger;
3174
+ order_book_max: import("@feathersjs/typebox").TInteger;
3175
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
3176
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
3177
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
3178
+ }>;
3179
+ api_server: import("@feathersjs/typebox").TObject<{
3180
+ enabled: import("@feathersjs/typebox").TBoolean;
3181
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
3182
+ listen_port: import("@feathersjs/typebox").TNumber;
3183
+ verbosity: import("@feathersjs/typebox").TString<string>;
3184
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
3185
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3186
+ username: import("@feathersjs/typebox").TString<string>;
3187
+ password: import("@feathersjs/typebox").TString<string>;
3188
+ }>;
3189
+ pod: import("@feathersjs/typebox").TString<string>;
3190
+ host: import("@feathersjs/typebox").TString<string>;
3191
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3192
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3193
+ "traders/pods": import("@feathersjs/typebox").TAny;
3194
+ }>>>;
3195
+ exchange: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
3196
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3197
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3198
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3199
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3200
+ connected: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3201
+ downloaded: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3202
+ size: import("@feathersjs/typebox").TString<string>;
3203
+ pairs: import("@feathersjs/typebox").TObject<{}>;
3204
+ sizes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3205
+ updatedAt: import("@feathersjs/typebox").TAny;
3206
+ }>>;
3207
+ ccxt_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3208
+ balances: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3209
+ items: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3210
+ symbol: import("@feathersjs/typebox").TString<string>;
3211
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3212
+ fiat: import("@feathersjs/typebox").TNumber;
3213
+ }>>;
3214
+ total: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3215
+ sum: import("@feathersjs/typebox").TAny;
3216
+ errors: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3217
+ quotation: import("@feathersjs/typebox").TAny;
3218
+ updatedAt: import("@feathersjs/typebox").TAny;
3219
+ }>>;
3220
+ tags: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3221
+ background: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3222
+ avatar: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3223
+ blacklist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3224
+ left: import("@feathersjs/typebox").TString<string>;
3225
+ right: import("@feathersjs/typebox").TString<string>;
3226
+ }>>>;
3227
+ whitelist: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3228
+ left: import("@feathersjs/typebox").TString<string>;
3229
+ right: import("@feathersjs/typebox").TString<string>;
3230
+ }>>>;
3231
+ ccxt_async_config: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3232
+ which: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3233
+ key: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3234
+ apiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3235
+ secret: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3236
+ requiredCredentials: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3237
+ password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3238
+ uid: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3239
+ login: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3240
+ twofa: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3241
+ privateKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3242
+ walletAddress: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3243
+ token: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3244
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>>;
3245
+ __v: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3246
+ }>>>;
3247
+ exchangeId: import("@feathersjs/typebox").TString<string>;
3248
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3249
+ strategy: import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
3250
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3251
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3252
+ file: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3253
+ templateId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TString<string>]>>;
3254
+ name: import("@feathersjs/typebox").TAny;
3255
+ interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"1m">, import("@feathersjs/typebox").TLiteral<"5m">, import("@feathersjs/typebox").TLiteral<"30m">, import("@feathersjs/typebox").TLiteral<"2h">, import("@feathersjs/typebox").TLiteral<"6h">, import("@feathersjs/typebox").TLiteral<"12h">, import("@feathersjs/typebox").TLiteral<"1d">, import("@feathersjs/typebox").TLiteral<"1w">]>>;
3256
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3257
+ minimal_roi: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3258
+ minutes: import("@feathersjs/typebox").TNumber;
3259
+ profit: import("@feathersjs/typebox").TNumber;
3260
+ }>>>;
3261
+ exit_sell_signal: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3262
+ exit_profit_only: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3263
+ exit_profit_offset: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3264
+ timeinforce: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3265
+ order_types: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3266
+ buy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
3267
+ sell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
3268
+ emergencysell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
3269
+ forcebuy: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
3270
+ forcesell: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"Limit">, import("@feathersjs/typebox").TLiteral<"Market">]>>;
3271
+ stoploss: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3272
+ stoploss_on_exchange: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3273
+ stoploss_on_exchange_interval: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3274
+ stoploss_on_exchange_limit_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3275
+ }>>;
3276
+ protections: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3277
+ enabled: import("@feathersjs/typebox").TBoolean;
3278
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"coolDownPeriod">, import("@feathersjs/typebox").TLiteral<"lowProfitPairs">, import("@feathersjs/typebox").TLiteral<"stoplossGuard">, import("@feathersjs/typebox").TLiteral<"maxDrawdown">]>;
3279
+ method: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"CooldownPeriod">, import("@feathersjs/typebox").TLiteral<"LowProfitPairs">, import("@feathersjs/typebox").TLiteral<"StoplossGuard">, import("@feathersjs/typebox").TLiteral<"MaxDrawdown">]>;
3280
+ stop_duration_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3281
+ stop_duration_in_seconds: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3282
+ lookback_period_candles: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3283
+ trade_limit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3284
+ required_profit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3285
+ max_allowed_drawdown: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3286
+ only_per_pair: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3287
+ }>>>;
3288
+ buywhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3289
+ indicator: import("@feathersjs/typebox").TString<string>;
3290
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
3291
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
3292
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3293
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3294
+ }>>>;
3295
+ sellwhen: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
3296
+ indicator: import("@feathersjs/typebox").TString<string>;
3297
+ condition: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<">">, import("@feathersjs/typebox").TLiteral<"<">, import("@feathersjs/typebox").TLiteral<"==">]>;
3298
+ type: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"number">, import("@feathersjs/typebox").TLiteral<"indicator">]>;
3299
+ value: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3300
+ indicator2: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3301
+ }>>>;
3302
+ indicators: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnknown>>;
3303
+ code: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3304
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3305
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
3306
+ results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnknown>;
3307
+ configured: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3308
+ traders: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
3309
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3310
+ name: import("@feathersjs/typebox").TAny;
3311
+ createdAt: import("@feathersjs/typebox").TAny;
3312
+ updatedAt: import("@feathersjs/typebox").TAny;
3313
+ userId: import("@feathersjs/typebox").TAny;
3314
+ which: import("@feathersjs/typebox").TString<string>;
3315
+ exchange: import("@feathersjs/typebox").TAny;
3316
+ exchangeId: import("@feathersjs/typebox").TAny;
3317
+ key: import("@feathersjs/typebox").TString<string>;
3318
+ secret: import("@feathersjs/typebox").TString<string>;
3319
+ connected: import("@feathersjs/typebox").TBoolean;
3320
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3321
+ stake_amount: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TNumber]>;
3322
+ dry_run: import("@feathersjs/typebox").TBoolean;
3323
+ handling: import("@feathersjs/typebox").TString<string>;
3324
+ initial_state: import("@feathersjs/typebox").TString<string>;
3325
+ pairlists: import("@feathersjs/typebox").TAny;
3326
+ strategy: import("@feathersjs/typebox").TAny;
3327
+ strategyId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3328
+ plugins: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3329
+ number_assets: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3330
+ refresh_period: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3331
+ sortByPerformance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3332
+ ignoreLowValue: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3333
+ removeRecentlyListed: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3334
+ removeRecentlyListedDays: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3335
+ }>>;
3336
+ dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3337
+ max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3338
+ fiat_display_currency: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3339
+ unfilledtimeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3340
+ buy: import("@feathersjs/typebox").TNumber;
3341
+ sell: import("@feathersjs/typebox").TNumber;
3342
+ }>>;
3343
+ cancel_open_orders_on_exit: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3344
+ running: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3345
+ tradable_balance_ratio: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
3346
+ webhook: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3347
+ enabled: import("@feathersjs/typebox").TBoolean;
3348
+ format: import("@feathersjs/typebox").TString<string>;
3349
+ url: import("@feathersjs/typebox").TString<string>;
3350
+ webhookstatus: import("@feathersjs/typebox").TObject<{
3351
+ event: import("@feathersjs/typebox").TString<string>;
3352
+ status: import("@feathersjs/typebox").TString<string>;
3353
+ traderId: import("@feathersjs/typebox").TAny;
3354
+ userId: import("@feathersjs/typebox").TString<string>;
3355
+ }>;
3356
+ webhookbuy: import("@feathersjs/typebox").TObject<{
3357
+ event: import("@feathersjs/typebox").TString<string>;
3358
+ traderId: import("@feathersjs/typebox").TAny;
3359
+ userId: import("@feathersjs/typebox").TString<string>;
3360
+ pair: import("@feathersjs/typebox").TString<string>;
3361
+ limit: import("@feathersjs/typebox").TString<string>;
3362
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3363
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3364
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3365
+ }>;
3366
+ webhookbuycancel: import("@feathersjs/typebox").TObject<{
3367
+ event: import("@feathersjs/typebox").TString<string>;
3368
+ traderId: import("@feathersjs/typebox").TAny;
3369
+ userId: import("@feathersjs/typebox").TString<string>;
3370
+ pair: import("@feathersjs/typebox").TString<string>;
3371
+ limit: import("@feathersjs/typebox").TString<string>;
3372
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3373
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3374
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3375
+ }>;
3376
+ webhookbuyfill: import("@feathersjs/typebox").TObject<{
3377
+ event: import("@feathersjs/typebox").TString<string>;
3378
+ userId: import("@feathersjs/typebox").TString<string>;
3379
+ traderId: import("@feathersjs/typebox").TAny;
3380
+ trade_id: import("@feathersjs/typebox").TString<string>;
3381
+ pair: import("@feathersjs/typebox").TString<string>;
3382
+ open_rate: import("@feathersjs/typebox").TString<string>;
3383
+ amount: import("@feathersjs/typebox").TString<string>;
3384
+ open_date: import("@feathersjs/typebox").TString<string>;
3385
+ stake_amount: import("@feathersjs/typebox").TString<string>;
3386
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3387
+ }>;
3388
+ webhooksell: import("@feathersjs/typebox").TObject<{
3389
+ event: import("@feathersjs/typebox").TString<string>;
3390
+ traderId: import("@feathersjs/typebox").TAny;
3391
+ userId: import("@feathersjs/typebox").TString<string>;
3392
+ trade_id: import("@feathersjs/typebox").TString<string>;
3393
+ pair: import("@feathersjs/typebox").TString<string>;
3394
+ gain: import("@feathersjs/typebox").TString<string>;
3395
+ amount: import("@feathersjs/typebox").TString<string>;
3396
+ limit: import("@feathersjs/typebox").TString<string>;
3397
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3398
+ profit_amount: import("@feathersjs/typebox").TString<string>;
3399
+ fiat_currency: import("@feathersjs/typebox").TString<string>;
3400
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
3401
+ open_date: import("@feathersjs/typebox").TString<string>;
3402
+ close_date: import("@feathersjs/typebox").TString<string>;
3403
+ sell_reason: import("@feathersjs/typebox").TString<string>;
3404
+ order_type: import("@feathersjs/typebox").TString<string>;
3405
+ }>;
3406
+ webhooksellcancel: import("@feathersjs/typebox").TObject<{
3407
+ event: import("@feathersjs/typebox").TString<string>;
3408
+ traderId: import("@feathersjs/typebox").TAny;
3409
+ userId: import("@feathersjs/typebox").TString<string>;
3410
+ pair: import("@feathersjs/typebox").TString<string>;
3411
+ limit: import("@feathersjs/typebox").TString<string>;
3412
+ profit_amount: import("@feathersjs/typebox").TString<string>;
3413
+ stake_currency: import("@feathersjs/typebox").TString<string>;
3414
+ profit_ratio: import("@feathersjs/typebox").TString<string>;
3415
+ }>;
3416
+ webhooksellfill: import("@feathersjs/typebox").TObject<{
3417
+ event: import("@feathersjs/typebox").TString<string>;
3418
+ traderId: import("@feathersjs/typebox").TAny;
3419
+ userId: import("@feathersjs/typebox").TString<string>;
3420
+ pair: import("@feathersjs/typebox").TString<string>;
3421
+ close_rate: import("@feathersjs/typebox").TString<string>;
3422
+ }>;
3423
+ }>>;
3424
+ bid_strategy: import("@feathersjs/typebox").TObject<{
3425
+ price_side: import("@feathersjs/typebox").TLiteral<"bid">;
3426
+ ask_last_balance: import("@feathersjs/typebox").TNumber;
3427
+ use_order_book: import("@feathersjs/typebox").TBoolean;
3428
+ order_book_top: import("@feathersjs/typebox").TInteger;
3429
+ check_depth_of_market: import("@feathersjs/typebox").TObject<{
3430
+ enabled: import("@feathersjs/typebox").TBoolean;
3431
+ bids_to_ask_delta: import("@feathersjs/typebox").TInteger;
3432
+ }>;
3433
+ }>;
3434
+ ask_strategy: import("@feathersjs/typebox").TObject<{
3435
+ price_side: import("@feathersjs/typebox").TLiteral<"ask">;
3436
+ use_order_book: import("@feathersjs/typebox").TBoolean;
3437
+ order_book_min: import("@feathersjs/typebox").TInteger;
3438
+ order_book_max: import("@feathersjs/typebox").TInteger;
3439
+ exit_sell_signal: import("@feathersjs/typebox").TBoolean;
3440
+ exit_profit_only: import("@feathersjs/typebox").TBoolean;
3441
+ ignore_roi_if_entry_signal: import("@feathersjs/typebox").TBoolean;
3442
+ }>;
3443
+ api_server: import("@feathersjs/typebox").TObject<{
3444
+ enabled: import("@feathersjs/typebox").TBoolean;
3445
+ listen_ip_address: import("@feathersjs/typebox").TString<string>;
3446
+ listen_port: import("@feathersjs/typebox").TNumber;
3447
+ verbosity: import("@feathersjs/typebox").TString<string>;
3448
+ jwt_secret_key: import("@feathersjs/typebox").TString<string>;
3449
+ CORS_origins: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3450
+ username: import("@feathersjs/typebox").TString<string>;
3451
+ password: import("@feathersjs/typebox").TString<string>;
3452
+ }>;
3453
+ pod: import("@feathersjs/typebox").TString<string>;
3454
+ host: import("@feathersjs/typebox").TString<string>;
3455
+ provider: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3456
+ strategies: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3457
+ "traders/pods": import("@feathersjs/typebox").TAny;
3458
+ }>>>>;
3459
+ 'strategies/templates': import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
3460
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3461
+ name: import("@feathersjs/typebox").TString<string>;
3462
+ type: import("@feathersjs/typebox").TString<string>;
3463
+ description: import("@feathersjs/typebox").TString<string>;
3464
+ createdAt: import("@feathersjs/typebox").TAny;
3465
+ values: import("@feathersjs/typebox").TAny;
3466
+ }>>>;
3467
+ 'strategies/indicators': import("@feathersjs/typebox").TAny;
3468
+ }>>>;
3469
+ pod: import("@feathersjs/typebox").TAny;
3470
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3471
+ stop: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
3472
+ options: import("@feathersjs/typebox").TAny;
3473
+ }>, ["_id", "provider", "host", "pod", "exchangeId", "options"]>;
3474
+ export declare const tradersPodsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
3475
+ $limit: import("@feathersjs/typebox").TNumber;
3476
+ $skip: import("@feathersjs/typebox").TNumber;
3477
+ $sort: import("@feathersjs/typebox").TObject<{
3478
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3479
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3480
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3481
+ options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3482
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3483
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
3484
+ }>;
3485
+ $select: import("@feathersjs/typebox").TUnsafe<("host" | "provider" | "_id" | "options" | "exchangeId" | "pod")[]>;
3486
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3487
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3488
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3489
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3490
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3491
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3492
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3493
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3494
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3495
+ }>, import("@feathersjs/typebox").TObject<{
3496
+ [key: string]: import("@feathersjs/typebox").TSchema;
3497
+ } | undefined>]>>]>>;
3498
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3499
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3500
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3501
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3502
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3503
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3504
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3505
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3506
+ }>, import("@feathersjs/typebox").TObject<{
3507
+ [key: string]: import("@feathersjs/typebox").TSchema;
3508
+ } | undefined>]>>]>>;
3509
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3510
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3511
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3512
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3513
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3514
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3515
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3516
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3517
+ }>, import("@feathersjs/typebox").TObject<{
3518
+ [key: string]: import("@feathersjs/typebox").TSchema;
3519
+ } | undefined>]>>]>>;
3520
+ options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3521
+ $gt: import("@feathersjs/typebox").TAny;
3522
+ $gte: import("@feathersjs/typebox").TAny;
3523
+ $lt: import("@feathersjs/typebox").TAny;
3524
+ $lte: import("@feathersjs/typebox").TAny;
3525
+ $ne: import("@feathersjs/typebox").TAny;
3526
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3527
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3528
+ }>, import("@feathersjs/typebox").TObject<{
3529
+ [key: string]: import("@feathersjs/typebox").TSchema;
3530
+ } | undefined>]>>]>>;
3531
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3532
+ $gt: import("@feathersjs/typebox").TString<string>;
3533
+ $gte: import("@feathersjs/typebox").TString<string>;
3534
+ $lt: import("@feathersjs/typebox").TString<string>;
3535
+ $lte: import("@feathersjs/typebox").TString<string>;
3536
+ $ne: import("@feathersjs/typebox").TString<string>;
3537
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3538
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3539
+ }>, import("@feathersjs/typebox").TObject<{
3540
+ [key: string]: import("@feathersjs/typebox").TSchema;
3541
+ } | undefined>]>>]>>;
3542
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3543
+ $gt: import("@feathersjs/typebox").TAny;
3544
+ $gte: import("@feathersjs/typebox").TAny;
3545
+ $lt: import("@feathersjs/typebox").TAny;
3546
+ $lte: import("@feathersjs/typebox").TAny;
3547
+ $ne: import("@feathersjs/typebox").TAny;
3548
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3549
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3550
+ }>, import("@feathersjs/typebox").TObject<{
3551
+ [key: string]: import("@feathersjs/typebox").TSchema;
3552
+ } | undefined>]>>]>>;
3553
+ }>>, import("@feathersjs/typebox").TObject<{
3554
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3555
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3556
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3557
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3558
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3559
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3560
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3561
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3562
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3563
+ }>, import("@feathersjs/typebox").TObject<{
3564
+ [key: string]: import("@feathersjs/typebox").TSchema;
3565
+ } | undefined>]>>]>>;
3566
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3567
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3568
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3569
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3570
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3571
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3572
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3573
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3574
+ }>, import("@feathersjs/typebox").TObject<{
3575
+ [key: string]: import("@feathersjs/typebox").TSchema;
3576
+ } | undefined>]>>]>>;
3577
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3578
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3579
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3580
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3581
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3582
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3583
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3584
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3585
+ }>, import("@feathersjs/typebox").TObject<{
3586
+ [key: string]: import("@feathersjs/typebox").TSchema;
3587
+ } | undefined>]>>]>>;
3588
+ options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3589
+ $gt: import("@feathersjs/typebox").TAny;
3590
+ $gte: import("@feathersjs/typebox").TAny;
3591
+ $lt: import("@feathersjs/typebox").TAny;
3592
+ $lte: import("@feathersjs/typebox").TAny;
3593
+ $ne: import("@feathersjs/typebox").TAny;
3594
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3595
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3596
+ }>, import("@feathersjs/typebox").TObject<{
3597
+ [key: string]: import("@feathersjs/typebox").TSchema;
3598
+ } | undefined>]>>]>>;
3599
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3600
+ $gt: import("@feathersjs/typebox").TString<string>;
3601
+ $gte: import("@feathersjs/typebox").TString<string>;
3602
+ $lt: import("@feathersjs/typebox").TString<string>;
3603
+ $lte: import("@feathersjs/typebox").TString<string>;
3604
+ $ne: import("@feathersjs/typebox").TString<string>;
3605
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3606
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3607
+ }>, import("@feathersjs/typebox").TObject<{
3608
+ [key: string]: import("@feathersjs/typebox").TSchema;
3609
+ } | undefined>]>>]>>;
3610
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3611
+ $gt: import("@feathersjs/typebox").TAny;
3612
+ $gte: import("@feathersjs/typebox").TAny;
3613
+ $lt: import("@feathersjs/typebox").TAny;
3614
+ $lte: import("@feathersjs/typebox").TAny;
3615
+ $ne: import("@feathersjs/typebox").TAny;
3616
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3617
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3618
+ }>, import("@feathersjs/typebox").TObject<{
3619
+ [key: string]: import("@feathersjs/typebox").TSchema;
3620
+ } | undefined>]>>]>>;
3621
+ }>>>;
3622
+ }>]>>;
3623
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3624
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3625
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3626
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3627
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3628
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3629
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3630
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3631
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3632
+ }>, import("@feathersjs/typebox").TObject<{
3633
+ [key: string]: import("@feathersjs/typebox").TSchema;
3634
+ } | undefined>]>>]>>;
3635
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3636
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3637
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3638
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3639
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3640
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3641
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3642
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3643
+ }>, import("@feathersjs/typebox").TObject<{
3644
+ [key: string]: import("@feathersjs/typebox").TSchema;
3645
+ } | undefined>]>>]>>;
3646
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3647
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3648
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3649
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3650
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3651
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3652
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3653
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3654
+ }>, import("@feathersjs/typebox").TObject<{
3655
+ [key: string]: import("@feathersjs/typebox").TSchema;
3656
+ } | undefined>]>>]>>;
3657
+ options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3658
+ $gt: import("@feathersjs/typebox").TAny;
3659
+ $gte: import("@feathersjs/typebox").TAny;
3660
+ $lt: import("@feathersjs/typebox").TAny;
3661
+ $lte: import("@feathersjs/typebox").TAny;
3662
+ $ne: import("@feathersjs/typebox").TAny;
3663
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3664
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3665
+ }>, import("@feathersjs/typebox").TObject<{
3666
+ [key: string]: import("@feathersjs/typebox").TSchema;
3667
+ } | undefined>]>>]>>;
3668
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3669
+ $gt: import("@feathersjs/typebox").TString<string>;
3670
+ $gte: import("@feathersjs/typebox").TString<string>;
3671
+ $lt: import("@feathersjs/typebox").TString<string>;
3672
+ $lte: import("@feathersjs/typebox").TString<string>;
3673
+ $ne: import("@feathersjs/typebox").TString<string>;
3674
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3675
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3676
+ }>, import("@feathersjs/typebox").TObject<{
3677
+ [key: string]: import("@feathersjs/typebox").TSchema;
3678
+ } | undefined>]>>]>>;
3679
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3680
+ $gt: import("@feathersjs/typebox").TAny;
3681
+ $gte: import("@feathersjs/typebox").TAny;
3682
+ $lt: import("@feathersjs/typebox").TAny;
3683
+ $lte: import("@feathersjs/typebox").TAny;
3684
+ $ne: import("@feathersjs/typebox").TAny;
3685
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3686
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3687
+ }>, import("@feathersjs/typebox").TObject<{
3688
+ [key: string]: import("@feathersjs/typebox").TSchema;
3689
+ } | undefined>]>>]>>;
3690
+ }>>>;
3691
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
3692
+ host: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3693
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3694
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3695
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3696
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3697
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
3698
+ $in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3699
+ $nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>>;
3700
+ }>, import("@feathersjs/typebox").TObject<{
3701
+ [key: string]: import("@feathersjs/typebox").TSchema;
3702
+ } | undefined>]>>]>>;
3703
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3704
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3705
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3706
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3707
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3708
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>;
3709
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3710
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker">]>>;
3711
+ }>, import("@feathersjs/typebox").TObject<{
3712
+ [key: string]: import("@feathersjs/typebox").TSchema;
3713
+ } | undefined>]>>]>>;
3714
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3715
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3716
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3717
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3718
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3719
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
3720
+ $in: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3721
+ $nin: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
3722
+ }>, import("@feathersjs/typebox").TObject<{
3723
+ [key: string]: import("@feathersjs/typebox").TSchema;
3724
+ } | undefined>]>>]>>;
3725
+ options: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3726
+ $gt: import("@feathersjs/typebox").TAny;
3727
+ $gte: import("@feathersjs/typebox").TAny;
3728
+ $lt: import("@feathersjs/typebox").TAny;
3729
+ $lte: import("@feathersjs/typebox").TAny;
3730
+ $ne: import("@feathersjs/typebox").TAny;
3731
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3732
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3733
+ }>, import("@feathersjs/typebox").TObject<{
3734
+ [key: string]: import("@feathersjs/typebox").TSchema;
3735
+ } | undefined>]>>]>>;
3736
+ exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3737
+ $gt: import("@feathersjs/typebox").TString<string>;
3738
+ $gte: import("@feathersjs/typebox").TString<string>;
3739
+ $lt: import("@feathersjs/typebox").TString<string>;
3740
+ $lte: import("@feathersjs/typebox").TString<string>;
3741
+ $ne: import("@feathersjs/typebox").TString<string>;
3742
+ $in: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3743
+ $nin: import("@feathersjs/typebox").TString<string> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
3744
+ }>, import("@feathersjs/typebox").TObject<{
3745
+ [key: string]: import("@feathersjs/typebox").TSchema;
3746
+ } | undefined>]>>]>>;
3747
+ pod: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TAny, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
3748
+ $gt: import("@feathersjs/typebox").TAny;
3749
+ $gte: import("@feathersjs/typebox").TAny;
3750
+ $lt: import("@feathersjs/typebox").TAny;
3751
+ $lte: import("@feathersjs/typebox").TAny;
3752
+ $ne: import("@feathersjs/typebox").TAny;
3753
+ $in: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3754
+ $nin: import("@feathersjs/typebox").TAny | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
3755
+ }>, import("@feathersjs/typebox").TObject<{
3756
+ [key: string]: import("@feathersjs/typebox").TSchema;
3757
+ } | undefined>]>>]>>;
3758
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
3759
+ export type TradersPodsQuery = Static<typeof tradersPodsQuerySchema>;
3760
+ export declare const tradersPodsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
3761
+ export declare const tradersPodsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
3762
+ $limit: number;
3763
+ $skip: number;
3764
+ $sort: {
3765
+ host?: number | undefined;
3766
+ provider?: number | undefined;
3767
+ _id?: number | undefined;
3768
+ options?: number | undefined;
3769
+ exchangeId?: number | undefined;
3770
+ pod?: number | undefined;
3771
+ };
3772
+ $select: ("host" | "provider" | "_id" | "options" | "exchangeId" | "pod")[];
3773
+ $and: ({
3774
+ host?: string | Partial<{
3775
+ $gt?: string | undefined;
3776
+ $gte?: string | undefined;
3777
+ $lt?: string | undefined;
3778
+ $lte?: string | undefined;
3779
+ $ne?: string | undefined;
3780
+ $in: string | string[];
3781
+ $nin: string | string[];
3782
+ } & {}> | undefined;
3783
+ provider?: "docker" | Partial<{
3784
+ $gt: "docker";
3785
+ $gte: "docker";
3786
+ $lt: "docker";
3787
+ $lte: "docker";
3788
+ $ne: "docker";
3789
+ $in: "docker" | "docker"[];
3790
+ $nin: "docker" | "docker"[];
3791
+ } & {}> | undefined;
3792
+ _id?: string | {} | Partial<{
3793
+ $gt: string | {};
3794
+ $gte: string | {};
3795
+ $lt: string | {};
3796
+ $lte: string | {};
3797
+ $ne: string | {};
3798
+ $in: string | {} | (string | {})[];
3799
+ $nin: string | {} | (string | {})[];
3800
+ } & {}> | undefined;
3801
+ options?: any;
3802
+ exchangeId?: string | Partial<{
3803
+ $gt: string;
3804
+ $gte: string;
3805
+ $lt: string;
3806
+ $lte: string;
3807
+ $ne: string;
3808
+ $in: string | string[];
3809
+ $nin: string | string[];
3810
+ } & {}> | undefined;
3811
+ pod?: any;
3812
+ } | {
3813
+ $or: {
3814
+ host?: string | Partial<{
3815
+ $gt?: string | undefined;
3816
+ $gte?: string | undefined;
3817
+ $lt?: string | undefined;
3818
+ $lte?: string | undefined;
3819
+ $ne?: string | undefined;
3820
+ $in: string | string[];
3821
+ $nin: string | string[];
3822
+ } & {}> | undefined;
3823
+ provider?: "docker" | Partial<{
3824
+ $gt: "docker";
3825
+ $gte: "docker";
3826
+ $lt: "docker";
3827
+ $lte: "docker";
3828
+ $ne: "docker";
3829
+ $in: "docker" | "docker"[];
3830
+ $nin: "docker" | "docker"[];
3831
+ } & {}> | undefined;
3832
+ _id?: string | {} | Partial<{
3833
+ $gt: string | {};
3834
+ $gte: string | {};
3835
+ $lt: string | {};
3836
+ $lte: string | {};
3837
+ $ne: string | {};
3838
+ $in: string | {} | (string | {})[];
3839
+ $nin: string | {} | (string | {})[];
3840
+ } & {}> | undefined;
3841
+ options?: any;
3842
+ exchangeId?: string | Partial<{
3843
+ $gt: string;
3844
+ $gte: string;
3845
+ $lt: string;
3846
+ $lte: string;
3847
+ $ne: string;
3848
+ $in: string | string[];
3849
+ $nin: string | string[];
3850
+ } & {}> | undefined;
3851
+ pod?: any;
3852
+ }[];
3853
+ })[];
3854
+ $or: {
3855
+ host?: string | Partial<{
3856
+ $gt?: string | undefined;
3857
+ $gte?: string | undefined;
3858
+ $lt?: string | undefined;
3859
+ $lte?: string | undefined;
3860
+ $ne?: string | undefined;
3861
+ $in: string | string[];
3862
+ $nin: string | string[];
3863
+ } & {}> | undefined;
3864
+ provider?: "docker" | Partial<{
3865
+ $gt: "docker";
3866
+ $gte: "docker";
3867
+ $lt: "docker";
3868
+ $lte: "docker";
3869
+ $ne: "docker";
3870
+ $in: "docker" | "docker"[];
3871
+ $nin: "docker" | "docker"[];
3872
+ } & {}> | undefined;
3873
+ _id?: string | {} | Partial<{
3874
+ $gt: string | {};
3875
+ $gte: string | {};
3876
+ $lt: string | {};
3877
+ $lte: string | {};
3878
+ $ne: string | {};
3879
+ $in: string | {} | (string | {})[];
3880
+ $nin: string | {} | (string | {})[];
3881
+ } & {}> | undefined;
3882
+ options?: any;
3883
+ exchangeId?: string | Partial<{
3884
+ $gt: string;
3885
+ $gte: string;
3886
+ $lt: string;
3887
+ $lte: string;
3888
+ $ne: string;
3889
+ $in: string | string[];
3890
+ $nin: string | string[];
3891
+ } & {}> | undefined;
3892
+ pod?: any;
3893
+ }[];
3894
+ }> & {
3895
+ host?: string | Partial<{
3896
+ $gt?: string | undefined;
3897
+ $gte?: string | undefined;
3898
+ $lt?: string | undefined;
3899
+ $lte?: string | undefined;
3900
+ $ne?: string | undefined;
3901
+ $in: string | string[];
3902
+ $nin: string | string[];
3903
+ } & {}> | undefined;
3904
+ provider?: "docker" | Partial<{
3905
+ $gt: "docker";
3906
+ $gte: "docker";
3907
+ $lt: "docker";
3908
+ $lte: "docker";
3909
+ $ne: "docker";
3910
+ $in: "docker" | "docker"[];
3911
+ $nin: "docker" | "docker"[];
3912
+ } & {}> | undefined;
3913
+ _id?: string | {} | Partial<{
3914
+ $gt: string | {};
3915
+ $gte: string | {};
3916
+ $lt: string | {};
3917
+ $lte: string | {};
3918
+ $ne: string | {};
3919
+ $in: string | {} | (string | {})[];
3920
+ $nin: string | {} | (string | {})[];
3921
+ } & {}> | undefined;
3922
+ options?: any;
3923
+ exchangeId?: string | Partial<{
3924
+ $gt: string;
3925
+ $gte: string;
3926
+ $lt: string;
3927
+ $lte: string;
3928
+ $ne: string;
3929
+ $in: string | string[];
3930
+ $nin: string | string[];
3931
+ } & {}> | undefined;
3932
+ pod?: any;
3933
+ } & {}, HookContext<TradersPodsService<import("./pods.class").TradersPodsParams>>>;