OPEN-SOURCE SCRIPT

My script


Ebrahim Shojaee <e.shojaee5422gmail.com>
1:20 PM (0 minutes ago)
to me

//version=5
indicator("USD/IRR Custom Data", overlay=true)

// داده‌های شما
var float[] data = array.from(42400, 42500, 42600, 42700) // نرخ دلار
var int[] dates = array.from(20240101, 20240102, 20240103, 20240104) // تاریخ (YYYYMMDD)

// رسم نمودار
var lineColor = color.new(color.blue, 0)
for i = 0 to array.size(data) - 1
label.new(bar_index + i, array.get(data, i), tostring(array.get(dates, i)), color=lineColor)
Bands and ChannelsBreadth IndicatorsCandlestick analysis

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer