PINE LIBRARY

MarketAnalysis

Library "MarketAnalysis"
A collection of frequently used market analysis functions in my scripts.

bullFibRet(priceLow, priceHigh, fibLevel)
  Calculates a bullish fibonacci retracement value.
  Parameters:
    priceLow (float): (float) The lowest price point.
    priceHigh (float): (float) The highest price point.
    fibLevel (float): (float) The fibonacci level to calculate.
  Returns: The fibonacci value of the given retracement level.

bearFibRet(priceLow, priceHigh, fibLevel)
  Calculates a bearish fibonacci retracement value.
  Parameters:
    priceLow (float): (float) The lowest price point.
    priceHigh (float): (float) The highest price point.
    fibLevel (float): (float) The fibonacci level to calculate.
  Returns: The fibonacci value of the given retracement level.

bullFibExt(priceLow, priceHigh, thirdPivot, fibLevel)
  Calculates a bullish fibonacci extension value.
  Parameters:
    priceLow (float): (float) The lowest price point.
    priceHigh (float): (float) The highest price point.
    thirdPivot (float): (float) The third price point.
    fibLevel (float): (float) The fibonacci level to calculate.
  Returns: The fibonacci value of the given extension level.

bearFibExt(priceLow, priceHigh, thirdPivot, fibLevel)
  Calculates a bearish fibonacci extension value.
  Parameters:
    priceLow (float): (float) The lowest price point.
    priceHigh (float): (float) The highest price point.
    thirdPivot (float): (float) The third price point.
    fibLevel (float): (float) The fibonacci level to calculate.
  Returns: The fibonacci value of the given extension level.
Market GeometryMATHstatistics

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項