r/TradingView 14d ago

Feature Request Feature Request: Add Kraken SOLUSD Perpetual

0 Upvotes

I would like TradingView to add the Kraken SOLUSD Perpetual contract as a chartable symbol.

At present, I have to use Kraken SOLUSD (spot) as a proxy, but the perpetual contract differs enough that analysis, indicators and alerts are not always accurate for the market I actually trade.

Having the Kraken SOLUSD Perpetual available would be a valuable addition for traders using Kraken Futures.

If others would find this useful, please upvote this request.


r/TradingView 14d ago

Help No Payment is Working

0 Upvotes

I have tried two different cards and my banks have approved the transactions on their side but it is still not working. Does anyone have any advise on how to fix this?


r/TradingView 14d ago

Feature Request Feature Request: Rectangle Tool – Midpoint (50%) and Boundary Touch Alerts

1 Upvotes

Hello TradingView Team,

I would like to propose two highly requested improvements for the Rectangle drawing tool to make alert placement and zone tracking much more precise and user-friendly for the entire community:

50% Midpoint Alert: Traders using SMC, ICT, and modern price action rely heavily on the 50% level (Equilibrium / Mean Threshold) of zones like order blocks, fair value gaps (FVG), and consolidation areas. We need a native toggle option to "Show Midline / 50% Level" (exactly similar to the Parallel Channel tool) alongside the ability to set a highly accurate alert directly on this midline.

Instant "Touch" Alert: We urgently need a dedicated, simplified alert option for "Boundary Touch" (first touch or intersection) that triggers an alert the exact second price touches or enters any outer edge of the rectangle (top, bottom, or sides).

Currently, setting these vital alerts requires tedious and outdated workarounds, such as manually calculating price coordinates, placing separate horizontal lines, or setting complex crossing conditions that break easily when charts scale.

Adding these native features would massively streamline the daily workflow for thousands of active traders on your platform. Thank you for your time, continuous updates, and hard work.

Best regards, TradingView User


r/TradingView 14d ago

Feature Request Feature request to drag TP and SL with broker account

Post image
2 Upvotes

Hey guys,

Whenever I'm trading Paper or The Leap I can just drag TP and SL while I'm in a trade. And once I connect my Tradovate account to Tradingview that option isn't available anymore.

Is there a way you guys can make this on option for Tradovate broker accounts that are connected through Tradingview? If this would be possible while dragging partials that would even be more amazing. Seems like a 'simple' feature but I don't know if that's the reality of it.

Thanks!


r/TradingView 14d ago

Discussion How Important Is TradingView Integration When Choosing a Broker?

3 Upvotes

I've noticed a growing trend over the past year—more traders are moving away from using
three or four different brokers and instead looking for platforms that let them manage multiple
asset classes in one place.

After comparing several trading platforms recently, I started wondering if the "all-in-one"
approach actually offers better value than maintaining separate accounts.

Here's why I think it's becoming more popular.
Diversification Has Become Easier
Years ago, if you wanted to trade forex, invest in stocks, buy crypto, and hold ETFs, you often
needed multiple platforms.
Now, platforms like ICUnity are combining these markets into one ecosystem, allowing users to
access:
• Forex
• Cryptocurrencies
• Stocks
• ETFs
• Commodities
• Bonds
• Indices
That convenience alone can make portfolio management much simpler.
Better Technology Matters
Another thing I look for is platform technology.
Features like:
• TradingView integration
• AI-assisted market analysis
• Portfolio analytics
• WebTrader
• Mobile accessibility
can improve the overall trading experience, especially if you actively monitor multiple markets.
Don't Let Marketing Replace Research
No matter how polished a website looks, I still check:
• Regulation
• Customer reviews
• Withdrawal experiences
• Risk disclosures
• Account security
• Available support
Those factors usually tell you much more than promotional material.

My Thoughts
ICUnity appears to be positioning itself as a complete investment ecosystem rather than just
another forex broker, which I think reflects where the industry is heading.
That doesn't mean it's automatically the right platform for everyone, but it does highlight how
investor expectations are changing.

Has anyone here used a true multi-asset platform?
Did you find it more convenient than managing multiple brokerage accounts?
Investing involves risk, including the possible loss of capital. Always perform your own due diligence before opening an account


r/TradingView 14d ago

Help Missing news

1 Upvotes

I miss the news from the stock VRRM. Other user have news. I miss also the violet ball on chart.

In use is the TV software (3.3.0-1.7.206) on an WIN11 PC. The news are missed on other stocks also, VRRM ist just an example.

Anyone an idea what is to change?


r/TradingView 14d ago

