happyTacos35869

InfoTable

happyTacos35869 تم تحديثه   
Library "InfoTable"
Funzioni per tabella info

infoTable(nrRighe)
  Tabella per info a n righe e 2 colonne
  Parameters:
    nrRighe: : num righe tabella; textColor : colore testo tabella : giallo (default), bianco, nero, blu
  Returns: oggetto tabella per info

scriviCella()
ملاحظات الأخبار:
v2

Added:
crea(nrRighe)
  crea: nuova tabella per info a nrRighe righe e 2 colonne
  Parameters:
    nrRighe: : num righe tabella
  Returns: oggetto tabella per info

aggiungi(_tb, _row, _value, _textColor)
  aggiungi : popola una riga in tabella info nella posizione _row
  Parameters:
    _tb: : oggetto table su cui operare (creata in precedenza)
    _row: : posizione in tabella
    _value: : testo da scrivere
    _textColor: : colore testo : giallo, bianco, nero, blu, arancio, stringa vuota "" per giallo
  Returns: oggetto tabella per info

Removed:
infoTable(nrRighe)
  Tabella per info a n righe e 2 colonne

scriviCella()
ملاحظات الأخبار:
v2
ملاحظات الأخبار:
v10
ملاحظات الأخبار:
v11
ملاحظات الأخبار:
v12

Updated:
crea(nrRighe)
  crea: nuova tabella per info a nrRighe righe ed 1 colonna
  Parameters:
    nrRighe: : num righe tabella
  Returns: oggetto tabella per info

aggiungi(_tb, _row, _text, _textColor)
  aggiungi : popola una riga in tabella info nella posizione _row
  Parameters:
    _tb: : oggetto table su cui operare (creata in precedenza)
    _row: : posizione in tabella
    _text: : testo da scrivere
    _textColor: : colore testo : arancio, bianco, blu, giallo, nero, rosso, violetto; stringa vuota "" per rosso
  Returns: tupla
ملاحظات الأخبار:
v13
ملاحظات الأخبار:
v14

Updated:
crea(nrRighe)
  Parameters:
    nrRighe (int)

aggiungi(_tb, _row, _text, _textColor)
  aggiungi : popola una riga in tabella info nella posizione _row
  Parameters:
    _tb (table): : oggetto table su cui operare (creata in precedenza)
    _row (int): : posizione in tabella
    _text (string): : testo da scrivere
    _textColor (string): : colore testo : arancio, bianco, fucsia, giallo, nero, rosso, verde, violetto, stringa vuota "" per giallo, default = giallo
  Returns: tupla
مكتبة باين

كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشور تحكمه قواعد الموقع.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذه المكتبة؟

انسخ النص إلى الحافظة وألصقه في النص البرمجي الخاص بك.