gliderfund

Colors

gliderfund تم تحديثه   
Library "Colors"
This Library delivers Hex Codes of Colors frequently used in indicators and strategies.

v3(colorName) Collection: Pinescript v3 Colors.
  Parameters:
    colorName: Color Name.
  Returns: Hex code of the inquired color.

v4(colorName) Collection: Pinescript v4 Colors.
  Parameters:
    colorName: Color Name.
  Returns: Hex code of the inquired color.
ملاحظات الأخبار:
v2

Added:
checkLuminance(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
  Parameters:
    srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
    threshold (simple int)
  Returns: Boolean isDark

Updated:
v3(colorName)
  Collection: Pinescript v3 Colors
  Parameters:
    colorName (simple string): Color Name
  Returns: Hex code of the inquired color

v4(colorName)
  Collection: Pinescript v4 Colors
  Parameters:
    colorName (simple string): Color Name
  Returns: Hex code of the inquired color
ملاحظات الأخبار:
v3

Updated:
checkLuminance(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
  Parameters:
    srcColor (simple color): Color to check. Usually a background color. By default 'chart.bg_color'.
    threshold (simple int)
  Returns: Boolean isDark
ملاحظات الأخبار:
v4

Added:
checkLuminanceSimple(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
  Parameters:
    srcColor (simple color): Color to check. Usually a background color. By default 'chart.bg_color'.
    threshold (simple int)
  Returns: Boolean isDark

checkLuminanceSeries(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
  Parameters:
    srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
    threshold (simple int)
  Returns: Boolean isDark

Removed:
checkLuminance(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
ملاحظات الأخبار:
v5

Added:
checkLuminance(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.
  Parameters:
    srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
    threshold (simple int)
  Returns: Boolean isDark

Removed:
checkLuminanceSimple(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.

checkLuminanceSeries(srcColor, threshold)
  To interpret the level of darkness of the provided color, and tag it as dark or light.

I develop indicators meant to be useful, profitable and good looking.

Please send me a Private Message if you intend to subscribe to an Invite-Only indicator or to hire me to develop some custom work.
مكتبة باين

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

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

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

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

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