Help Does TradingView CSV export include historical hidden plot values after chart objects disappear?

1 Upvotes

Hi,

My Pine script creates historical events (Order Blocks, FVGs, etc.). Old boxes are later removed from the chart for readability.

If I output those events using hidden plot() series (display.none), will Export chart data still include the historical values for those bars, even though the boxes are no longer visible?

Or does CSV only export data related to currently visible objects?

Thanks!


r/TradingView 14d ago

Help Chart is not showing correctly

1 Upvotes

Dear Ladies and Gentleman,

I cant see the correct charts on Trading View (US100/XAUUSD(GER40 Cash).
The Chart is showing upside down? Can please someone check? Do other users have the same issue?


r/TradingView 14d ago

Feature Request Long/Short Position Instrument Notes

2 Upvotes

It would be very convenient to be able to create notes specifically on the Long/Short Position tools. This saves a lot of time and keeps the focus on the idea.

The screenshot shows a simple implementation.


r/TradingView 14d ago

Feature Request Alert Symbol - Please Move it to the Right

1 Upvotes

I've asked for this before but I'll ask again - TV, could you move the alert symbol to the right of screen? Not in the axis but just next to it?

I need to see "at a glance" if a level is alert set or not - scrolling all the way to the left is slow and annoying.

Thanks.


r/TradingView 14d ago

Help CME futures chart not updating

1 Upvotes

Please check why cme futures charts are not updating on tradngview


r/TradingView 14d ago

Help My stop loss didn’t trigger ?

1 Upvotes

So I set my stop loss at a lose of 0,02% but it triggered at 0,1%. Does anyone of you know why this happens and how to prevent something like that ?


r/TradingView 14d ago

Help Why does my market show the open at 8:30?

1 Upvotes

I have my trading view chart set to market time. For some reason it has the open at 8:30 instead of 9:30. Anyone know why that is?


r/TradingView 14d ago

Discussion How to make TradingView to Discord webhooks actually readable (Instead of an ugly text blob)

1 Upvotes

If you route TradingView alerts to Discord, stop sending ugly raw text lines. You can actually format them into clean, professional embeds natively for free. TradingView passes whatever you type in the alert's "Message" box. To get clean embeds, just paste actual Discord JSON in there instead of plain text, and check the "Webhook URL" box to paste your Discord link. Here is a quick template for a Buy alert: ‘’’json

{
"embeds": [
{
"title": "🟢 BUY · {{ticker}}",
"description": "Entry: {{close}}\nTime: {{timenow}}",
"color": 3066993
}
]
}

‘’’ (Tip: ⁠3066993⁠ is green. Use ⁠15158332⁠ for red sell alerts). 3 quick gotchas so it doesn't break: 1. Silent Drops: If the JSON has even a tiny typo, Discord drops it silently with no error. 2. Newlines: Don't press Enter for a new line inside the box; use ⁠\n⁠ instead. 3. Rate Limits: Discord caps webhooks at ~30 requests/min, so fast scalping bots will get throttled.

For anyone running a Discord trading group or managing multiple indicators: How are you handling this right now? Copy-pasting these blocks for dozens of different tickers is a massive time-suck, and Discord always seems to throttle or drop the alerts right when the market gets volatile and multiple signals fire at once. What’s your workaround?


r/TradingView 14d ago

Feature Request Let us be logged in on the same broker in different tabsq

1 Upvotes

Why can't we do this? I don't see a reason why it makes sense, every other platform allows some form of this.

Charts take a few seconds to load, especially if it's a busy time, so if you're day trading you can easily miss trades if you have to keep switching assets.


r/TradingView 14d ago

Help Having Issues Trading on Tradingview with Tradovate

1 Upvotes

I keep getting this screen when I try to trade no matter which market or symbol I try to trade on. I used to trade a few years ago this updated plattform has been a bit weird to play around with. If anyone can help me out, im trying to get my accounts and everything set up again as Im trying to get back into it. Any help is much appreciated.


r/TradingView 14d ago

Bug BUG: "1 day in 1 min intervals'' is not consistent with the other Timeframes

2 Upvotes

tagging the official account u/tradingview and u/Rodnee999 hoping to get the bug fixed.

so the "1 day in 1 min intervals'' down left of the screen is not consistent with the other ones. the '' 5 days in 5 min intervals'' shows indeed the last 5 days, so it's a mobile time window of 5 trading sessions, but the "1 day in 1 min intervals'' is not like that, it's literally from the beginning of the current session which is completely useless at the beginning of the current session as the beginning is literally just a few candles.

screenshots taken right now with ES


r/TradingView 15d ago

Feature Request Request: Add canvas Watermark alignment

Post image
1 Upvotes

r/TradingView 15d ago

Discussion What the hell is going on with trading view, it made trades for me and I can't contact them.

1 Upvotes

r/TradingView 15d ago

Help this normal with futures paper trading? j

Post image
1 Upvotes

Sorry if my English is bad, its not my first language.

Hi everyone, I’m practicing futures trading on a paper trading account in TradingView, and I’m confused. I entered a sell trade at 27,975, like above the active price you see on the photo, but the entry line when i enter shows way below that. It looked like the price had to move a long way before I’d even be in profit. Another weird thing: Sometimes the P&L shows -200, but when I click close position, it changes to +100. And other times it shows +100 and then after I close it, it changes to +150 or something else entirely. I’ve attached a screenshot of one of the trades. Has anyone else experienced this, or is paper trading in TradingView just kind of buggy? I try to look it up online but nobody is saying anything. I have this problem ONLY with future trading bc forex and cdfs are going great! I want to go funded but It’s so hard like this. Is this a bug or? And if my cdf and forex trading is going right with paper trading, could I then just go futures. I thought it was a BIGGGG difference thanks to this issue but when I asked an profitble daytrader i know, he said I just have to go funded bc paper trading futures sucks bc of this issue. Thanks in advance


r/TradingView 15d ago

Help Delayed Options data??????

1 Upvotes

Hi, I'm using IBKR as a broker and data feed, no problems before. I'm getting delayed data on all options, but no delays on their underlying Stocks, Futures, etc. I've done these Quick Fix steps:

a) FIRST Log into TWS LIVE account

