Discord Stock Hits Exchanges in March IPO: What You Should KnowDiscord NASDAQ:DISCORD has filed confidential IPO paperwork with the SEC and is aiming for a March debut (ref: the IPO calendar ), reigniting speculation around one of Silicon Valley’s most closely watched private companies.
The late-stage startup has lined up heavyweight underwriters Goldman Sachs NYSE:GS and JPMorgan Chase NYSE:JPM , a signal that things are getting serious. If market conditions cooperate, Discord could become one of the most prominent IPOs of the year.
🎮 From Gaming Sidekick to Internet Infrastructure
Discord began life in 2015 as a gamer-friendly voice chat tool. It quickly evolved into something far bigger. Today, Discord functions as a digital town square for creators, communities, developers, study groups, and friends who never leave the group chat.
User growth tells the story. Monthly active users expanded from 10 million in 2016 to 150 million by 2019, reaching around 200 million by early 2025. That scale places Discord among the largest real-time communication platforms in the world, well beyond its gaming roots.
Unlike enterprise tools that charge per seat, Discord leaned into a freemium model, keeping core features free and monetizing through optional subscriptions and add-ons. That choice helps build loyalty first and revenue later.
💸 Revenue Grows, Profit Still Waits
From an investor’s perspective, Discord’s financial arc looks familiar. Revenue climbed from $45 million in 2019 to an estimated $725 million by the end of 2024, a remarkable expansion that reflects the platform’s growing relevance.
At the same time, average revenue per user remains modest, and operating losses persist. Discord prioritized scale, product development, and community trust over near-term profitability.
That strategy won fans and mindshare. Public markets, however, tend to ask harder questions once the ticker symbol goes live.
🧠 The Microsoft That Got Away
Discord’s independence has become part of its mythology. In 2021, the company walked away from a reported $10 billion acquisition offer by Microsoft NASDAQ:MSFT , choosing to remain private and chart its own course.
That decision looks prescient today. Discord was last valued at $14.7 billion in a 2021 funding round that raised $500 million. IPO chatter now centers on a potential valuation in the $25 to $30 billion range, depending on market appetite and final timing.
📊 A Friendlier IPO Backdrop
Timing is big here. Discord’s filing arrives as public markets reopen their doors to tech companies after a cautious stretch. The IPO market improved meaningfully in 2025, encouraged by steadier rates, resilient equity indexes, and renewed investor appetite for growth stories.
That said, conditions remain fluid. Trade tensions, regulatory scrutiny, and macro surprises could still influence pricing or timing. Discord is reportedly still deliberating whether to proceed as planned, keeping flexibility as part of the strategy.
🧑🤝🧑 Community as a Competitive Advantage
One of Discord’s strongest assets does not appear on the balance sheet. The platform enjoys a community-first reputation that few tech companies manage to sustain at scale.
That dynamic could translate into strong retail investor interest, especially among younger audiences who already use the product daily. IPOs thrive when familiarity meets optimism, and Discord checks both boxes.
The challenge lies in converting engagement into durable margins without eroding the culture that fueled growth in the first place.
As March approaches, the real question centers on valuation and timing rather than viability. Discord already proved it can build something people care about. But can it get Wall Street onboard?
Off to you : Where do you think the IPO will go? Pop or flop? Share your views in the comments!
Discord
TradingView Telegram Webhook Alert [TradingFinder] No Extra Code🔷 Introduction
In this tutorial, you will learn how to send TradingView alerts automatically and instantly to Telegram without the need for coding. This system is based on the TradingView webhook, which enables receiving trading signals in Telegram channels.
Using this method, you can receive buy and sell signals for Forex, Crypto, and Stocks without any delay. The Telegram alert bot supports real-time TradingView alerts and is compatible with all technical indicators, price-based signals, and Pine Script alerts.
This method allows you to establish a direct and fast connection between TradingView and Telegram without requiring any programming knowledge. Additionally, this tool is free and does not require registration.
In this tutorial, you will first create a Telegram bot to receive trading alerts, then connect the TradingView webhook to Telegram, and finally, learn how to manage trading signals automatically and without delay.
🔷 HOW TO SET UP TRADINGVIEW ALERT WEBHOOK FOR TELEGRAM WITHOUT CODING?
Now, let’s go through the step-by-step process of setting up TradingView alerts to be sent instantly to Telegram using a webhook, without any coding required.
🔶 Step 1: Find BotFather on Telegram
To create a new bot for receiving TradingView alerts, you first need to access BotFather on Telegram.
Open the Telegram app or go to Telegram Web.
In the search bar, type @ BotFather and select the verified BotFather account (as shown in the image).
Click on BotFather to start creating your bot.
This bot will help you generate an API token that is essential for setting up the webhook connection between TradingView and Telegram.
🔶 Step 2: Create a New Telegram Bot Using BotFather
Once you have opened BotFather on Telegram, follow these steps to create your bot :
Click the START button to activate BotFather.
Type /newbot and press Enter to create a new bot.
BotFather will ask you to choose a name for your bot. Enter a unique name (e.g.,Alert TV to Telegram).
Next, you need to choose a username for your bot. It must end with bot (e.g., Alert_TV_bot).
Once the bot is successfully created, BotFather will provide you with a unique API token. This token is essential for connecting your bot to TradingView Webhook. Keep it secure and do not share it with anyone.
🔶 Step 3: Add the Bot as an Admin to Your Telegram Channel
Now that you have created your bot, you need to add it as an admin to your Telegram channel where you want to receive TradingView alerts.
Follow these steps :
Search for your bot in Telegram by typing its username (e.g., @Alert_TV_bot) in the search bar.
Open your bot's profile and click "Start" to activate it.
Create a Telegram channel (or use an existing one) where you want the alerts to be sent.
Open the channel settings and go to Administrators > Add Admin.
Search for your bot using its username and select it.
Grant the necessary permissions :
Enable "Manage Messages" so the bot can send alerts.
(Optional) Enable "Change Channel Info" if you want the bot to update channel details automatically.
Click Save to confirm the changes.
🔶 Step 4: Generate the Webhook URL for TradingView (Public & Private Channels)
To send TradingView alerts to Telegram, you need to generate a Webhook URL. The format of this URL depends on whether you are sending alerts to a public channel or a private channel. Additionally, the message text must be URL Encoded to ensure it is processed correctly.
🔹 Webhook URL for Public Telegram Channels
If your Telegram channel is public, use the following format for your webhook URL :
api.telegram.org
Replace the placeholders with :
→ The API token from BotFather.
→ The username of your public Telegram channel (without the "@" symbol).
→ The URL Encoded alert message.
📌 Example :
If your bot token is 123456789:ABCDefGHIjklmnopQRSTuvwxYZ and your public channel username is TradingAlertsChannel, the webhook URL will be :
api.telegram.org
🔹 Webhook URL for Private Telegram Channels
If your Telegram channel is private, you cannot use a username (@channel_name). Instead, you must use the chat ID.
Follow these steps :
🔸 Step 1: Get the Chat ID of the Private Channel
There are two ways to get your private channel's chat_id :
Method 1: Using @ userinfobot
Forward any message from the private channel to @ userinfobot in Telegram.
The bot will reply with details, including the chat_id (which is a negative number, e.g., -1001234567890).
Method 2: Using Telegram API (getUpdates)
Open a browser and enter the following URL :
api.telegram.org
Replace with your bot’s API token from BotFather.
Press Enter, and you will see a response containing messages, including the chat_id of your private channel.
The chat_id will look something like -1009876543210.
🔸 Step 2: Use the Webhook URL Format for Private Channels
Once you have the chat_id, use the following webhook format :
api.telegram.org
Replace the placeholders with :
→ The API token from BotFather.
→ The numeric chat ID of your private channel (e.g., -1009876543210).
→ The URL Encoded alert message.
📌 Example :
If your bot token is 123456789:ABCDefGHIjklmnopQRSTuvwxYZ and your private channel ID is -1009876543210, the webhook URL will be :
api.telegram.org
🔶 Step 5: Configure Webhook in TradingView Alerts
Now that we have generated the Webhook URL, the next step is to configure TradingView alerts to send real-time notifications to Telegram.
Follow these steps to set up the webhook :
Open the TradingView Alert Settings
•Go to TradingView and open the chart for the asset you want to track (e.g., BTCUSD).
•Click on the Alert (⏰) button at the top of the screen.
•In the alert settings window, go to the "Notifications" tab.
Enable Webhook URL
•Check the box for "Webhook URL" to enable webhook notifications.
•Paste your Telegram Webhook URL into the box.
Example for a public channel :
api.telegram.org
Example for a private channel (with chat ID -1009876543210) :
api.telegram.org
Customize Your Alert Message
Make sure your alert message is URL Encoded (e.g., spaces should be %20).
Example message :
Hello, This is a test alert!
URL Encoded Format :
Hello%2C%20This%20is%20a%20test%20alert%21
Save the Alert
•Click "Save" to activate the TradingView alert.
•Now, whenever the alert condition is met, TradingView will send a message to Telegram via the webhook.
Silver (XAGUSD): From Rise to Expected Downturn—What's Next?Following a rapid rise to $30, silver has seen a swift decline, indicating a completion of the minor Wave (iii) of Wave ((iii)) just above the 461.8% level. We've exceeded this level, so we need to consider potential deviations from ideal models to navigate the market effectively.
We anticipate the downturn to continue and expect to find support between the 38.2% and 61.8% Fibonacci levels. This could set the stage for a rebound above the $30 mark, potentially reaching between $33.78 to a high of $46, although the upper range is quite optimistic.
Trading volume is expected to provide significant support, helping to sustain Wave (iv) within a price range of $26.32 to $24.65.
SPY TalkRemember that in the video I use the weekly chart to analyze this move in the whole meaning that do not expect this to happen overnight it is an overall view of the entire possible move to come. If you are using this information for your own entries and exits it is at your own discretion.
Thank you for watching. Comments are welcomed.
NVDAPossible head and shoulders set up. I think we bounce here off the neckline back to around 460. This is just from a technical view news could possibly alter this but I was right on the recent drop to 420 so I think a move back to 465 should be appropriate and NVDA makes large 20pt moves like nothing so its really not that big of a move in reality.
SPX500: close to crucial levelThis is my view for this week on SPX500.
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
U
USDCAD: where can we align with the main BEARISH structure?This is my view for this week on USDCAD.
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
CHZ Fundamentals going to Pump soon?On the Weekly chart, there is an inverted Head and Shoulders Pattern perfectly lined up and currently just closed the Right shoulder. With the news coming out about CHZ partnering with a team in the World cup, this could be huge news for the Crypto to Fundamentally break the Technical Analysis and have a giant pump on the Weekly Time frame, keep an eye out!
CLong
NASDAQ: sideways trades on Intraday, Short on multiday till...Hi Traders,
This is my view for this week on NASDAQ.
12000 will be the KEY AREA for a long term perspective. In the meantime, I'll keep on being LONG on Intraday (today from 11200 area)
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
Will USDCAD be my best trade in 2022? Hi Traders,
This is my view for this week on USDCAD, thanks to Richard Wyckoff ;-)
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
WEEKLY OVERVIEW on US Index, EURUSD and USDCADHi Traders,
This is my view for this week on:
- SP500 and NAS100
- EURUSD
- USDCAD
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
NASDAQ: No technical reason to go long!Hi Traders,
This is my view for this week on:
- NAS100
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
MONDAY OVERVIEW on US Index and USD for Intraday and swingHi Traders,
This is my view for this week on:
- SP500 and NAS100
- NZDUSD
- USDCAD
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————
USDCAD, last long before reversal?Hi Traders,
This is my view for this week on:
- USDCAD
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
EURCAD: Short opportunityAs mentioned on my Monday Overview, it's time to SELL EURCAD.
I remind you that this is only a forecast based on what current data are.
Therefore the following signal will be activated only if specific rules are strictly respected.
I really hope you liked this content and I would like to know what do you think about this analysis, so please use the comment section below to give me your point of view.
Pit
DISCLAIMER:
Trading activity is very dangerous. All the contents, suggestions, strategies, videos, images, trade setups and forecast, everything you see on this website and are the result of my personal evaluations and was created for educational purposes only and not as an incentive to invest. Do not consider them as financial advice.
———————————






















