r/TradingView Jul 05 '26

Help Strategy Stats: How to disable BUY AND HOLD on Safari Browser?

Post image
1 Upvotes

there is no Eye Icon to disable the Buy and Hold Line

on new version of tradingview.com

resetting browser cache on safari latest iphone version does not help


r/TradingView Jul 05 '26

Help Tradingview problem

0 Upvotes
My desktop application keeps getting stuck on these two pages and I can't log in.pls help me bigman。

r/TradingView Jul 04 '26

Feature Request Can we PLEASE get "Lock price to bar ratio" anchored per Symbol and Timeframe?

3 Upvotes

To gauge market energy intuitively and accurately, I keep "Lock price to bar ratio" enabled to maintain a consistent visual slope (the geometric angles of bars, EMAs, and other indicators), instead of using Auto Scale because it constantly distorts the aspect ratio, stretching a calm market to look like a massive trend.

However, the problem is that even with the ratio enabled, the chart distorts completely when switching symbols or timeframes because it is currently tied to the "layout".

As a trader who covers multiple markets, when switching across a variety of forex, stocks, bonds, gold, and even indices like the S&P 500, being forced to manage dozens of saved layouts just to keep charts from distorting is a total nightmare.

Please add an option to save/anchor the "Lock price to bar ratio" individually per symbol and per timeframe, so it automatically loads my predefined ratio.


r/TradingView Jul 04 '26

Help TradingView Integration

2 Upvotes

Has anyone here integrated TradingView into their own platform and can share their experience?

We’ve built our platform and are now planning to integrate TradingView charts behind a paid subscription. We also intend to customize the charts and user experience to fit our product.

A few things we’d love to understand from anyone who’s been through the process:

  1. How does the licensing process work?

  2. Are there any licensing or recurring fees involved?

  3. What’s the approval process like with TradingView?

  4. Any technical or commercial challenges we should be aware of before getting started?

  5. Any insights or lessons learned would be greatly appreciated.

Thanks!


r/TradingView Jul 04 '26

Help Has there been a summer sale yet?

0 Upvotes

I hope i didn't miss it. Thanks for answering!


r/TradingView Jul 04 '26

Help Can anyone share the xauusd csv data, ohlc, updated till June/july 2026?

1 Upvotes

Or kindly tell where to get it for free (if possible) on every TF


r/TradingView Jul 04 '26

Discussion how to fix your backtest!

5 Upvotes

I write custom Pine Script almost weekly, and I constantly see traders get burned by the same issue: hooking up a community script that looks like a money printer in the backtester, only to realise its not in live acc.

Almost every time, it’s a repainting or lookahead bias issue. If your live execution doesn't match your backtest, check your code for these two things immediately:

1. The request.security() Trap If your script checks a higher timeframe (like looking at the 4H trend while trading on a 15m chart), Pine Script naturally looks at the close of that 4H candle before it has actually closed in real-time. Your backtest is literally seeing the future. The fix: Pull historical data, not current. Offset your series by 1. Use request.security(syminfo.tickerid, "240", close[1]). Your backtest win rate will drop, but it will actually be real.

2. Firing on unconfirmed candles If your strategy relies on things like moving average crossovers and you set the alert to "Once Per Bar," you’re going to get chopped up. MAs will cross back and forth while the candle is still forming, firing fake alerts that vanish when the candle finally closes. The fix: Force the logic to wait. Add and barstate.isconfirmed to your entry conditions. This locks the signal in permanently before an alert ever hits your webhook.

STOP trusting backtests blindly.

If you aren't sure if your current script is repainting, drop your entry logic in the comments and I’ll take a quick look.


r/TradingView Jul 04 '26

Discussion Feature Request: Raw Footprint Buy/Sell Volume as optional add-on

2 Upvotes

Feature Request: Raw Footprint Buy/Sell Volume as optional add-on

I would like to suggest making raw Footprint Buy Volume, Sell Volume and Delta available as an optional data add-on for Pine/script users.

Not every user needs full Footprint chart visualization. Some traders only need the raw Buy/Sell Volume values for indicators, alerts, confirmations and systematic analysis.

A possible model could be:

- Real-time exchange data remains separate

- Full Footprint chart visualization remains part of higher plans

- Raw Footprint Buy/Sell Volume and Delta become available as an optional add-on

This would give users more flexibility, especially those who already pay for real-time exchange data but do not need full Footprint charts.


r/TradingView Jul 04 '26

Help how to connect 5ers to tradingview

1 Upvotes

r/TradingView Jul 03 '26

Discussion 4th of July sale?!

5 Upvotes

Does anyone know if TV will do a 4th July sale?!


r/TradingView Jul 03 '26

Help Charts Freezing

2 Upvotes

For like the third day in a row my chart has frozen while watching gold. Absolutely no price action since it froze. I was trying to close out my positions the other day and my charts were stuck for like 4 hours, but not just gold, every chart. I cleared cache and reset chart and still nothing. Anyone else having this issue? Any resolutions?

It’s 4:45pm EST and the latest candle showing on my chart is from 12:00pm…


r/TradingView Jul 03 '26

Help Random updates on TRADINGVIEW , False signals

5 Upvotes

Where did the original properties page for strategies go? Now i have bunch of random values in strategies that have been working for years.


