From 8a76b0702ff87427dd6a073147768ab919b4ee27 Mon Sep 17 00:00:00 2001 From: Derek Melchin Date: Fri, 30 Jan 2026 08:17:07 -0700 Subject: [PATCH] Add Third Party Integrations --- docs/pages/index.mdx | 1 + docs/pages/third-party-integrations.mdx | 6 ++++++ vocs.config.ts | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 docs/pages/third-party-integrations.mdx diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 41bd8971d..e8e9e260e 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -19,6 +19,7 @@ Use the libraries to automate trading: fetch market data, place and manage order Connecting to dYdX Wallet Setup Trading Guide + Third-Party Integrations ### **Stream Real-Time Updates** diff --git a/docs/pages/third-party-integrations.mdx b/docs/pages/third-party-integrations.mdx new file mode 100644 index 000000000..0539d06c0 --- /dev/null +++ b/docs/pages/third-party-integrations.mdx @@ -0,0 +1,6 @@ +# Third-Party Integrations + +## QuantConnect + +QuantConnect is a leading algorithmic trading platform that empowers developers and traders to research, backtest, and deploy quantitative strategies across various asset classes. The [integration with dYdX](https://www.quantconnect.com/docs/v2/cloud-platform/live-trading/brokerages/dydx) enables members to live trade Crypto Futures on the dYdX decentralized exchange from within the QuantConnect platform. QC's battle-tested infrastructure provides a stable environment that handles all the communication with the dYdX API, so you can focus on researching new strategies and monitoring your live algorithms. The LEAN engine that powers QC has an extensive suite of features to equip you with all the AI models, indicators, and dataset you'll need to take your trading to the next level with just a few lines of code. + diff --git a/vocs.config.ts b/vocs.config.ts index f31af2a1d..efd2c69c7 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -138,6 +138,10 @@ export default defineConfig({ link: '/interaction/integration/integration-revshare', }, ] + }, + { + text: 'Third-Party Integrations', + link: '/third-party-integrations', } ], },