From 1ddb70a31abc4deb761d5b82e2a06af5287e55e7 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 8 Mar 2024 21:58:57 +0800 Subject: [PATCH] Update setup.mdx --- docs/developer/get-started/tradingview/setup.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developer/get-started/tradingview/setup.mdx b/docs/developer/get-started/tradingview/setup.mdx index 3a7a1e9..b4abe0a 100644 --- a/docs/developer/get-started/tradingview/setup.mdx +++ b/docs/developer/get-started/tradingview/setup.mdx @@ -12,8 +12,10 @@ import { Highlight } from "../../../../src/components/Highlight.js"; ## Automate TradingView Strategy -See [how to live trade and simulate trade signals from a TV Strategy here](https://help.crypto-arsenal.io/en/articles/6456240-automate-tradingview-strategy) +🎥 See the [Tutorial Video](https://www.loom.com/share/d55eb875b562463ea8f18f78a0f8d4b0?sid=aa433e8f-6557-4935-ac4b-222e8f552861) + +See [how to live trade and simulate trade signals from a TV Strategy here](/docs/tradingview/strategy/sync-by-position) ## Automate TradingView Indicator Alerts -See [how to live trade and simulate trade signals from a TV Indicator Alerts here](https://help.crypto-arsenal.io/en/articles/6418859-autumate-tradingview-indicator) \ No newline at end of file +See [how to live trade and simulate trade signals from a TV Indicator Alerts here](/docs/tradingview/indicator)