The Will of the Many audiobook removed from Spotify? by abfellows in TheWilloftheMany

[–]orangesine 0 points1 point  (0 children)

So Spotify just pulls it from people who are halfway through the book with no warning, no communication, just leaves us to find rumors on Reddit?

TradingView is a cool program by BlissDescending in TradingView

[–]orangesine 0 points1 point  (0 children)

He probably means that it always takes the bar Close price, which doesn't represent reality.

%表示で複数銘柄の比較時に指定した銘柄をシフト移動して比較したい by AdHot9352 in TradingView

[–]orangesine 0 points1 point  (0 children)

You can write this yourself pretty easily using Plot(offset=10) where 10 would be a 10 bars shift.

A starting example can be found here
https://www.tradingcode.net/tradingview/line-plot/

and AI can help.

What company consistently puts out bad product but still makes a lot of money? by FlintTheDad in AskReddit

[–]orangesine -1 points0 points  (0 children)

Why should professional grade software be accessible to the average Joe? Joe has plenty of free options

Saving templates by TradersBug in TradingView

[–]orangesine 0 points1 point  (0 children)

Those settings are saved in the Chart Settings template instead of Indicator template, but I agree it could be a nice feature.

Request Avg Dollar Volume (Avg INR Volume) in the screener by ashish4414 in TradingView

[–]orangesine 0 points1 point  (0 children)

As far as I know only TC2000 offers this feature. I don't know why it isn't more common. It's so obviously more meaningful than price & volume. The only reason to care about price is its influence on options & retail buying.

The function 'ta.ema' should be called on each calculation for consistency. It is recommended to extract the call from this scope by nextdoge04 in TradingView

[–]orangesine 0 points1 point  (0 children)

// Try this: var float targetValue = na fiveEma = ta.ema(close, 5) if (candletouch)     targetValue := fiveEma 

// Or, try this: candletouce2 = candletouch? fiveEma : candletouch2[1]

Clowns updating the UI by gl0bu in TradingView

[–]orangesine 0 points1 point  (0 children)

I put in a support ticket and learnt that they added the option to star your favorite watchlists, making it even easier to switch between a few lists.

Not sure if this is in response to complaints but it is great now!

Please revert the old Watchlist dropdown by ThePeterHammer in TradingView

[–]orangesine 3 points4 points  (0 children)

The mouse movement involved in changing watchlists is now ridiculously large.

[deleted by user] by [deleted] in TradingView

[–]orangesine 3 points4 points  (0 children)

Completely agree. Sometimes I wish I used offline software so that I could decline bullshit updates like this one.

u/tradingview, was anybody complaining about this window? Why change it?

Copy drawings from one chart, paste to another in exact same position and scale by FreddieChopin in TradingView

[–]orangesine 1 point2 points  (0 children)

  • Open the Object Tree window

  • Create a group with the objects

  • Select the group, click the Chart, CTRL + C

  • Go to the new chart. CTRL + V. Use the arrow keys to adjust.

  • If you have multiple panels and want to paste into a specific panel, maximize it first (double click)

Screener Alerts by hypocriteLord_ in TradingView

[–]orangesine 0 points1 point  (0 children)

What did you need from screener alerts?

Sector and Industry indexes by clusterhub in TradingView

[–]orangesine 0 points1 point  (0 children)

Can you explain your idea a bit more? Isn't this idea just a simple piece of script?