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 Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.

Haftungsausschluss