Create Account
Log In
Dark
chart
exchange
Premium
Terminal
Screener
Stocks
Crypto
Forex
Trends
Depth
Close
Check out our API

DM
Desktop Metal, Inc.
stock NYSE

Inactive
Apr 1, 2025
4.96USD+1.018%(+0.05)1,324,451
Pre-market
Dec 31, 1969 7:00:00 PM EST
0.00USD-100.000%(-4.91)0
After-hours
Dec 31, 1969 7:00:00 PM EST
0.00USD0.000%(0.00)0
OverviewOption ChainMax PainOptionsPrice & VolumeSplitsHistoricalExchange VolumeDark Pool LevelsDark Pool PrintsExchangesShort VolumeShort Interest - DailyShort InterestBorrow Fee (CTB)Failure to Deliver (FTD)ShortsTrendsNewsTrends
DM Reddit Mentions
Subreddits
Limit Labels     

We have sentiment values and mention counts going back to 2017. The complete data set is available via the API.
Take me to the API
DM Specific Mentions
As of May 17, 2025 3:46:44 AM EDT (18 minutes ago)
Includes all comments and posts. Mentions per user per ticker capped at one per hour.
49 min ago • u/hettygreentypebeat • r/wallstreetbets • weekend_discussion_thread_for_the_weekend_of_may • C
WHY DID THIS TRIGGER A DM FROM THE “ANTI EVIL OPERATIONS”
sentiment -0.66
2 hr ago • u/sujit1779 • r/IndianStockMarket • option_selling_profitable_at_last_more_than_50 • C
Yes buddy I will do that pretty soon. Extremely busy with polishing my software which does this. DM me directly and you will get it once I have it ready in two months
sentiment 0.81
3 hr ago • u/Radiant_Rip_4037 • r/algotrading • built_an_iphone_cnn_that_predicted_spys_exact • Data • B
I've developed a chart pattern recognition system that predicted SPY would hit $588.5-$589 four days before it happened. Unlike typical algos that use price data feeds, mine works directly from chart images using a custom CNN built from scratch on iPhone. Video demo in comments below.
## Verifiable Prediction Results
To prove its effectiveness, I ran a "Research for Reddit Gold" contest challenging users to predict SPY's closing price. What they didn't know:
- My CNN had already predicted a price range of $588.5-$589 four days earlier
- No contestant guessed the correct closing price
- After-hours trading moved SPY to $589.18 - precisely within my predicted range
You can verify this by checking my post history for "My CNN was right" and the "Research for Reddit Gold" contest. Compare the timestamps and see the prediction and results for yourself.
## Technical Implementation
The system works through three components:
1. **Custom CNN Implementation (No Frameworks)**
```python
class ConvLayer:
def __init__(self, num_filters, filter_size, input_depth, padding=0, stride=1):
self.weights = np.random.randn(num_filters, input_depth, filter_size, filter_size) * np.sqrt(2./(filter_size*filter_size*input_depth))
self.bias = np.zeros((num_filters, 1))
# Implementation continues...
```
2. **Advanced Image Preprocessing Pipeline**
```python
def preprocess_image(image_path):
img = cv2.imread(image_path, cv2.IMREAD_GRAYSCALE)
# CLAHE for contrast enhancement
clahe = cv2.createCLAHE(clipLimit=2.0, tileGridSize=(8,8))
enhanced = clahe.apply(img)
# Non-local means denoising
denoised = cv2.fastNlMeansDenoising(enhanced, h=15)
# Additional processing...
```
3. **Pattern Recognition Logic**
- Detects standard patterns (Head & Shoulders, Double Top/Bottom)
- Identifies advanced harmonic patterns (Gartley, Butterfly, Bat, Crab)
- Automatically categorizes charts by timeframe (minute/daily/weekly)
## Key Advantages for Trading
1. **Static Image Analysis Superiority**
- No noise in static chart images = cleaner signal extraction
- Can detect patterns across multiple timeframes simultaneously
- Processes volume + price + indicators in a single analysis
2. **Self-Learning Mechanism**
- System categorizes detected patterns into folders automatically
- Continuously improves through feedback on prediction accuracy
- Currently recognizes 50+ distinct chart patterns
3. **Conflicting Signal Resolution**
- Successfully parses competing indicators (RSI overbought vs bullish MACD)
- Identifies key reversal zones with remarkable precision
- Automatically calculates probability distributions for price targets
## Performance Metrics
- **Directional Accuracy**: 76% on out-of-sample test data
- **Price Target Accuracy**: Within 0.5% on 68% of predictions
- **Pattern Recognition**: 92% identification rate on labeled test data
## Next Steps
I've refined the system over months of testing and have a working iPhone implementation that requires no external services beyond the initial model training. Several developers have requested demos after seeing the SPY prediction results.
For those interested in the technical implementation details, check out the video demo below or feel free to reach out via DM.​​​​​​​​​​​​​​​​
sentiment 0.97
3 hr ago • u/happytree78 • r/algotrading • longtime_professional_software_engineer_and • C
The math behind effective trading architectures is more about understanding the right statistical approaches for each component rather than complex formulas. Your mathematical background is likely sufficient - here's what I've found most valuable:
1. **Statistics**: Focus on non-parametric methods and time series analysis rather than traditional normal distributions. Markets exhibit fat-tailed behavior that invalidates many conventional statistical assumptions. Kendall's Tau correlation often outperforms Pearson for market relationships.
2. **Economics**: Understanding market microstructure (how orders impact price formation) is far more practical than macro theory. For your scalping approach, order flow dynamics and liquidity patterns will matter more than traditional economics.
For your implementation, the architectural challenge isn't mathematical complexity but maintaining temporal coherence across different data streams. When correlating futures contracts with different assets, most implementations fail because they don't properly account for:
* Timezone standardization (everything must be properly aligned to UTC)
* Different market hours and trading calendars
* Varying volatility profiles across instruments
The approach I've found most effective separates the system into distinct layers:
* Data integrity framework with error detection
* Multi-interval temporal processing
* Pattern recognition across timeframes
* Decision intelligence with probabilistic outputs
This modular approach lets you introduce ML components selectively rather than trying to build an end-to-end AI system immediately.
I've been developing this architectural framework for some time and would be happy to discuss specific implementation approaches for high-frequency cross-asset correlation. If you're interested in continuing the conversation more directly, feel free to DM me.
sentiment 0.97
4 hr ago • u/PriyanshuJasaiwal • r/Forex • passed_my_phase_1_challenge • C
Can I DM you?
sentiment 0.00
5 hr ago • u/Intelligent_Oil_1561 • r/Revolut • revolut_shlaptitude_assessment • C
DM sent
sentiment 0.00
5 hr ago • u/PsychedelicDucks • r/StocksAndTrading • which_stocks_will_5x_to_20x_over_the_next_ten • C
I have a WSB post about it from Feb.
Feel free to DM me with questions.
sentiment 0.51
5 hr ago • u/rankfourier • r/Forex • today_i_catch_sharp_selling_in_gold • C
DM your free time
sentiment 0.51
5 hr ago • u/Even-Yogurtcloset138 • r/Forex • 5ers • C
Somehow they helped, and by geo-tagging I got address verification completed, can you share the discord link in DM to join the group
sentiment 0.18
6 hr ago • u/Dojiverse • r/wallstreetbets • i_made_200_in_20mins_this_morning_wo_using • Gain • B
Before you say I got lucky, I tweeted out pre market how this stock would play out intraday. Position size was 30,000 shares at \~$0.17 average.
PS: Caught this whole move on video DM me if you wanna see the price action.
sentiment 0.75
7 hr ago • u/rankfourier • r/Forex • finally_feel_like_im_making_progress • C
Can you share the tips and concept in DM
sentiment 0.30
10 hr ago • u/DigitalJeezus • r/solana • to_those_whove_made_insane_profits_with_memecoins • C
Hey bro, can I DM you?
sentiment 0.00
10 hr ago • u/Direct_Oven_4001 • r/Gemini • how_to_activate_new_credit_card • C
Hi, I also need help activating my card. Please check DM
sentiment 0.61
11 hr ago • u/BlondKnight • r/Revolut • revolut_shlaptitude_assessment • C
Can you DM me too?
sentiment 0.00
11 hr ago • u/NoFrame99 • r/teslainvestorsclub • daily_thread_may_16_2025 • C
What are some of those signs? Feel free to DM (if you're willing to share) if you don't want to lay out the cheat code.
sentiment 0.31
12 hr ago • u/Pakchikabak-RajaBabu • r/IndianStreetBets • defence • C
Please DM
sentiment 0.32
13 hr ago • u/mako1964 • r/Gold • will_there_be_a_second_market_just_for_this_will • C
yes . Please DM me to place orders now
sentiment 0.61
13 hr ago • u/Acceptable_Muffin577 • r/quant • data_collaboration • Data • B
I am hoping to find someone who has access to the Lehman Brothers Fixed Income Database and is willing to collaborate on some research. DM if interested.
sentiment 0.67
14 hr ago • u/Away-Professor-4689 • r/dogecoin • just_a_regular_night_out_with_doge_friends_and_13 • C

🌕🚀 13 MILLION DOGE. ONE DOMAIN. UNLIMITED POTENTIAL. 🚀🌕
Yeah, DogecoinMuchWow.com is up for grabs for 13M DOGE – but if nobody snags it, I'm opening it up to the community.
Imagine what we could build together – NFTs, merch drops, epic meme parties, Doge-themed events... the possibilities are endless.
Want in? Let’s talk.
If you’re interested, DM me. If not, drop your wildest DogecoinMuchWow idea below – let’s make this space a Doge playground!
sentiment 0.93
14 hr ago • u/NoPhotograph9985 • r/IndianStockMarket • wwiii_on_the_way • C
I am going to attend a webinar tomorrow by a 36 years old Mutual fund distributor. The topic is on war and current markets and what can investors like us can do. Some ex axis mf guy is the speaker whose father was group captain of one war battalion.
Let me know if you want to join. I will DM you. Don’t want to spam the sub
sentiment -0.72


Share
About
Pricing
Policies
Markets
API
Info
tz UTC-4
Connect with us
ChartExchange Email
ChartExchange on Discord
ChartExchange on X
ChartExchange on Reddit
ChartExchange on GitHub
ChartExchange on YouTube
© 2020 - 2025 ChartExchange LLC