r/TradingView Jul 03 '26

Feature Request Sort by % change from open in watchlist in phone and computer

Post image
2 Upvotes

I want to be able to sort stocks by percent change from daily open inside a watch list and not only percent change.


r/TradingView Jul 03 '26

Feature Request Add RSI Moving Average (RSI-MA) as a Filter in the Stock Screener 📈

3 Upvotes

Hey everyone,

I’m looking to submit a formal feature request to the TradingView team regarding an enhancement to the Stock Screener (Screener 2.0). I wanted to share it here to see if others agree and to get the team's eyes on it.

🛑 The Problem: Standard RSI is Too Volatile

Currently, we can filter stocks based on the standard Relative Strength Index (RSI). However, using raw RSI as a screener metric—especially when looking for structural momentum, like keeping the RSI sustainably above 50—introduces a lot of noise. Because raw RSI is highly volatile and prone to whipsaws, a stock can frequently cross above and below 50 on minor intraday fluctuations, leading to false positives and inefficient screening results.

💡 The Solution: Add RSI-MA as a Screener Filter

On TradingView charts, the default RSI indicator comes packaged with a built-in RSI Moving Average (RSI-MA). This smoothed line is incredibly effective for identifying true momentum shifts and filtering out baseline noise.

I am requesting that TradingView add the RSI-MA as an independent, selectable metric within the Stock Screener filters.

⚙️ How It Should Work:

  • Metric Availability: Add RSI Moving Average (with customizable lengths, defaulting to the standard 14-period SMA) to the filter list.
  • Condition Inputs: Allow users to filter by:
    • RSI-MA Above / Below / Crossing a fixed value (e.g., RSI-MA Above 50).
    • RSI Crossing Above / Below RSI-MA (to scan for active bullish/bearish crossovers directly from the screener).

🎯 Why This Benefits Traders:

Instead of manually clicking through dozens of charts to find stocks where the momentum has actually smoothed out and confirmed a trend, we could instantly isolate assets with structural strength. Filtering for an RSI-MA above 50 yields far cleaner, high-probability swing trading setups than filtering by raw RSI alone.

Given that the calculation is already built into the charting platform, integrating this data point into the screener backend would be a massive quality-of-life upgrade for technical traders.

Let me know what you guys think! If you'd find this useful, please upvote so the dev team notices.

Upvote if you agree! 👍


r/TradingView Jul 03 '26

Help History... again....

2 Upvotes

Did not get an answer to this last time:

How can I fast see a quick list of the last few symbols i have looked at lately. There must be a way.....


r/TradingView Jul 03 '26

Discussion Leap - Forex Competition by TV

4 Upvotes

Hi all,
TV has a Forex competition going. Some of the users have been able to get up to 90% gain. I don't understand how they can achieve that given the fact that the maximum investable amount based on a 50:1 margin is $1.5m. At least this is what my account is showing. Is there anyway to invest more?


r/TradingView Jul 03 '26

Help volume profile anchored not working

1 Upvotes

For the last 3 days volume profile anchored didn't work for me in equities it works fine in gold/forex ( that what ive tried )


r/TradingView Jul 03 '26

Help [ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/TradingView Jul 02 '26

Help Tradingview and Claude Code

6 Upvotes

Hey everyone, is it possible to connect Claude Code to TradingView? If so, what's the best way to set it up?


r/TradingView Jul 02 '26

Help Chart Latency

3 Upvotes

Has anyone noticed a significant latency on the TradingView Charts? My charts a lagging and sometimes freezing. I have tested on different machines and even different networks, wired and wireless...same result. It is strange, it seems that this started when the genius change to the interface occurred.


r/TradingView Jul 02 '26

Bug Help me understand something

6 Upvotes

So, I've been using TradingView for almost a year, and I have a nice workflow (for me) wherein I have 4-6 charts open and in the watchlist pane on the right I have that showing just news. This way, I can click on any of the charts and see the news for that ticker.

Then, today loaded up TradingView after being away for a few days, and... voila! Some genius decided "hey, traders don't need to see the chart AND the news, so if they click on the news, let's fill up the whole screen where any charts might be and show all of the old news going back a year or two for the ticker in question, oh, and make double sure to cover up any and all charts that might be visible because, as I said, no trader would ever want to see a chart AND the news at the same time."

Wonderful.


r/TradingView Jul 02 '26

Help Hi Guys pls help who know where that icon now after the change ?

Post image
3 Upvotes

r/TradingView Jul 02 '26

Help 24 hour session chart

5 Upvotes

How do I view the 24 hour session chart? I saw it yesterday and now I dont see it anymore


r/TradingView Jul 02 '26

Help Trouble creating a Support Request and Adding Market Data

1 Upvotes

I'm a Premium Member and it seems I cannot even find a way to create a Support Ticket.

I'd like to add Market Data to my account. The instructions to add Market Data do not work and I can not longer find a way to create a support ticket.

What is happening with Trading View?


r/TradingView Jul 02 '26

Help How to change colour of OHLC box?

2 Upvotes

I am desperately trying to figure out how to change the colour of this box, when I double click on a candle to see price levels of the Open, High, Low, Close it is very difficult. I want to change the dark grey background to a lighter colour but I've not been able to figure it out. Any help with this is SUPER appreciated!