Thanks for raising this! What version of macOS are you using? We use the latest public version of macOS as well as a public version of Monterey and have never seen such a message. Also, can you make sure that you use the most recent version of the app (beta.12)? You can get it here.
NordVPN is your answer. Just be aware the connections via vpn are rarely comparable to a normal connection but often it is unnoticeable.
Anyways hit up NordVPN, it’s who I use daily 24/7 and at work you can bypass their stupid Wi-Fi login portals too
Try Tor Browser (free, but slow and kind of overkill) or the NordVPN extension for Firefox (because it's the only one that is based on proxy servers, not VPN servers, therefore does not require installing VPN software that would mess with your work PC.)
Thanks for sharing it here. This website is definitely a scam. If you already run the file you got from it, make sure to check your system with an antivirus. We'll report this scam website to get it down.
We use only tradingview.com and its subdomains for all our stuff, including distribution of our apps.
It sounds easy enough, doesn't it? I'm also surprised no one has figured this out yet. It's one of the primary reasons I'm looking to move to cryptowat.ch, since that's one of their key features. I know for a fact that TradingView will never officially support it because they would rather encourage their own profitable partnerships with their integrated brokers. However I have seen apps like Binance and 3commas utilize TradingView's API on their end to mark trades, which implies that if you want to see your trades marked automatically, you will have to build your own TradingView app/ page using the API or pay for someone else's
I have at least 8 Brave windows (instances), 4 per screen/desktop and every browser window has 2 tabs of TrV and also few Brave browser windows with https://cryptowat.ch/ and my trading accounts :)
​
This leaves me one desktop for not trading related stuff on 4K screen and other, 16:9, has accounts and cryptowatch over 2 desktops. So, if I flip my main screen away from TrV desktop, I can still see cryptowatch and accounts windows on a smaller screen.
​
Seems to run OK but yes, sometimes a browser tab crashes and it's always TrView. :)
​
I run all this on Kubuntu PC so it handles this kind of load much better than anything else and I can have 4 or more desktops with different content on 2 monitors.
Yes, you definitely downloaded the wrong software. Please uninstall it immediately and check up your system with an antivirus (better with a few). Then download our app from tradingview.com/desktop
If you typed your creds in that app, change your TradingView password and set up 2FA.
We use tradingview.com only
Please uninstall it immediately and check up your system with an antivirus (better with a few). Then download our app from tradingview.com/desktop
If you typed your creds in that app, change your TradingView password and set up 2FA.
running on iMac and older MacBook pro... open terminal and ping TradingView's server... eg " ping TradingView.com -c 50 " which will generate a series of numbers that we can use to evaluate your network connection... in particular at the end you'll get some thing that looks like this:
--- tradingview.com ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 30.575/31.815/34.576/1.096 ms
The one that I'd be most interested in is the packet loss... if your network connectivity is poor, this number will high.
Wow, really?
I agree with you, I'd like to see proof that there's a way to submit a ticket before I pay. I also see too many billing issues with trading view. I would definitely use a service like privacy.com when signing up.
Good question I just checked and https://poloniex.com/ is available to use on TradingView I'm going to check it out for myself. Go into paper trading then click the right there are 10 different brokers
Hey there. To reach our support team, go to tradingview.com/support, click button My support tickets then click Open ticket. Make sure that you're logged in prior to these steps. Also, you can use the ? icon at the bottom on the right-side menu
Here you go:
$ pip3 install PySide2 $ python simple_browser.py https://tradingview.com
# simple_browser.py from PySide2.QtCore import QUrl from PySide2.QtWebEngineWidgets import (QWebEngineCertificateError, QWebEnginePage, QWebEngineView) from PySide2.QtWidgets import QApplication
app = QApplication()
class InsecureWebPage(QWebEnginePage): def certificateError(self, error: QWebEngineCertificateError) -> bool: return error.isOverridable()
page = InsecureWebPage() view = QWebEngineView()
view.setPage(page) view.page().titleChanged.connect(view.setWindowTitle) view.load(QUrl(sys.argv[1])) view.show()
app.exec_()
Follow the steps bellow:
1 - Download the app installer TradingView.appinstaller on tradingview.com/desktop.
2 - Move the appinstaller downloades to C:\Users\"yourusername".
3 - Active on settings the developer mode on Setting > Update & Security > For Developers > active the Developer Mode.
4 - Open PowerShell (admin), and put the comands in sequence below:
Set-ExecutionPolicy Unrestricted (Click Enter)
Y (Click Enter)
cd ~ (Click Enter)
Add-AppxPackage -AppInstallerFile .\TradingView.appinstaller (Click Enter)
5 - Wait for the installation
6 - After the installation search for the app on the Start
Done
I created a watchlist of stocks I'm interested in. From opening screen on tradingview.com, click on Full-Featured Chart button. Other than than, I don't know why I have the ticker and 2h symbol on the screen, it seems like the default to me. I'm just a free user of tradingview.com if that matters.
Go to tradingview.com, Click on your name > Profile Settings > Change password.
After that you will get a mail to reset your password and you will be able to set one password. Once you are done with that, you will be able to sign in on the Desktop by Signing in with Email NOT Google.
Actually this button leads you to tradingview.com/gopro page where you can see different cards with the plans and upgrade buttons on cards with plans higher than yours will show you popup with instructions
Good luck, tradingview.com has zero help and support. They are a ghost ship as best I can tell. Meaning they have a platform and its poorly supported. I have multiple issues with the site on the technical end and have yet to find a way to voice my concerns to support. Currently on the 30 day trial but won't be buying when it ends. Zero customer support access.
This is great! Thanks! Although I'm not able to set the alert properly. Even though I add the alert, it triggers every time the price moves.
How do I make it trigger at the same price as the alert?
It's possible that you have activated "Color Bars Based on Previous Close" or that you are using some indicators that color the bars based on some other criteria. Have a look at these examples I created for you on miro: https://miro.com/app/board/o9J_lIFwUiE=/?moveToWidget=3074457357679900938&cot=14
If you're running on a Windows machine, this app might provide what you're looking for... http://strlen.com/procrastitracker/ . It's an older app but I think I ran it in Windows 10 a couple years ago.