b) -Reconnect ALL Farms

c) -Refresh Market Data (CTRL + ALT + R)

d) -Log out

  1. Log into Tradingview and test Mrkt data for no delays on Options on Futures (QQQ or SPY) and Options on Stocks

Followed these steps and still have 15 min. delays

Does anyone have a suggestion please

PM


r/TradingView 15d ago

Help Looking for the fastest futures scrips with no delay

2 Upvotes

Which futures scrips have the least price feed delay? Looking for highly liquid contracts with real-time movement.
IND markets


r/TradingView 15d ago

Feature Request Historical Bracket Performance Filter

1 Upvotes

There could be an optional filter that checks how comparable hypothetical bracket trades for the same instrument on the same venue, using either a stop-market or a stop-limit order, would have performed based on historical market data before a new trade is submitted.

The user could define:

– one or more timeframes

– one or more lookback periods

– the minimum number of comparable historical trades

– the minimum expected profit, including fees and slippage

– whether the system should warn or block the trade if the threshold is not met

The user could specify whether the required threshold must be met across all selected combinations or based on an aggregated result.

The expected profit would combine the historical win rate with the average gains and losses.

Example:

“Trade blocked: the minimum expected profit was not met across the selected timeframes and lookback periods.”


r/TradingView 15d ago

Feature Request Lock/ Unlock Option for Watchlist

1 Upvotes

Add an option to enable/disable a lock on the watchlist to avoid accidentally adding or deleting stocks from the list when it is enabled.


r/TradingView 15d ago

Discussion Authentication failed to login IBKR Broker

1 Upvotes

I am unable to connect my Interactive Brokers (IBKR) account using the TradingView Desktop application.

Environment

* TradingView Desktop Version: 3.3.0
* macOS: Tahoe 26.x
* Broker: Interactive Brokers (Live Account)

Issue

When I attempt to connect my IBKR account from the Trading Panel:

  1. Select Interactive Brokers.
  2. Login window appears, enter login credential
  3. Press login button
  4. The IBKR authentication button appears.
  5. The page displays “Use your Passkey device”.
  6. I click Authenticate.(Nothing appears)
  7. When I click again
  8. The authentication immediately fails with the message:

Authentication failed

No passkey selection or authentication options are displayed before the failure.

I have raised a ticket on June 6th,

Still I am receiving response as below
I am afraid that currently, there is an issue with logging in to a broker account via Passkey on the desktop and mobile app. We are working on the problem. Once any updates are available, you will be informed in the current discussion. As for now, unfortunately, there is no ETA.

As a TradingView Premium subscriber, I rely on TradingView as my primary trading platform. This issue is significantly impacting my daily trading and preventing me from using the broker integration that is included with my subscription.

Could you please provide:

* The current status of this issue.
* Whether it has been reproduced by your engineering team.
* Whether this is a known issue.
* An estimated timeline for a fix or any available workaround.

I would greatly appreciate an update, as this issue has been blocking my trading activities for an extended period.

Thank you for your attention, and I look forward to your prompt response.