Discord
How To Send Alerts From TradingView To DiscordSend alerts with just a few clicks in 3 minutes from TradingView to Discord using webhooks.
And further in the video learn more about working with Discord.
The example commands for JSON that I used in TradingView's alert section in the video:
{ "content" : "Buy" }
{ "content" : "Buy 1 min {{exchange}}:{{ticker}}, price = {{close}} Time ={{time}} " }
An NFT ManualHello, Let us talk about 'NFT.'
In this post, we will read about NFTs, where to find them, and how to buy them. Furthermore, what are they really?
Indeed we have all read this sentence since this is the first thing that comes up when we Google NFT:
"A non-fungible token is a non-interchangeable unit of data stored on a blockchain, a form of digital ledger, that can be sold and traded. Types of NFT data units may be associated with digital files such as photos, videos, and audio."
Well, it is not wrong. It is a non-fungible token that can be traded.
They are mainly formed in 2D and 3D art forms.
You can profit from hundreds to thousands of dollars by buying and selling NFTs.
However, you need to be careful because there are too many scams out there. Many people get hacked, phished, or follow bad projects and lose their money.
Before answering the most FAQs, have in mind that NFTs can be built on many blockchains, traded on many platforms, and bought with different types of cryptocurrencies.
However, we will focus on the main, primarily used methods in this post.
Where should we find NFT projects?
Twitter, Instagram, and public/private chat rooms provide this information.
Nevertheless, Twitter is where it all happens. All NFT projects advertise on Twitter, and we can see by the number of their followers, likes, and comments, how genuine their community is and if it is a worthy project or not.
Where can we get access to mint/buy?
Once we find our desired project, we should find them on discord and join their server.
Different projects have different methods to White-List us to get us early access to mint/buy. Some require invites, some require being active and being helpful to their community, and some have their own unique rules.
Once we get past those requirements, we will be White-Listed to mint earlier than other people.
Where does it all happen?
Mostly on Opensea. When we buy or mint an NFT, we need to list it to trade it or sell it again.
That is when we need to pay Opensea for making a listing. Then we can list our NFTs on that listing and either take offers or set a fixed price for them.
What wallet do we need?
MetaMask is the wallet that is being mainly used in order to buy or mint NFTs. It is a safe wallet, and we can easily create one for free without identification.
What browser should we use?
Yes, Safari for Mac users and Chrome/Edge for Windows users is the preference we are familiar with.
However, when talking about NFTs and MetaMask and much money, we need to switch to something safer and more compatible.
Brave Browser is the one for this use. It also provides its own wallet, but we can always connect our MetaMask.
What is minting?
Most simply:
When we decide to buy an NFT, we have to produce it, validate it into existence, create a new block for it, and set its information.
Do not worry, it all happens automatically, we only need to pay the Gas fees.
Important tips:
Turn your DMs off on Discord.
Do NOT connect your wallets to unknown websites.
Use Brave Browser.
Have you ever traded NFTs? What do you think the pros and cons are?
Let us know your ideas.
Good luck.
How to send Divergence signals to your Discord server- Do you have a Discord server set up for your own trading community?
- Do you use divergences as part of your trading strategy?
- Would you like to send automated notifications to your Discord server whenever a divergence appears on any chart?
If you have answered yes to all 3 questions above, please keep on reading.
The easiest way to receive automated Divergence alerts to your Discord server, is to combine the alert messages from "The Divergent" divergence indicator on TradingView with a Webhook endpoint on your Discord server.
Step 1: Open Discord, and go to Server Settings
Step 2: Go to Integrations and create a new Webhook
Step 3 (optional): Rename your Webhook to "The Divergent (Divergence indicator)"
Step 4: Select the channel you wish to receive the divergence signals to (i.e. #divergence-signals)
Step 5: Save your Webhook
Step 6: Copy your Webhook URL to your clipboard and head over to TradingView
Step 7: Apply "The Divergent" or "The Divergent (Pro)" indicator to your chart and configure it as you prefer (The free version of The Divergent can signal Regular Divergences only, while the Pro version can signal both Regular and Hidden Divergences)
Step 8: Create a new alert, select "The Divergent" from the top drop down and select one of the Divergence signals (i.e. Regular Bullish)
Step 9: Use the Webhook URL from your clipboard as the Webhook URL of the alert
Step 10: Use the following alert message:
{"content": "The Divergent detected a Regular Bearish Divergence (RSI) on {{exchange}}:{{ticker}} ({{interval}}) @TradingView #divergence $BTC "}
Sample message delivered on Discord:
"The Divergent detected a Regular Bearish Divergence (RSI) on BINANCE:BTCUSDT (60) @TradingView #divergence $BTC"
Feel free to change the content to match your chart / type of divergence you are signalling in the alert.
Note : It is important that you format your alert message as a JSON string, and that you key the message with "content". If you have never used JSON before, it is a good idea to validate your message via jsonlint.com to make sure it is a valid JSON string.
Repeat the same steps for other charts / divergences. Create as many alerts, as many markets / divergences you want to signal to your Discord server.
If you have any questions, please feel free to post it in the comments section below.
If this tutorial was helpful to you, please consider giving it a thumbs up!
Thank you!