According to researches by the adsmember team
? मेरे सामाजिक और अधिक मुफ्त सामग्री:
मुफ़्त पाइन स्क्रिप्ट मूल बातें पाठ्यक्रम:
? मेरे संकेतक और रणनीतियाँ पाठ्यक्रम (मेरा कोड चुराएं!):
? अपना मुफ़्त ट्रेडिंग व्यू खाता बनाएं:
ट्रेडिंग व्यू टेबल ब्लॉग पोस्ट:
पाइन स्क्रिप्ट सीखना चाहते हैं? आगे कोई तलाश नहीं करें। मैंने तुम्हें कवर किया है! यह पाठ दर्शाता है कि आप पाइन स्क्रिप्ट, ट्रेडिंग व्यू अलर्ट और वेबहुक का उपयोग करके डिस्कॉर्ड बॉट कैसे बना सकते हैं। 15 से अधिक वर्षों के कोडिंग अनुभव और 4+ वर्षों के ट्रेडिंग अनुभव के साथ, मैं TradingView की पाइन स्क्रिप्ट प्रोग्रामिंग भाषा में विशेषज्ञ हूं और मैं यहां ट्रेडिंग और कोडिंग दोनों के बारे में जो कुछ भी सीखा है उसे पास करने के लिए हूं। अधिक संसाधन: ? मेरा ब्लॉग:
? मेरी पसंदीदा ट्रेडिंग पुस्तकें:
? मेरी पसंदीदा ट्रेडिंग मनोविज्ञान पुस्तकें:
? मेरी ट्रेडिंग वीडियो लाइब्रेरी:
यदि आप इस बारे में अधिक जानकारी चाहते हैं कि मैं कौन हूं और मैं क्या करता हूं, तो यहां जाएं . टाइमस्टैम्प▼ 00:00 – परिचय 02:55 – उपयोगकर्ता सेटिंग्स 03:52 – डिस्कॉर्ड वेबहुक बनाना 05:25 – रोल आईडी + आइकन यूआरएल वेरिएबल्स 08:43 – मार्केट डेटा प्राप्त करना 09:20 – छोटा दशमलव 10:55 – JSON जेनरेट करें फ़ंक्शन 20:20 – ट्रिगर वेबहुक अलर्ट 27:07 – अस्थिरता अलर्ट 29:15 – डीबग तालिका 33:05 – हमारे स्क्रिप्ट अलर्ट का परीक्षण 35:35 – आउट्रो #पाइनस्क्रिप्ट #TradingView #Discord
source
A few notes:
To be notified when my discord server goes live sign up to our mailing list: https://theartoftrading.com
The volatility setting is intended for crypto & stocks (10%+ volatility – won't work on forex markets unless there's an end-of-the-world sized market crash lol)
The concepts here apply to any webhook system (eg. Telegram, Slack, 3rd party APIs). Just research how to format the data in their required JSON syntax
How can sharing Tradingview Chart in Discord with alert?
Is it possible to also send screenshots??
Hello is it possible to send the snapshot from tradingview to discord with the alert ? With something like that ?
{
"content": "Hello, World!",
"embeds": [{
"title": "Hello, Embed!",
"description": "This is an embedded message.",
"image": {
"url": "chartnow.png"
}
}]
}
Is there a limit to how many alerts you can send in a day? I've TV premium.
This is a great video, thanks for that! Can you make an alert including Opening price and type (Long or Short, SL and Multiple TP? Thanks in advance.
Random Question, but maybe you are able to code this up?
Can you create an Extension, that lets you setup automatically multiple trading alerts for different timeframes?
And do you know "the optimiser" extension for strategy optimization already?
Nice video bro would love to work with you… is it possible to automate spikes prices ?
Great Video. Just what i needed to evolve my Discord bot 🙂
But i kinda ran into error after "Embed" parameter. I even copied and modified native Discord Webhook code to avoid local mistakes, but result is still the same.
Works = "{ "username": "Webhook", "avatar_url": "
", "content": "Text message. Up to 2000 characters."}"
Doesnt work = "{ "username": "Webhook", "avatar_url": "


", "content": "Text message. Up to 2000 characters.","embeds": [ {"author": {"name": "Birdie♫","url": "https://www.reddit.com/r/cats/","icon_url": "

" }, }]}"
Also compared your code syntax to mine and seems the same, but i can figure out what makes it crash.
If you can point out to my mistake or help with a solution. Would be grateful.
Great Tutorials , im a novice and learning however i like to keep it simple and just want to post a signal with entry and TP points with some more information to a bot channel and try to learn this but find the basic settings hard to find get
if you have something that can suit my setup it be great to know as i not use indicator and trade with naked charting
could you make a video on how to just get tradingview alerts onto discord without writing message content for every alert?
For the life of me I can't figure out why It wont send to discord. It's as though it's not recognizing it as JSON. Great video though
Does it shows you when to buy or sell
Good Vid ! How would you add a snapshot of the chart to this ?
do we need tradingview premium account to make this thing work?
as free account only allows 1 alert ?
Where do i copy and paste the discord channel webhook to?
Any video plan for java developer ?
Do you know if the same kind of webhooks is possible to implement for telegram ?
Can we join your discord server?
Thank you, very nice video 🙂 !