Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Use the libraries to automate trading: fetch market data, place and manage order
<LinkButton href="/interaction/endpoints">Connecting to dYdX</LinkButton>
<LinkButton href="/interaction/wallet-setup">Wallet Setup</LinkButton>
<LinkButton href="/interaction/trading">Trading Guide</LinkButton>
<LinkButton href="/third-party-integrations">Third-Party Integrations</LinkButton>
</LinkButtonGroup>

### **Stream Real-Time Updates**
Expand Down
6 changes: 6 additions & 0 deletions docs/pages/third-party-integrations.mdx
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 4 additions & 0 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ export default defineConfig({
link: '/interaction/integration/integration-revshare',
},
]
},
{
text: 'Third-Party Integrations',
link: '/third-party-integrations',
}
],
},
Expand Down