Bulltrading
WebsiteLaunch AppYoutube(FR)Youtube(EN)
  • πŸ“˜Preface
  • Bulltrading Designer
    • βš’οΈDesigner
    • πŸ’»Editor
      • My indicators
      • MarketPlace
      • Create your first indicator
    • πŸ“ˆMy strategies
      • Publish
        • Personal Strategy
        • Strategy To Rent
    • πŸ‘¨β€πŸ’»Pinescript
      • First indicator
      • Pine Scriptβ„’ v5 User Manual
        • Pine Scriptβ„’ Execution Model
        • Time Series
        • Pine Script Structure
        • Identifiers
        • Operators
        • Variable declarations
        • Conditional structures
        • Loops
        • Type system
        • Built-ins
        • User-Defined Functions
      • Built-ins
        • Variables
          • Candles
          • Colors
          • Math
          • Ta
        • Functions
          • Indicator
          • Input
          • Plot
          • Na - Nz
          • Math
          • Ta
      • Bulltrading vs TradingView
  • Bulltrading tokens (BLT)
    • πŸͺ™BLT Tokenomics
    • 🧾BLT Contract
    • 🏦Hold Program
    • πŸ”’BLT Audit
    • 🎯[EN] How to buy BLT ?
    • 🎯[FR] Acheter du BLT
  • Other
    • ⁉️Frequently Asked Question
    • πŸ“ΊVideo Tutorials
    • πŸ“’Glossary
  • πŸ“Ί[FR] Youtube
  • πŸ“Ί[EN] Youtube
  • 🦊Twitter
  • 🦊Discord
  • 🦊Telegram
Powered by GitBook
On this page
  1. Bulltrading Designer
  2. Pinescript
  3. Built-ins
  4. Variables

Colors

Named Color Constants

a. color.aqua

Description
Type
See Also

Is a named constant for #00BCD4 color.

const color

color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange

b. color.black

Description
Type
See Also

Is a named constant for #363A45 color.

const color

color.aqua, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.blue, color.teal, color.orange

c. color.blue

Description
Type
See Also

Is a named constant for #2962ff color.

const color

color.aqua, color.black, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.fuchsia, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

d. color.fuchsia

Description
Type
See Also

Is a named constant for #E040FB color.

const color

color.aqua, color.black, color.blue, color.silver, color.gray, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

e. color.gray

Description
Type
See Also

Is a named constant for #787B86 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.silver, color.white, color.maroon, color.red, color.purple, color.green, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

f. color.green

Description
Type
See Also

Is a named constant for #4CAF50 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.silver, color.white, color.maroon, color.red, color.purple, color.lime, color.olive, color.yellow, color.navy, color.teal, color.orange

g. color.lime

Description
Type
See Also

Is a named constant for #00E676 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.silver, color.white, color.maroon, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange

h. color.maroon

Description
Type
See Also

Is a named constant for #880E4F color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.navy, color.teal, color.orange

i. color.navy

Description
Type
See Also

Is a named constant for #311B92 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.silver, color.white, color.red, color.purple, color.olive, color.yellow, color.teal, color.orange

j. color.olive

Description
Type
See Also

Is a named constant for #808000 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.silver, color.white, color.red, color.purple, color.yellow, color.teal, color.orange

k. color.orange

Description
Type
See Also

Is a named constant for #FF9800 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.silver, color.white, color.red, color.purple, color.yellow, color.teal

l. color.purple

Description
Type
See Also

Is a named constant for #9C27B0 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.silver, color.white, color.red, color.yellow, color.teal

m. color.red

Description
Type
See Also

Is a named constant for #FF5252 color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.silver, color.white, color.yellow, color.teal

n. color.silver

Description
Type
See Also

Is a named constant for #B2B5BE color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.white, color.yellow, color.teal

o. color.teal

Description
Type
See Also

Is a named constant for #00897B color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.yellow

p. color.white

Description
Type
See Also

Is a named constant for #FFFFFF color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.yellow, color.teal

q. color.yellow

Description
Type
See Also

Is a named constant for #FFEB3B color.

const color

color.aqua, color.black, color.blue, color.fuchsia, color.gray, color.green, color.lime, color.maroon, color.navy, color.olive, color.orange, color.purple, color.red, color.silver, color.white, color.teal

PreviousCandlesNextMath

Last updated 1 year ago

πŸ‘¨β€πŸ’»