TradingView
jaggedsoft
26 jun 2019 16:14

Indicator Summary 

Bitcoin Cash / BitcoinBitstamp

Beskrivning

This is a proof of concept for an indicator summary.

If the indicator color is green, it's bullish. Red is bearish.

This will be improved over time with more indicators.

Versionsinformation

Added TD Sequential
Kommentarer
nilux
Awesome! Thank you!
ETCBTC
Very cool. Thanks for sharing sir
dpanday
Wauw!
RafaelZioni
cool:)
Silent_Sea
Hello , I am looking for help to count number of indicator bullish or bearish. is there any way to count ? like score 3 out 5 bullish or bearish. Thank you in advance
newbiesstaff2323

At first, the part where multiple texts were displayed on the label will be displayed here by using the Pine script bug.
Since the bug of the corresponding Pine script is fixed now, the display of the corresponding part of the script is also different.

Before the bug was fixed, if the labels were drawn up and down and drawn in one place, the text will continue to come to the front even if the labels themselves are hidden by other labels, and as a result all those texts will be displayed It was done.
But these are misbehaviors, and now the labels will overlap, so their text will also overlap.

To improve the script (as in the traditional display), just change each of those Y coordinates in the script's source code.
By doing so, you can display the text where you want it, without overlapping it.
newbiesstaff2323
Hi
Only the lower part is displayed because of v4 bug
jaggedsoft
@boufuu, I'm not sure how to fix it other than switching to text only and ditching the info panel. @RicardoSantos fixed his version here tradingview.com/script/ZisWxP5g-RS-Function-InfoPanel/

It appears his fix was changing the numbers at the very bottom of the script from ascending order to descending order. i.e, this version goes 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, but the only way to make it work is to go from 12, 11, 10, 9, 8.. etc.
RicardoSantos
@jaggedsoft, only need to change the order that you call the info panel function, so that the bottom reads first in the code, and add 2 lines separation instead of 1
ETCBTC
@RicardoSantos, Wish there were another way. This was so cool before. Now it is very much not cool.
Mer