TradingView
admin
6 de Feb. de 2015 14:35

Buy/Sell arrows on the chart example 

Descripción

This example shows how to display arrows on the chart.
Comentarios
ElChapo87
how do I remove these arrows?
haniqurt56
how do I take off the arrows to make the chart nicer to see
admin
You can also use this:

study('plotshape example', overlay=true)
data = close >= open
plotshape(data, style=shape.triangleup, location=location.abovebar, color=green)
plotshape(not data, style=shape.triangledown, location=location.belowbar, color=red)
admin
micha21
Что за говно?
sdao85
Is there a way to print to both the indicator window and the chart?
Más