@cryptorobot.ai/client 0.0.35 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{services → src/services}/exchanges/balance/balance.schema.d.ts +28 -4
- package/lib/{services → src/services}/exchanges/download/download.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/download/download.d.ts +1 -0
- package/lib/{services → src/services}/exchanges/download/download.schema.d.ts +28 -4
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.d.ts +1 -0
- package/lib/{services → src/services}/exchanges/exchanges.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/exchanges.schema.d.ts +246 -90
- package/lib/{services → src/services}/exchanges/ticker/ticker.class.d.ts +1 -1
- package/lib/{services → src/services}/exchanges/ticker/ticker.schema.d.ts +28 -4
- package/lib/{services → src/services}/homepage/homepage.schema.d.ts +17 -1
- package/lib/{services → src/services}/marketplaces/marketplaces.class.d.ts +1 -1
- package/lib/{services → src/services}/markets/markets.class.d.ts +1 -1
- package/lib/{services → src/services}/messages/messages.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/ai/ai.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/backtest/backtest.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/backtest/backtest.schema.d.ts +92 -92
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.d.ts +1 -0
- package/lib/{services → src/services}/strategies/indicators/indicators.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/strategies.class.d.ts +1 -1
- package/lib/{services → src/services}/strategies/strategies.schema.d.ts +117 -35
- package/lib/{services → src/services}/strategies/templates/templates.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/api/api.schema.d.ts +164 -140
- package/lib/{services → src/services}/traders/pods/events/events.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/events/events.d.ts +1 -0
- package/lib/{services → src/services}/traders/pods/events/events.schema.d.ts +93 -3
- package/lib/{services → src/services}/traders/pods/pods.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/pods.schema.d.ts +84 -60
- package/lib/{services → src/services}/traders/pods/webhooks/webhooks.class.d.ts +1 -1
- package/lib/{services → src/services}/traders/pods/webhooks/webhooks.d.ts +1 -0
- package/lib/{services → src/services}/traders/traders.schema.d.ts +263 -131
- package/lib/{services → src/services}/users/users.schema.d.ts +185 -3
- package/package.json +13 -10
- package/readme.md +50 -2
- package/lib/app.d.ts +0 -4
- package/lib/authentication.d.ts +0 -8
- package/lib/channels.d.ts +0 -3
- package/lib/client.d.ts +0 -87
- package/lib/configuration.d.ts +0 -226
- package/lib/declarations.d.ts +0 -16
- package/lib/firebase-push-notification.d.ts +0 -1
- package/lib/helper.d.ts +0 -22
- package/lib/helpers/app.helper.d.ts +0 -17
- package/lib/helpers/backtest.helper.d.ts +0 -61
- package/lib/helpers/ccxt.helper.d.ts +0 -92
- package/lib/helpers/deployments.helper.d.ts +0 -84
- package/lib/helpers/funnel.helper.d.ts +0 -19
- package/lib/helpers/handlebars.helper.d.ts +0 -25
- package/lib/helpers/hyperopt.helper.d.ts +0 -22
- package/lib/helpers/logging.helper.d.ts +0 -9
- package/lib/helpers/push-notification.helper.d.ts +0 -8
- package/lib/helpers/queue.helper.d.ts +0 -13
- package/lib/helpers/rules.helper.d.ts +0 -13
- package/lib/helpers/sqlite3.helper.d.ts +0 -6
- package/lib/helpers/sqs.helper.d.ts +0 -7
- package/lib/helpers/subscription.helper.d.ts +0 -48
- package/lib/helpers/telegram.helper.d.ts +0 -32
- package/lib/helpers/trader.helper.d.ts +0 -38
- package/lib/hooks/application/setup-ccxt-load-marketplaces-mocked.d.ts +0 -3
- package/lib/hooks/application/setup-ccxt-load-marketplaces.d.ts +0 -2
- package/lib/hooks/application/setup-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/application/setup-config-preparation.d.ts +0 -3
- package/lib/hooks/application/setup-fs.d.ts +0 -3
- package/lib/hooks/application/setup-info.d.ts +0 -3
- package/lib/hooks/application/setup-load-indicators.d.ts +0 -3
- package/lib/hooks/application/setup-load-strategy-templates.d.ts +0 -3
- package/lib/hooks/backtest-copy-candles-from-user-data.d.ts +0 -2
- package/lib/hooks/backtest-generate-and-queue.d.ts +0 -2
- package/lib/hooks/backtest-generate-config.d.ts +0 -8
- package/lib/hooks/backtest-generate-exchange-config.d.ts +0 -8
- package/lib/hooks/backtest-get-results.d.ts +0 -14
- package/lib/hooks/backtest-in-disk-clone-strategy.d.ts +0 -2
- package/lib/hooks/backtest-validate.d.ts +0 -2
- package/lib/hooks/bootstrap-user-exchanges.d.ts +0 -2
- package/lib/hooks/bootstrap-user-strategies.d.ts +0 -2
- package/lib/hooks/bootstrap-user-traders.d.ts +0 -2
- package/lib/hooks/check-required-credentials.d.ts +0 -2
- package/lib/hooks/enrich-webhook-to-event.d.ts +0 -2
- package/lib/hooks/exchanges/after-create-ccxt-balances-propagate-to-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/after-find-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/exchanges/after-get-whitelist-blacklist-transform.d.ts +0 -2
- package/lib/hooks/exchanges/before-create-ccxt-get-balances.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-blacklist-validation-per-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-ccxt-connect-exchange.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-ccxt-load-markets.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-transform.d.ts +0 -2
- package/lib/hooks/exchanges/before-patch-whitelist-blacklist-validate.d.ts +0 -2
- package/lib/hooks/exchanges/download/after-create-get-recent-downloaded-data-info.d.ts +0 -2
- package/lib/hooks/exchanges/download/before-create-generate-config.d.ts +0 -2
- package/lib/hooks/exchanges/download/before-create-process-exchange-data-download.d.ts +0 -2
- package/lib/hooks/file-generate-config-hyperopt.d.ts +0 -2
- package/lib/hooks/hyperopt-generate-and-queue.d.ts +0 -2
- package/lib/hooks/hyperopt-generate-exchange-config.d.ts +0 -8
- package/lib/hooks/hyperopt-get-results.d.ts +0 -2
- package/lib/hooks/hyperopt-in-disk-clone-strategy.d.ts +0 -2
- package/lib/hooks/hyperopt-track-usage.d.ts +0 -2
- package/lib/hooks/init-data-folder.d.ts +0 -2
- package/lib/hooks/log-error.d.ts +0 -2
- package/lib/hooks/messages/messages-process-data.d.ts +0 -2
- package/lib/hooks/openai-process-request.d.ts +0 -2
- package/lib/hooks/pairs-transform.d.ts +0 -2
- package/lib/hooks/remove-container.d.ts +0 -2
- package/lib/hooks/revenuecat-is-subscription-active.d.ts +0 -2
- package/lib/hooks/set-default-strategy.d.ts +0 -2
- package/lib/hooks/setup-aws-sdk.d.ts +0 -2
- package/lib/hooks/setup-cronjobs.d.ts +0 -2
- package/lib/hooks/setup-ensure-image.d.ts +0 -3
- package/lib/hooks/setup-firebase.d.ts +0 -2
- package/lib/hooks/setup-homepage.d.ts +0 -3
- package/lib/hooks/setup-mautic.d.ts +0 -3
- package/lib/hooks/setup-mixpanel.d.ts +0 -3
- package/lib/hooks/setup-prepare-maildev-while-in-test-env.d.ts +0 -3
- package/lib/hooks/setup-queues.d.ts +0 -3
- package/lib/hooks/setup-stripe.d.ts +0 -2
- package/lib/hooks/setup-telegram-client.d.ts +0 -3
- package/lib/hooks/sqlite-reset-database.d.ts +0 -2
- package/lib/hooks/strategies/disk-create-strategy.d.ts +0 -2
- package/lib/hooks/strategies/disk-remove-strategy.d.ts +0 -2
- package/lib/hooks/strategies/file-strategies-clone.d.ts +0 -2
- package/lib/hooks/stripe-check-subscription.d.ts +0 -2
- package/lib/hooks/stripe-create-payment-intent.d.ts +0 -2
- package/lib/hooks/stripe-is-subscription-active.d.ts +0 -2
- package/lib/hooks/stripe-sync-customer-data.d.ts +0 -2
- package/lib/hooks/telegram-create-group.d.ts +0 -2
- package/lib/hooks/telegram-delete-group.d.ts +0 -2
- package/lib/hooks/telegram-update-group.d.ts +0 -2
- package/lib/hooks/tickers-fetch.d.ts +0 -2
- package/lib/hooks/traders/after-patch-file-candles-clone.d.ts +0 -2
- package/lib/hooks/traders/before-patch-folders-initialize.d.ts +0 -2
- package/lib/hooks/traders/before-patch-transform-pairlist-plugins.d.ts +0 -2
- package/lib/hooks/traders/container-api-control.d.ts +0 -2
- package/lib/hooks/traders/container-stop.d.ts +0 -2
- package/lib/hooks/traders/create-trader-container.d.ts +0 -2
- package/lib/hooks/traders/generate-exchange-config.d.ts +0 -2
- package/lib/hooks/traders/generate-trader-config.d.ts +0 -2
- package/lib/hooks/traders/pods-container-inspect.d.ts +0 -2
- package/lib/hooks/traders/pods-process-worker.d.ts +0 -7
- package/lib/hooks/users/email-verify-signup.d.ts +0 -2
- package/lib/index.d.ts +0 -1
- package/lib/logger.d.ts +0 -1
- package/lib/mongodb.d.ts +0 -8
- package/lib/prepare-for-publish.d.ts +0 -1
- package/lib/sentry.d.ts +0 -2
- package/lib/telegram-get-credentials.d.ts +0 -1
- package/lib/validators.d.ts +0 -3
- package/{readme.client.md → README.md} +0 -0
- package/lib/{client.js → src/client.js} +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.class.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.shared.d.ts +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.shared.js +0 -0
- package/lib/{services → src/services}/auth-management/auth-management.utils.d.ts +0 -0
- package/lib/{services → src/services}/config/config.class.d.ts +0 -0
- package/lib/{services → src/services}/config/config.d.ts +0 -0
- package/lib/{services → src/services}/config/config.shared.d.ts +0 -0
- package/lib/{services → src/services}/config/config.shared.js +0 -0
- package/lib/{services → src/services}/custom/custom.class.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.shared.d.ts +0 -0
- package/lib/{services → src/services}/custom/custom.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.class.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/balance/balance.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/download/download.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/download.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.schema.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/download/webhooks/webhooks.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/exchanges.shared.js +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.shared.d.ts +0 -0
- package/lib/{services → src/services}/exchanges/ticker/ticker.shared.js +0 -0
- package/lib/{services → src/services}/homepage/homepage.class.d.ts +1 -1
- package/lib/{services → src/services}/homepage/homepage.d.ts +0 -0
- package/lib/{services → src/services}/homepage/homepage.shared.d.ts +0 -0
- package/lib/{services → src/services}/homepage/homepage.shared.js +0 -0
- package/lib/{services → src/services}/index.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.class.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.shared.d.ts +0 -0
- package/lib/{services → src/services}/mailer/mailer.shared.js +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.d.ts +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.shared.d.ts +0 -0
- package/lib/{services → src/services}/marketplaces/marketplaces.shared.js +0 -0
- package/lib/{services → src/services}/markets/markets.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.schema.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.shared.d.ts +0 -0
- package/lib/{services → src/services}/markets/markets.shared.js +0 -0
- package/lib/{services → src/services}/messages/messages.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.schema.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.shared.d.ts +0 -0
- package/lib/{services → src/services}/messages/messages.shared.js +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.schema.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/ai.shared.js +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/ai/stream/stream.shared.js +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/backtest.shared.js +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.schema.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/backtest/results/results.shared.js +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.shared.d.ts +0 -0
- package/lib/{services → src/services}/strategies/blob/blob.shared.js +0 -0
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.class.d.ts +0 -0
- package/lib/{services → src/services}/strategies/hyperopt/hyperopt.schema.d.ts +8 -8
- /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/hyperopt/hyperopt.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.schema.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/indicators/indicators.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/strategies.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/strategies.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/strategies.shared.js +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.schema.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.shared.d.ts +0 -0
- /package/lib/{services → src/services}/strategies/templates/templates.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/charges/charges.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/cards/cards.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/customers.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentintent/paymentintent.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/paymentmethods/paymentmethods.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/customers/subscriptions/subscriptions.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/products/products.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/products/products.shared.js +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.class.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.d.ts +0 -0
- /package/lib/{services → src/services}/stripe/webhooks/webhooks.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/api/api.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/blob/blob.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/events/events.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/events/events.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/pods.shared.js +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.schema.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/pods/webhooks/webhooks.shared.js +0 -0
- /package/lib/{services → src/services}/traders/traders.class.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.shared.d.ts +0 -0
- /package/lib/{services → src/services}/traders/traders.shared.js +0 -0
- /package/lib/{services → src/services}/users/users.class.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.helper.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.shared.d.ts +0 -0
- /package/lib/{services → src/services}/users/users.shared.js +0 -0
- /package/lib/{services → src/services}/version/version.class.d.ts +0 -0
- /package/lib/{services → src/services}/version/version.d.ts +0 -0
- /package/lib/{services → src/services}/version/version.shared.d.ts +0 -0
- /package/lib/{services → src/services}/version/version.shared.js +0 -0
|
@@ -8,10 +8,10 @@ export declare const strategiesBacktestSchema: import("@feathersjs/typebox").TOb
|
|
|
8
8
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
9
9
|
jobId: import("@feathersjs/typebox").TString<string>;
|
|
10
10
|
status: import("@feathersjs/typebox").TString<string>;
|
|
11
|
-
overrides: import("@feathersjs/typebox").TObject<{
|
|
12
|
-
max_open_trades: import("@feathersjs/typebox").TNumber
|
|
13
|
-
dry_run_wallet: import("@feathersjs/typebox").TNumber
|
|
14
|
-
}
|
|
11
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
12
|
+
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
13
|
+
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
14
|
+
}>>;
|
|
15
15
|
options: import("@feathersjs/typebox").TObject<{
|
|
16
16
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
17
17
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
@@ -29,10 +29,14 @@ export declare const strategiesBacktestSchema: import("@feathersjs/typebox").TOb
|
|
|
29
29
|
export type StrategiesBacktest = Static<typeof strategiesBacktestSchema>;
|
|
30
30
|
export declare const strategiesBacktestValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
31
31
|
export declare const strategiesBacktestResolver: import("@feathersjs/schema").Resolver<{
|
|
32
|
-
results?: any;
|
|
33
|
-
startedAt?: any;
|
|
34
32
|
stoppedAt?: any;
|
|
33
|
+
results?: any;
|
|
35
34
|
took?: number | undefined;
|
|
35
|
+
overrides?: {
|
|
36
|
+
dry_run_wallet?: number | undefined;
|
|
37
|
+
max_open_trades?: number | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
startedAt?: any;
|
|
36
40
|
attempts?: any;
|
|
37
41
|
_id: string | {};
|
|
38
42
|
createdAt: any;
|
|
@@ -46,18 +50,18 @@ export declare const strategiesBacktestResolver: import("@feathersjs/schema").Re
|
|
|
46
50
|
status: string;
|
|
47
51
|
traderId: unknown;
|
|
48
52
|
jobId: string;
|
|
49
|
-
overrides: {
|
|
50
|
-
dry_run_wallet: number;
|
|
51
|
-
max_open_trades: number;
|
|
52
|
-
};
|
|
53
53
|
start: any;
|
|
54
54
|
end: any;
|
|
55
55
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
56
56
|
export declare const strategiesBacktestExternalResolver: import("@feathersjs/schema").Resolver<{
|
|
57
|
-
results?: any;
|
|
58
|
-
startedAt?: any;
|
|
59
57
|
stoppedAt?: any;
|
|
58
|
+
results?: any;
|
|
60
59
|
took?: number | undefined;
|
|
60
|
+
overrides?: {
|
|
61
|
+
dry_run_wallet?: number | undefined;
|
|
62
|
+
max_open_trades?: number | undefined;
|
|
63
|
+
} | undefined;
|
|
64
|
+
startedAt?: any;
|
|
61
65
|
attempts?: any;
|
|
62
66
|
_id: string | {};
|
|
63
67
|
createdAt: any;
|
|
@@ -71,10 +75,6 @@ export declare const strategiesBacktestExternalResolver: import("@feathersjs/sch
|
|
|
71
75
|
status: string;
|
|
72
76
|
traderId: unknown;
|
|
73
77
|
jobId: string;
|
|
74
|
-
overrides: {
|
|
75
|
-
dry_run_wallet: number;
|
|
76
|
-
max_open_trades: number;
|
|
77
|
-
};
|
|
78
78
|
start: any;
|
|
79
79
|
end: any;
|
|
80
80
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
@@ -85,10 +85,10 @@ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox")
|
|
|
85
85
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
86
86
|
jobId: import("@feathersjs/typebox").TString<string>;
|
|
87
87
|
status: import("@feathersjs/typebox").TString<string>;
|
|
88
|
-
overrides: import("@feathersjs/typebox").TObject<{
|
|
89
|
-
max_open_trades: import("@feathersjs/typebox").TNumber
|
|
90
|
-
dry_run_wallet: import("@feathersjs/typebox").TNumber
|
|
91
|
-
}
|
|
88
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
89
|
+
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
90
|
+
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
91
|
+
}>>;
|
|
92
92
|
options: import("@feathersjs/typebox").TObject<{
|
|
93
93
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
94
94
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
@@ -106,10 +106,14 @@ export declare const strategiesBacktestDataSchema: import("@feathersjs/typebox")
|
|
|
106
106
|
export type StrategiesBacktestData = Static<typeof strategiesBacktestDataSchema>;
|
|
107
107
|
export declare const strategiesBacktestDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
108
108
|
export declare const strategiesBacktestDataResolver: import("@feathersjs/schema").Resolver<{
|
|
109
|
-
results?: any;
|
|
110
|
-
startedAt?: any;
|
|
111
109
|
stoppedAt?: any;
|
|
110
|
+
results?: any;
|
|
112
111
|
took?: number | undefined;
|
|
112
|
+
overrides?: {
|
|
113
|
+
dry_run_wallet?: number | undefined;
|
|
114
|
+
max_open_trades?: number | undefined;
|
|
115
|
+
} | undefined;
|
|
116
|
+
startedAt?: any;
|
|
113
117
|
attempts?: any;
|
|
114
118
|
_id: string | {};
|
|
115
119
|
createdAt: any;
|
|
@@ -123,10 +127,6 @@ export declare const strategiesBacktestDataResolver: import("@feathersjs/schema"
|
|
|
123
127
|
status: string;
|
|
124
128
|
traderId: unknown;
|
|
125
129
|
jobId: string;
|
|
126
|
-
overrides: {
|
|
127
|
-
dry_run_wallet: number;
|
|
128
|
-
max_open_trades: number;
|
|
129
|
-
};
|
|
130
130
|
start: any;
|
|
131
131
|
end: any;
|
|
132
132
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
@@ -137,10 +137,10 @@ export declare const strategiesBacktestPatchSchema: import("@feathersjs/typebox"
|
|
|
137
137
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
138
138
|
jobId: import("@feathersjs/typebox").TString<string>;
|
|
139
139
|
status: import("@feathersjs/typebox").TString<string>;
|
|
140
|
-
overrides: import("@feathersjs/typebox").TObject<{
|
|
141
|
-
max_open_trades: import("@feathersjs/typebox").TNumber
|
|
142
|
-
dry_run_wallet: import("@feathersjs/typebox").TNumber
|
|
143
|
-
}
|
|
140
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
141
|
+
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
142
|
+
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
143
|
+
}>>;
|
|
144
144
|
options: import("@feathersjs/typebox").TObject<{
|
|
145
145
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
146
146
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
@@ -158,10 +158,14 @@ export declare const strategiesBacktestPatchSchema: import("@feathersjs/typebox"
|
|
|
158
158
|
export type StrategiesBacktestPatch = Static<typeof strategiesBacktestPatchSchema>;
|
|
159
159
|
export declare const strategiesBacktestPatchValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
160
160
|
export declare const strategiesBacktestPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
161
|
-
results?: any;
|
|
162
|
-
startedAt?: any;
|
|
163
161
|
stoppedAt?: any;
|
|
162
|
+
results?: any;
|
|
164
163
|
took?: number | undefined;
|
|
164
|
+
overrides?: {
|
|
165
|
+
dry_run_wallet?: number | undefined;
|
|
166
|
+
max_open_trades?: number | undefined;
|
|
167
|
+
} | undefined;
|
|
168
|
+
startedAt?: any;
|
|
165
169
|
attempts?: any;
|
|
166
170
|
_id: string | {};
|
|
167
171
|
createdAt: any;
|
|
@@ -175,10 +179,6 @@ export declare const strategiesBacktestPatchResolver: import("@feathersjs/schema
|
|
|
175
179
|
status: string;
|
|
176
180
|
traderId: unknown;
|
|
177
181
|
jobId: string;
|
|
178
|
-
overrides: {
|
|
179
|
-
dry_run_wallet: number;
|
|
180
|
-
max_open_trades: number;
|
|
181
|
-
};
|
|
182
182
|
start: any;
|
|
183
183
|
end: any;
|
|
184
184
|
}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
@@ -189,10 +189,10 @@ export declare const strategiesBacktestQueryProperties: import("@feathersjs/type
|
|
|
189
189
|
exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnknown, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
190
190
|
jobId: import("@feathersjs/typebox").TString<string>;
|
|
191
191
|
status: import("@feathersjs/typebox").TString<string>;
|
|
192
|
-
overrides: import("@feathersjs/typebox").TObject<{
|
|
193
|
-
max_open_trades: import("@feathersjs/typebox").TNumber
|
|
194
|
-
dry_run_wallet: import("@feathersjs/typebox").TNumber
|
|
195
|
-
}
|
|
192
|
+
overrides: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
193
|
+
max_open_trades: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
194
|
+
dry_run_wallet: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
|
|
195
|
+
}>>;
|
|
196
196
|
options: import("@feathersjs/typebox").TObject<{
|
|
197
197
|
protections: import("@feathersjs/typebox").TBoolean;
|
|
198
198
|
eps: import("@feathersjs/typebox").TBoolean;
|
|
@@ -213,15 +213,15 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
213
213
|
$sort: import("@feathersjs/typebox").TObject<{
|
|
214
214
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
215
215
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
216
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
216
217
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
217
218
|
exchangeId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
218
219
|
strategyId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
219
220
|
status: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
220
221
|
traderId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
221
222
|
jobId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
222
|
-
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
223
223
|
}>;
|
|
224
|
-
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "results" | "exchangeId" | "strategyId" | "status" | "traderId" | "jobId"
|
|
224
|
+
$select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "stoppedAt" | "results" | "exchangeId" | "strategyId" | "status" | "traderId" | "jobId")[]>;
|
|
225
225
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
226
226
|
_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<{
|
|
227
227
|
$gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
@@ -245,6 +245,17 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
245
245
|
}>, import("@feathersjs/typebox").TObject<{
|
|
246
246
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
247
247
|
} | undefined>]>>]>>;
|
|
248
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
249
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
250
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
251
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
252
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
253
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
254
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
255
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
256
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
257
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
258
|
+
} | undefined>]>>]>>;
|
|
248
259
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
249
260
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
250
261
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -311,17 +322,6 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
311
322
|
}>, import("@feathersjs/typebox").TObject<{
|
|
312
323
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
313
324
|
} | undefined>]>>]>>;
|
|
314
|
-
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
315
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
316
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
317
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
318
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
319
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
320
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
321
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
322
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
323
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
324
|
-
} | undefined>]>>]>>;
|
|
325
325
|
}>>, import("@feathersjs/typebox").TObject<{
|
|
326
326
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
327
327
|
_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<{
|
|
@@ -346,6 +346,17 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
346
346
|
}>, import("@feathersjs/typebox").TObject<{
|
|
347
347
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
348
348
|
} | undefined>]>>]>>;
|
|
349
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
350
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
351
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
352
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
353
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
354
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
355
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
356
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
357
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
358
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
359
|
+
} | undefined>]>>]>>;
|
|
349
360
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
350
361
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
351
362
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -412,17 +423,6 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
412
423
|
}>, import("@feathersjs/typebox").TObject<{
|
|
413
424
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
414
425
|
} | undefined>]>>]>>;
|
|
415
|
-
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
416
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
417
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
418
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
419
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
420
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
421
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
422
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
423
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
424
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
425
|
-
} | undefined>]>>]>>;
|
|
426
426
|
}>>>;
|
|
427
427
|
}>]>>;
|
|
428
428
|
$or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -448,6 +448,17 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
448
448
|
}>, import("@feathersjs/typebox").TObject<{
|
|
449
449
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
450
450
|
} | undefined>]>>]>>;
|
|
451
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
452
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
453
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
454
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
455
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
456
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
457
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
458
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
459
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
460
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
461
|
+
} | undefined>]>>]>>;
|
|
451
462
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
452
463
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
453
464
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -514,17 +525,6 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
514
525
|
}>, import("@feathersjs/typebox").TObject<{
|
|
515
526
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
516
527
|
} | undefined>]>>]>>;
|
|
517
|
-
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
518
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
519
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
520
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
521
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
522
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
523
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
524
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
525
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
526
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
527
|
-
} | undefined>]>>]>>;
|
|
528
528
|
}>>>;
|
|
529
529
|
}>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
530
530
|
_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<{
|
|
@@ -549,6 +549,17 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
549
549
|
}>, import("@feathersjs/typebox").TObject<{
|
|
550
550
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
551
551
|
} | undefined>]>>]>>;
|
|
552
|
+
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
553
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
554
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
555
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
556
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
557
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
558
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
559
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
560
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
561
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
562
|
+
} | undefined>]>>]>>;
|
|
552
563
|
results: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
553
564
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
554
565
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
@@ -615,17 +626,6 @@ export declare const strategiesBacktestQuerySchema: import("@feathersjs/typebox"
|
|
|
615
626
|
}>, import("@feathersjs/typebox").TObject<{
|
|
616
627
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
617
628
|
} | undefined>]>>]>>;
|
|
618
|
-
stoppedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
619
|
-
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
620
|
-
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
621
|
-
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
622
|
-
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
623
|
-
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
624
|
-
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
625
|
-
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
626
|
-
}>, import("@feathersjs/typebox").TObject<{
|
|
627
|
-
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
628
|
-
} | undefined>]>>]>>;
|
|
629
629
|
}>>]>, import("@feathersjs/typebox").TObject<{}>]>;
|
|
630
630
|
export type StrategiesBacktestQuery = Static<typeof strategiesBacktestQuerySchema>;
|
|
631
631
|
export declare const strategiesBacktestQueryValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
@@ -635,15 +635,15 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
635
635
|
$sort: {
|
|
636
636
|
_id?: number | undefined;
|
|
637
637
|
createdAt?: number | undefined;
|
|
638
|
+
stoppedAt?: number | undefined;
|
|
638
639
|
results?: number | undefined;
|
|
639
640
|
exchangeId?: number | undefined;
|
|
640
641
|
strategyId?: number | undefined;
|
|
641
642
|
status?: number | undefined;
|
|
642
643
|
traderId?: number | undefined;
|
|
643
644
|
jobId?: number | undefined;
|
|
644
|
-
stoppedAt?: number | undefined;
|
|
645
645
|
};
|
|
646
|
-
$select: ("_id" | "createdAt" | "results" | "exchangeId" | "strategyId" | "status" | "traderId" | "jobId"
|
|
646
|
+
$select: ("_id" | "createdAt" | "stoppedAt" | "results" | "exchangeId" | "strategyId" | "status" | "traderId" | "jobId")[];
|
|
647
647
|
$and: ({
|
|
648
648
|
_id?: string | {} | Partial<{
|
|
649
649
|
$gt: string | {};
|
|
@@ -655,6 +655,7 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
655
655
|
$nin: string | {} | (string | {})[];
|
|
656
656
|
} & {}> | undefined;
|
|
657
657
|
createdAt?: any;
|
|
658
|
+
stoppedAt?: any;
|
|
658
659
|
results?: any;
|
|
659
660
|
exchangeId?: unknown;
|
|
660
661
|
strategyId?: unknown;
|
|
@@ -677,7 +678,6 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
677
678
|
$in: string | string[];
|
|
678
679
|
$nin: string | string[];
|
|
679
680
|
} & {}> | undefined;
|
|
680
|
-
stoppedAt?: any;
|
|
681
681
|
} | {
|
|
682
682
|
$or: {
|
|
683
683
|
_id?: string | {} | Partial<{
|
|
@@ -690,6 +690,7 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
690
690
|
$nin: string | {} | (string | {})[];
|
|
691
691
|
} & {}> | undefined;
|
|
692
692
|
createdAt?: any;
|
|
693
|
+
stoppedAt?: any;
|
|
693
694
|
results?: any;
|
|
694
695
|
exchangeId?: unknown;
|
|
695
696
|
strategyId?: unknown;
|
|
@@ -712,7 +713,6 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
712
713
|
$in: string | string[];
|
|
713
714
|
$nin: string | string[];
|
|
714
715
|
} & {}> | undefined;
|
|
715
|
-
stoppedAt?: any;
|
|
716
716
|
}[];
|
|
717
717
|
})[];
|
|
718
718
|
$or: {
|
|
@@ -726,6 +726,7 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
726
726
|
$nin: string | {} | (string | {})[];
|
|
727
727
|
} & {}> | undefined;
|
|
728
728
|
createdAt?: any;
|
|
729
|
+
stoppedAt?: any;
|
|
729
730
|
results?: any;
|
|
730
731
|
exchangeId?: unknown;
|
|
731
732
|
strategyId?: unknown;
|
|
@@ -748,7 +749,6 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
748
749
|
$in: string | string[];
|
|
749
750
|
$nin: string | string[];
|
|
750
751
|
} & {}> | undefined;
|
|
751
|
-
stoppedAt?: any;
|
|
752
752
|
}[];
|
|
753
753
|
}> & {
|
|
754
754
|
_id?: string | {} | Partial<{
|
|
@@ -761,6 +761,7 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
761
761
|
$nin: string | {} | (string | {})[];
|
|
762
762
|
} & {}> | undefined;
|
|
763
763
|
createdAt?: any;
|
|
764
|
+
stoppedAt?: any;
|
|
764
765
|
results?: any;
|
|
765
766
|
exchangeId?: unknown;
|
|
766
767
|
strategyId?: unknown;
|
|
@@ -783,5 +784,4 @@ export declare const strategiesBacktestQueryResolver: import("@feathersjs/schema
|
|
|
783
784
|
$in: string | string[];
|
|
784
785
|
$nin: string | string[];
|
|
785
786
|
} & {}> | undefined;
|
|
786
|
-
stoppedAt?: any;
|
|
787
787
|
} & {}, HookContext<StrategiesBacktestService<import("./backtest.class").StrategiesBacktestParams>>>;
|
|
@@ -3,6 +3,7 @@ import { StrategiesHyperoptService } from './hyperopt.class';
|
|
|
3
3
|
import { strategiesHyperoptPath } from './hyperopt.shared';
|
|
4
4
|
export * from './hyperopt.class';
|
|
5
5
|
export * from './hyperopt.schema';
|
|
6
|
+
export declare const hooks: any;
|
|
6
7
|
export declare const strategiesHyperopt: (app: Application) => void;
|
|
7
8
|
declare module '../../../declarations' {
|
|
8
9
|
interface ServiceTypes {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
|
|
2
3
|
import { MongoDBService } from '@feathersjs/mongodb';
|
|
3
|
-
import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
|
|
4
4
|
import type { Application } from '../../../declarations';
|
|
5
5
|
import type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery } from './indicators.schema';
|
|
6
6
|
export type { StrategiesIndicators, StrategiesIndicatorsData, StrategiesIndicatorsPatch, StrategiesIndicatorsQuery };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Params } from '@feathersjs/feathers';
|
|
2
|
+
import type { MongoDBAdapterOptions, MongoDBAdapterParams } from '@feathersjs/mongodb';
|
|
2
3
|
import { MongoDBService } from '@feathersjs/mongodb';
|
|
3
|
-
import type { MongoDBAdapterParams, MongoDBAdapterOptions } from '@feathersjs/mongodb';
|
|
4
4
|
import type { Application } from '../../declarations';
|
|
5
5
|
import type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery } from './strategies.schema';
|
|
6
6
|
export type { Strategies, StrategiesData, StrategiesPatch, StrategiesQuery };
|