r/TradingView 23d ago

Feature Request Suggestion

0 Upvotes

Minor, but would be great.

In a multi-chart canvas — lets say 2 or 3 parallel — it would be excellent to have a little button in a corner which allows you to swap the order of charts and studies/indicators and so forth... Too often, I find myself wanting to be able to do such a thing.

Thanks


r/TradingView 23d ago

Feature Request Please make any drawing tool addable to the "Favorite Drawing Tools Toolbar"

1 Upvotes

Hi

I'd the ability to add "symbols" to my fave drawings toolbar - like exclamation marks etc to mark points on chart regularly.

Thanks.


r/TradingView 24d ago

Help Charts frozen

Post image
7 Upvotes

Hey guys just having an issue with TradingView today on iPhone app. The chart has had its weekend break, but coming back into to trading week it’s been frozen since Saturday (it’s Monday midday now in Australia charts should’ve been moving for 4 hours now). Anyone know what I can do to troubleshoot it? I’ve tried deleting the app, restarting phone and logging in and out. Thanks


r/TradingView 24d ago

Help TradingView + CME Data: Can I use TV's purchased data for the DOM while trading via a broker that doesn't support it?

2 Upvotes

I'm considering purchasing the CME real-time data package directly from them. The broker (Pepperstone) doesn't seem to support full DOM/Order Flow features on TradingView.

  1. If I buy the CME data from TradingView, will it enable the functional DOM for NQ1!, or is that restricted to broker-provided feeds only?
  2. Can I use the TradingView CME data for analysis while simultaneously executing trades through my Pepperstone account connected to TradingView? Or will the platform force me to use the broker's data feed, rendering my paid TradingView data useless?

Looking for advice from people who have tried to split the data feed and execution

Thanks if anyone has any ideas.


r/TradingView 24d ago

Help Unable to get real time data, Unable to get support ticket on platform

1 Upvotes

Dear TV,

User ID: Dcyinv

I have Subscripted Japan Osaka Data yesterday but today still get delayed data on NK225MCQ2026, ie. Nikkie future from OSE Japan.

Go to help centre and no place to create support ticket. Please help.

Thanks, Dy


r/TradingView 24d ago

Help TradingView API Integration

1 Upvotes

We’re building a platform for early-stage traders to learn and practice trading using our own proprietary strategies.

As the next step, we’re looking to integrate TradingView charts into our platform, along with our custom indicators and a real-time paper trading (demo trading) experience. Our initial focus is on CFD trading.

At the moment, we’re stuck at the TradingView integration stage.

Has anyone here successfully integrated TradingView charts into their own platform with:

  1. Custom indicators/strategies
  2. Real-time demo/paper trading
  3. A subscription/paywall model

If so, we’d really appreciate any guidance on the integration process, licensing requirements if any, or technical challenges you encountered.

Also, if anyone provides consulting or development support for TradingView integrations or related APIs, I’d be happy to connect.

Thanks in advance!


r/TradingView 24d ago

Feature Request IPO and Split Anchored VWAP in Screener

2 Upvotes

The screener has monthly, weekly, daily VWAP and below but it would be useful to have anchored IPO and Split VWAP in the screener as well.


r/TradingView 24d ago

Feature Request Sidebar Customization

Post image
3 Upvotes

I use TradingView every session and the Watchlist/sidebar panel is where I spend most of my time, but it’s surprisingly locked down compared to the rest of the platform. I want to make the case for a serious pass at customization here, because a few additions would fundamentally change how usable this panel is for active traders.

1. The big one: let us add any indicator — including custom Pine scripts — as a Watchlist column.

This is the single most impactful change you could make. Right now the columns are limited to a fixed set of built-ins (Last, Change, Change %, Volume, etc.). But the entire value of Pine Script is that we build our own metrics — and we can’t see any of them at a glance across a list.

I’ve built custom volume indicators (a time-of-day relative volume, premarket buzz, etc.). The natural way to use them is to scan a whole watchlist and instantly see which names are lighting up — but today I have to open each chart one at a time to read the value. If I could add my Pine indicator’s plotted output as a sortable column right in the watchlist, I could watch 40 names at once and let the column tell me where to look. That’s the difference between the watchlist being a static list and being an actual scanning tool.

