This script will display the high-low difference both as a histogram and as a label on the chart.
Explanation: highLowDiff = high - low: This calculates the difference between the high and low prices for each candle.
plot(...): This will plot the high-low difference as a blue histogram on the chart.
label.new(...): This will create a label at the top of each candle with the value of the high-low difference. You can adjust the position of the label and its appearance as needed.
Customization: You can change the color, line width, or style of the plot and the labels to suit your preferences. If you'd prefer the label to appear at a different location, you can modify the parameters inside label.new(), such as adjusting the position or the size of the text.
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.