@@ -29,9 +29,9 @@ string TS6 = "auto"
29
29
string LG = " Legend"
30
30
31
31
// Financial periods.
32
- string FQ = "Financial Quarter "
33
- string FY = "Financial Year "
34
- string TT = "Trailing Twelve Months "
32
+ string FQ = "Finansal Çeyrek "
33
+ string FY = "Finansal Yıl "
34
+ string TT = "Takip Eden On İki Ay "
35
35
36
36
// Financial legends.
37
37
string F_NA = "⸺"
@@ -285,17 +285,17 @@ string PER_TT = "Alanlar şunlardır: Değer, Dönem ve Kesinlik.\nPERIOD\n- 'Ma
285
285
286
286
287
287
string GRP0 = "══════════ Position & Size ══════════"
288
- string yPosInput = input.string("top" , "↕" , inline = "01", group = GRP0, options = ["top", "middle", "bottom"])
289
- string xPosInput = input.string("right" , "↔" , inline = "01", group = GRP0, options = ["left", "center", "right"], tooltip = POS_TT)
290
- int rowHeightInput = input.int(0 , "|" , inline = "02", group = GRP0, minval = 0, maxval = 100)
291
- int colWidthInput = input.int(0 , "—" , inline = "02", group = GRP0, minval = 0, maxval = 100, tooltip = WTH_TT)
292
- color textColorInput = input.color(LINK_WATER, "Text" , inline = "03", group = GRP0)
293
- string textSizeInput = input.string(TS6 , "" , inline = "03", group = GRP0, options = [TS1, TS2, TS3, TS4, TS5, TS6])
294
- color tableBgInput = input.color(BG_COL , BG , inline = "03", group = GRP0)
295
- color tableBgDnInput = input.color(BG_DN , "🡓" , inline = "03", group = GRP0, tooltip = BG_TT)
296
- string currencyInput = input.string("" , "Conversion" , inline = "04", group = GRP0, options = ["", "USD", "EUR", "CAD", "JPY", "GBP", "HKD", "CNY", "NZD", "RUB", "AUD", "CHF", "NOK", "SEK", "SGD", "TRY", "ZAR", "MYR", "KRW", "USDT", "INR"])
297
- bool showCurrencyInput = input.bool(true , "Show currencyInput" , inline = "04", group = GRP0)
298
- bool abbrValuesInput = input.bool(true , "Abbreviate large values", group = GRP0)
288
+ string yPosInput = input.string("top" , "↕" , inline = "01", group = GRP0, options = ["top", "middle", "bottom"])
289
+ string xPosInput = input.string("right" , "↔" , inline = "01", group = GRP0, options = ["left", "center", "right"], tooltip = POS_TT)
290
+ int rowHeightInput = input.int(0 , "|" , inline = "02", group = GRP0, minval = 0, maxval = 100)
291
+ int colWidthInput = input.int(0 , "—" , inline = "02", group = GRP0, minval = 0, maxval = 100, tooltip = WTH_TT)
292
+ color textColorInput = input.color(LINK_WATER, "Yazı" , inline = "03", group = GRP0)
293
+ string textSizeInput = input.string(TS6 , "" , inline = "03", group = GRP0, options = [TS1, TS2, TS3, TS4, TS5, TS6])
294
+ color tableBgInput = input.color(BG_COL , BG , inline = "03", group = GRP0)
295
+ color tableBgDnInput = input.color(BG_DN , "🡓" , inline = "03", group = GRP0, tooltip = BG_TT)
296
+ string currencyInput = input.string("" , "Dönüştürün" , inline = "04", group = GRP0, options = ["", "USD", "EUR", "CAD", "JPY", "GBP", "HKD", "CNY", "NZD", "RUB", "AUD", "CHF", "NOK", "SEK", "SGD", "TRY", "ZAR", "MYR", "KRW", "USDT", "INR"])
297
+ bool showCurrencyInput = input.bool(true , "Para Birimini Göster" , inline = "04", group = GRP0)
298
+ bool abbrValuesInput = input.bool(true , "Büyük Değerleri Kısaltın", group = GRP0)
299
299
300
300
string GRP1 = "═════════════ Satır 1 ═════════════"
301
301
string typeInput1 = input.string(F401 , "", inline = "11", group = GRP1,
@@ -851,4 +851,5 @@ printFinancial(7, display, typeInput7, periodInput7, precInput7, legendInput7, t
851
851
printFinancial(8, display, typeInput8, periodInput8, precInput8, legendInput8, textSize8, bg8)
852
852
printFinancial(9, display, typeInput9, periodInput9, precInput9, legendInput9, textSize9, bg9)
853
853
bgcolor(color.new(tableBgInput, 100))
854
+
854
855
//#endregion
0 commit comments