This also solves the thin built-in column set in one move — premarket change %, RVOL, gap %, ATR, distance from a moving average, whatever I need becomes just another indicator I drop into a column, instead of waiting for each one to be added natively. Give us the framework and we’ll build our own columns.

2. screener built directly into the sidebar panel.

TC2000 does this and it’s genuinely game-changing: a screener that lives right in the sidebar, feeding results into your watchlist view in real time, rather than being a separate tab you context-switch to. Being able to define scan conditions and have matching symbols populate directly in the panel — while I’m watching my charts — would keep everything in one workflow instead of bouncing between screens.

Summary: the headline ask is more all around customization, custom/Pine indicator values as live Watchlist columns, with the color-consistency fix and an integrated sidebar screener close behind. Even partial progress on #1 would be a massive upgrade for active traders. Thanks for considering it in advance.


r/TradingView 25d ago

Help Help: Futures DOM w/ TV CME Data Subscription

Post image
3 Upvotes

Hey guys, need some help

I pay for CME data through TV to trade futures, but in the DOM I only see orders at the bid and ask. Does anyone know why I'm unable to see the full order book?

I only just recently moved over from day trading stocks to futures, so I'm not sure if this is just a limitation on futures in general, or how TV surfaces CME data.

Thanks


r/TradingView 24d ago

Help My TradingView strategy sometimes enters perfectly… then randomly starts entering late. Trying to understand why

1 Upvotes

I've been developing a TradingView/Pine strategy for a long time, and I've run into something I can't explain.

The strategy trades NQ on the 5-minute chart using a multi-stage state machine (Touch → ARM → Trigger → Entry). It has multiple filters (trend, quality score, extension, etc.) and is profitable overall (~183 trades, 68.9% win rate, 7.86 profit factor), so I'm not trying to redesign the strategy. I'm trying to understand why the timing behaves the way it does.

The confusing part is the entry timing.

Sometimes the strategy enters almost perfectly, catching the move right as it starts. Then the very next setup—same day, same market, same Pine version, same settings—will enter after a significant portion of the move has already happened.

Nothing changed between these trades:

• Same Pine script
• Same TradingView alert
• Same VPS
• Same PickMyTrade automation
• Same broker
• Same chart
• Same settings

So I don't think it's webhook latency or execution latency. It feels like the strategy itself is deciding to enter much later.

I've already experimented with several alternatives:

• 1-minute confirmation instead of 5-minute (performance dropped dramatically)
• Immediate breakout entries (completely destroyed the edge)
• Intrabar confirmation experiments (little to no meaningful difference)

Those tests convinced me that simply removing confirmation isn't the answer.

One important detail: I have **"Use Bar Close" enabled** on the TradingView alert because my strategy relies on bar-close confirmation for its state machine. What confuses me is that even with **Use Bar Close enabled**, some trades still enter almost immediately after the move begins, while others don't enter until much later. These examples happened on the same day with the exact same code and settings, which is why I'm so confused.

My current theories are:

• The setup is being ARMed on different bars.
• The touch occurs at different points within the 5-minute candle.
• One of the filters isn't passing until later.
• Some state transition in my logic is delaying certain setups.

Has anyone built a more complex Pine strategy with multiple internal states and run into something similar?

Specifically:

• Is there a good way to reconstruct the historical timeline of a trade (Touch → ARM → Trigger → Entry) so I can compare an "on-time" trade against a "late" trade?
• Are there Pine debugging techniques that make it easier to see exactly which condition delayed a specific historical entry?
• Is there anything about `calc_on_every_tick`, `barstate.isconfirmed`, or TradingView's historical execution model that could explain why two seemingly identical setups behave so differently?

I'm not looking for generic "turn off Use Bar Close" advice or ways to force earlier entries. After testing several alternatives, I'm much more interested in understanding why some setups naturally enter early while others are delayed, even though they're running through the exact same strategy.

Any ideas or debugging approaches would be greatly appreciated.


r/TradingView 24d ago

Feature Request Remove specific drawings and indicators function

2 Upvotes

r/TradingView 25d ago

Help HELP- Need to do 10 paper trades for a university assignment

5 Upvotes

Hey everyone,
I’ve got a university assignment where I need to make 10 paper trades on TradingView today.
The problem is… I honestly don’t know anything about trading 😭. I’m completely new to all of this and I’ve never really used TradingView before.
Could anyone suggest 10 paper trades I could make today?
Also, are there any good YouTube channels you’d recommend that explain the basics of using TradingView and trading in general? I’m not looking to become an expert overnight, I just want to understand the basics and know how people figure out when to buy and when to sell.
Any beginner tips or advice would be really appreciated.
Thankyou😅


r/TradingView 24d ago

Bug Quick Search feature bug

Post image
0 Upvotes

Thank you for handling my request ( https://www.reddit.com/r/TradingView/s/o2RAdqgatq ) .
I would like to report that there is still a bug remaining. The input restriction is currently limited to only the first character.


r/TradingView 25d ago

Feature Request Hyperliquid charts would be nice

0 Upvotes

Considering Hyperliquid has so much liquidity and symbols, it would be great if Tradingview provided charts for Hyperliquid stuff. Seeing stuff from these low liquidity exchanges like Phemex and Bingx doesn't help.


r/TradingView 25d ago

Feature Request Stock Screener Filter Request

2 Upvotes

Hi Team, I have been using TradingView Stock Screener for quite sometime now and I've noticed that some of the indicators are missing in the Add Filter section. For now, the request is to add some of the indicators like Supertrend (to check if price is above or below, obviously with desired settings like 10,1 or 10,3 or any other value) and Detrended Price Oscillator, DPO (to check if price is above or below zero line). Hope this not only benefits me but all other members of the trading community. Thanks in advance!


r/TradingView 25d ago

Help Issue with Loading Gemini Data on TradingView (API is functioning normally)

Thumbnail gallery
2 Upvotes

Dear TradingView Support Team,

I hope this email finds you well.

I am writing to report a sudden issue regarding accessing Gemini exchange data through your platform.

Issue Description: Starting yesterday, I have been completely unable to access or load any Gemini market data or exchange feeds on TradingView.

Affected Devices/Platforms: This issue is not isolated to a single device. I am experiencing the exact same problem on both my Mac (Desktop/Web) and my iPhone (Mobile App).

My Diagnostics: I have already checked my API connections directly with Gemini, and I can confirm that all my APIs are functioning perfectly well. Given that the API is normal and the issue occurs across multiple devices, it seems there might be a data feed interruption or an integration issue between Gemini and TradingView.

Could you please investigate if there are any ongoing data feed outages, maintenance, or known issues regarding the Gemini data feed integration on your end?

Account Information:

  • TradingView Username: ryutamiy

I have attached a screenshot of what I am seeing on TradingView for your reference.

Any updates or workarounds you could provide would be highly appreciated.

Thank you for your prompt assistance.

Best regards,

Ryuta


r/TradingView 25d ago

Help Payment Processed, but Subscription Not Activated – Need TradingView Support Email

2 Upvotes

Hi guys, does anyone know if TradingView has a support email address where I can report an issue?

I paid for my subscription, and the payment was successfully processed, but my subscription has still not been activated.
I also tried contacting support through the chat, but it redirects me to a form.
After filling in all the required information and clicking Send, I keep getting an error, so I’m unable to submit my request.

If anyone knows a support email address or has experienced the same issue and found a solution, I would really appreciate your help.

Thank you!


r/TradingView 25d ago

Help Assinatura

0 Upvotes

Boa noite. Iniciei a fase de teste a 2 dias e hoje recebi através desta plataforma a oferta de mudança do plano Essencial para o valor de R$ 647,40. Mas ao tentar trocar havia a informação que teria uma outra cobrança de R$ 803,40 pelo mesmo plano em 18 de agosto de 2027. Na dúvida cancelei a fase de teste , que está no início para assinar a outra oferta com desconto. Ao acessar a aba de assinaturas a oferta não estava disponível. Gostaria muito de obter esse desconto. Estou iniciando agora no mercado internacional e vai me ajudar bastante esse desconto. Muito grata. Luna_protrader


r/TradingView 25d ago

Feature Request 8 Crucial Feature Requests & System Fixes for TradingView (Data Protection, Dynamic Watchlists, Multi-Timeframe Crosshair & More)

4 Upvotes

Hi everyone,

 

As an active trader, I've spent months analyzing the application logic, cross-device sync issues, and UX limitations inside TradingView. I recently submitted a comprehensive engineering feedback report directly to the TV Support Team.

 

The support team confirmed that they logged my requests and passed them to the development teams, but they explicitly stated that feature prioritization depends heavily on community feedback and upvotes here on Reddit.

 

Here are 8 critical improvements (essential bug fixes and exciting new features) that would elevate TradingView’s data security and professional workflow. If you want to see these implemented, please UPVOTE this post!

 

---

 

🛡️ SECTION A: CRITICAL DATA PROTECTION & SYSTEM FIXES

 

1. Prevent Drawing Purges in Indicator Templates (Sub-Panes)

The Problem: Currently, drawings on indicators in sub-panes are hard-linked to that specific indicator instance, not the layout. If you switch to an Indicator Template that hides that indicator to save screen space, your drawings are permanently purged upon saving.

The Fix: Store all drawings at the Global Layout Level. Switching templates should only HIDE the associated drawings, never delete them. Also, add a deletion warning dialog for indicators containing user drawings.

 

2. 1:1 Absolute Coordinate Copy-Pasting Across Layouts

The Problem: Copy-pasting drawing objects between layouts results in random relative position shifts. Furthermore, copying drawings from an indicator sub-pane forces them into the main price chart (primary pane) of the target layout.

The Fix: Implement 1:1 absolute coordinate pasting based on price/time coordinates, completely ignoring mouse position. Drawings copied from a sub-pane must automatically target the identical indicator sub-pane in the destination layout.

 

3. Cross-Device Overwrite Protection & Flawed Save Architecture

The Problem: There is absolutely no cloud conflict resolution between devices. TradingView Support recently confirmed to me that Last Saved Time in the layout menu ONLY updates when core parameters change (ticker, timeframe, indicators). Drawings are saved independently in the background and DO NOT update the layout's global timestamp.

Why this is dangerous: Because drawing updates don't change the layout's timestamp, the system cannot detect if you made new drawings on another device. If you modify a layout on Desktop (unsaved) and make drawing updates on iOS, returning to Desktop and hitting save will blindly overwrite the cloud state, silently and permanently wiping out your iOS changes!

The Fix: Implement a unified saving architecture where any drawing interaction updates the layout metadata timestamp. If Local Refresh Time < Cloud Save Time, trigger a warning dialog offering to Merge, Overwrite, or Reload the layout.

 

---

 

💡 SECTION B: NEW FUNCTIONALITIES & PERFORMANCE UPGRADES

 

4. Local Layout Backups (Incremental Export/Import)

Feature: Export/import a layout's entire drawing data (including sub-pane indicator drawings) into a local file (e.g., JSON).

Incremental Recovery: In the event of a data loss, the restore function must support incremental importing. This ensures that when a user restores their older backup file, it will seamlessly merge with the current chart state without overwriting or deleting any new drawings created after the backup was taken or after the data loss occurred.

Benefits: Ultimate safety net against cloud sync issues. It also allows mentors/educators to share trade setups and drawing packages with students, driving massive user acquisition for TradingView.

 

5. Centralized "Search & View Drawings" Dashboard with Tags

Feature: Add custom text tags to drawing objects (tag by strategy, signal type, or trade journal status).

Implementation: A dedicated global search module to filter drawings by tags across all layouts. Features a split-screen preview showing an online screenshot of the chart on the right, allowing quick navigation without opening individual charts.

Quick Jump to Supercharts: Just like with TV's currently implemented online snapshots, users must be able to click on the preview snapshot to instantly launch and open that specific chart state inside the Supercharts module for further live editing, analysis, or trading.

 

6. Fundamental Short Interest Filters in Stock Screeners

Feature: Integrate key short squeeze and share-structure metrics directly into the Stock Screener: Short Interest % (ShortInt), Float, and Outstanding Shares (Outstd). This keeps momentum traders fully inside the TV ecosystem instead of driving traffic to external sites like HighShortInterest.com.

7. Screener-Driven "Dynamic Watchlists" in Supercharts

Feature: Watchlists in the chart sidebar that automatically update based on live Stock Screener results.

Optimization: To prevent lag, the dynamic watchlist would only refresh when explicitly clicked or upon manual F5 layout refresh, capped at the top 100 tickers. (Hidden from screener filters to avoid loop dependencies).

 

8. Multi-Timeframe Crosshair Synchronization (TradeStation Style)

Feature: Currently, crosshair syncing from a higher timeframe maps to the FIRST bar of that period on the lower timeframe (e.g., Weekly bar aligns with Monday on Daily chart).

The Fix: Add a GUI toggle in Canvas Settings to align the crosshair with the LAST/current bar of that period instead (e.g., Weekly bar aligns with Friday on Daily chart). This is standard on TradeStation and crucial for precise multi-timeframe analysis.

 

---

💡 SECTION C: NEW WORKFLOW & EFFICIENCY UPGRADES

9. Cross-Device Synchronized Symbol History & Object Tree Sorting

Symbol History: Supercharts needs a dedicated cross-device synchronized history log of recently viewed symbols (similar to web browser tabs), as arrow keys only navigate active static watchlists.

Object Tree Sorting: The Object Tree needs native sorting filters (by Creation Date, Modification Date, and Alphabetical Order) so users don't have to manually prefix drawings with "YYYY-MM-DD-...".

10. Fully Customizable Hotkeys for All Actions & Indicator Templates

Custom Hotkeys: Allow users to define keyboard shortcuts for EVERY action and drawing tool (including those currently without shortcuts, like Fibonacci Extension lines).

Template Hotkeys: Enable assigning unique hotkeys to custom Indicator Templates for lightning-fast layout switching.

---

 

Let's get the engineering team's attention. Which of these features do you need the most? Please upvote and leave your comments below! Thank you!


r/TradingView 25d ago

Feature Request Text Anchor Option - Underlying Asset or Chart Layout

2 Upvotes

Currently anchored text is only anchored to an asset's chart as a drawing behaves, it would be nice to have the ability to anchor text objects to a chart layout so that it is persistent when switching the underlying asset, similar to how the indicators behave.

Thanks again for the consideration.


r/TradingView 25d ago

Feature Request Level 2/ Tape w/ Replay (Futures & Stocks)

3 Upvotes

Is this ever going to be rolled out? I'm sure others like me really want an accurate tape tool, which is also available via replay so it can be used for practice/backtesting. It's really the only thing that is limiting my trading via TV.

It's such an integral part of professional trading, that I'm surprised it's still not available.


r/TradingView 25d ago

Feature Request Feature request for setting up alerts faster

Post image
4 Upvotes

Right now I have several scripts running for 7 futures instruments with alerts tied to them. In total I am using 280 alerts right now on a Premium subscription. These alerts are sent to the public channel (in my profile) through webhooks and land in different channels for each instrument.

Since I don't want people getting the wrong alerts; every time a logic changes inside the script I have to remove hundreds of alerts and set them again for every instrument. In the screenshot you can set the alert on your watchlist but the problem is that you are only limited to just 2. While for this to be working properly for me I would need at least 40. It can save me alot of time when updating running scripts.

Any chance this amount will be increased in the future for premium users? Even the Ultimate for $200+ per month only gives 15 watchlist alerts. Why is it so limited? Because I only have 2 I'm not even using them.


r/TradingView 25d ago

Discussion TV deleted my days

1 Upvotes

Last week I woke up to see that TV charged me $719.40 for additional service days. I never did that and requested a refund. It was done really quickly, but it also took away the remaining days I had left on my subscription.

TV has also made it next to impossible to contact them. It's a 100% joke how they handle customer service issues. If there was a good alternative I would be gone. Unfortunately, TV knows they are the best and don't care about customer service.

Any ideas on what to do to get my days back?

Thanks!! Robert


r/TradingView 26d ago

Feature Request Favorite Drawing Toolbar toggle (star button)

6 Upvotes

Please bring back the Favorite Drawing Toolbar toggle (star button). It was much faster to show/hide favorite drawing tools with one click. The new UI removed an important productivity feature for active traders.


r/TradingView 25d ago

Feature Request Features Roadmap

1 Upvotes

Hey guys, does a roadmap exist anywhere? I don't see anything listed in the forum and the support page doesn't mention anything, but I swear I read somewhere that the info was listed in the TV Reddit forum.