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

Math

math.e

Description
Type

Is a named constant for Euler's number). It is equal to 2.7182818284590452.

const float

See Also: math.phi, math.pi, math.rphi

math.phi

Description
Type

Is a named constant for the golden ratio. It is equal to 1.6180339887498948.

const float

See Also: math.e, math.pi, math.rphi

math.pi

Description
Type

Is a named constant for Archimedes' constant. It is equal to 3.1415926535897932.

const float

See Also: math.e, math.phi, math.rphi

math.rphi

Description
Type

Is a named constant for the golden ratio conjugate. It is equal to 0.6180339887498948.

const float

See Also: math.e, math.pi, math.phi

PreviousColorsNextTa

Last updated 1 year ago

πŸ‘¨β€πŸ’»