andre_007

TrendIndicators

andre_007 ที่อัปเดต:   
Library "TrendIndicators"
This is a library of 'Trend Indicators'.
It aims to facilitate the grouping of this category of indicators, and also offer the customized supply of
the source, not being restricted to just the closing price.

Indicators (this is a work in progress):

1. Absolute DI (Directional Moviment Index) (Difference between DI+ and DI-).
Used in 'DMI Stochastic Extreme' by Barbara Star.
2. DMI

DI_Abs(lengthDI, smoothDI, typeMA, lengthMA)
  @description Absolute DI (Directional Moviment Index).
Used in 'DMI Stochastic Extreme' by Barbara Star.
Difference between DI+ and DI-
  Parameters:
    lengthDI: (int) Length of DI+/DI-
    smoothDI: (bool) Sets whether absolute DI should be smoothed
    typeMA: (int) Type of moving average of smoothing
    lengthMA: (int) Length for moving average of smoothing
  Returns: (float) Absolute value of DI

dmi(diLength, adxSmoothing)
  @description DMI (Directional Movement Index)
Same as ta.dmi()
  Parameters:
    diLength: (int) Length of DI+/DI-
    adxSmoothing: (int) ADX Smoothing
  Returns: Tuple of three DMI series: Positive Directional
Movement (+DI), Negative Directional Movement (-DI) and Average Directional Movement Index (ADX).

dmi(source, diLength, adxSmoothing)
  @description DMI (Directional Movement Index)
Customized version of ta.dmi(), with custom source
  Parameters:
    source: (float) Source for DI+/DI-
    diLength: (int) Length of DI+/DI-
    adxSmoothing: (int) ADX Smoothing
  Returns: Tuple of three DMI series: Positive Directional
Movement (+DI), Negative Directional Movement (-DI) and Average Directional Movement Index (ADX).
เอกสารเผยแพร่:
v2
New overloaded function:
Absolute DI (Directional Moviment Index) with custom source.
เอกสารเผยแพร่:
v3
Minor fix

To contribute to my work, I accept cryptocurrency donations.
⚡Bitcoin Lightning Network: forwardocean64@walletofsatoshi.com
🟠Bitcoin: bc1qv0j28wjsg6l8fdkphkmgfz4f55xpph893q0pdh
🔵Litecoin: ltc1q4lssqlf6lnmpe4w7npdl5ws2uamm4v5zxwmf5j
ไลบรารีไพน์

จิตวิญญาณที่แท้จริงของ TradingView ผู้เขียนได้ตีพิมพ์รหัส Pine นี้เป็นไลบรารีโอเพนซอร์ซเพื่อให้โปรแกรมเมอร์คนอื่น ๆ จากชุมชนของเราสามารถนำไปใช้ซ้ำได้ ไชโยให้กับผู้เขียน! คุณสามารถใช้ไลบรารีนี้เป็นการส่วนตัวหรือในสิ่งพิมพ์โอเพนซอร์สอื่น ๆ แต่นำรหัสนี้มาใช้ซ้ำในสิ่งพิมพ์จะถูกควบคุมโดย กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

ต้องการใช้ไลบรารีนี้หรือไม่?

คัดลอกข้อความไปยังคลิปบอร์ดแล้ววางลงในสคริปต์ของคุณ