PINE LIBRARY
Updated AutoFiboRetrace

Library "AutoFiboRetrace"
TODO: add library description here
fun(x) TODO: add function description here
Parameters:
x: TODO: add parameter x description here
Returns: TODO: add what function returns
TODO: add library description here
fun(x) TODO: add function description here
Parameters:
x: TODO: add parameter x description here
Returns: TODO: add what function returns
Release Notes
v2Added:
original(x) TODO: add function description here
Parameters:
x: TODO: add parameter x description here
Returns: TODO: add what function returns
renderOnly()
Removed:
fun(x) TODO: add function description here
Release Notes
v3ที่เพิ่ม:
autoCalculate(FPeriod, sourceLow, sourceHigh)
TODO: auto calculate fibnacci retrace by Highest and Lowest of Price
Parameters:
FPeriod: TODO: lenght of candle for find highest and lowest
sourceLow: TODO: source for find lowest value
sourceHigh: TODO: source for find highest value
Returns: TODO: List of Lavel price
ที่ลบออก:
original(x)
TODO: add function description here
Release Notes
v4ที่อัปเดต:
autoCalculate(lowValue, highValue, isUptrend)
TODO: calculate fibnacci retrace by fix high low value
Parameters:
lowValue: TODO: low value
highValue: TODO: high value
isUptrend: : is uptrend
Returns: TODO: List of Lavel price
ที่ลบออก:
renderOnly()
Release Notes
v5ที่เพิ่ม:
fixCalculate(lowValue, highValue, isUptrend)
TODO: calculate fibnacci retrace by fix high low value
Parameters:
lowValue: TODO: low value
highValue: TODO: high value
isUptrend: : is uptrend
Returns: TODO: List of Lavel price
ที่อัปเดต:
autoCalculate(FPeriod, sourceLow, sourceHigh, isUptrend)
TODO: auto calculate fibnacci retrace by Highest and Lowest of Price
Parameters:
FPeriod: TODO: lenght of candle for find highest and lowest
sourceLow: TODO: source for find lowest value
sourceHigh: TODO: source for find highest value
isUptrend: : is uptrend
Returns: TODO: List of Lavel price
Release Notes
v6Added:
autoCalculateActionZone(FPeriod, sourceLow, sourceHigh)
TODO: auto calculate fibonacci retrace by Highest and Lowest of Price
Parameters:
FPeriod: TODO: length of candle for find highest and lowest
sourceLow: TODO: source for find lowest value
sourceHigh: TODO: source for find highest value
Returns: TODO: List of Level price
fixCalculateActionZone(lowValue, highValue)
TODO: calculate fibonacci retrace by fix high low value
Parameters:
lowValue: TODO: low value
highValue: TODO: high value
Returns: TODO: List of Level price
Release Notes
v7Added:
getSigmaFixCalculated(lowValue, highValue)
TODO: calculate fibnacci retrace by fix high low value
Parameters:
lowValue: TODO: low value
highValue: TODO: high value
Returns: TODO: List of Level price
getSigmaAutoCalculate(FPeriod, sourceLow, sourceHigh)
TODO: auto calculate fibnacci retrace by Highest and Lowest of Price
Parameters:
FPeriod: TODO: lenght of candle for find highest and lowest
sourceLow: TODO: source for find lowest value
sourceHigh: TODO: source for find highest value
Returns: TODO: List of Level price
Release Notes
v8Release Notes
v9Release Notes
v10ที่เพิ่ม:
getPivotFibonacciAutoCalculate()
TODO: auto calculate pivot fibnacci method using close, high, low
Returns: TODO: List of Level price
Release Notes
v11ที่เพิ่ม:
getPivotFibonacciFixPrice(pivotPrice)
TODO: auto calculate pivot fibnacci method using close, high, low
Parameters:
pivotPrice (float)
Returns: TODO: List of Level price
Release Notes
v12ที่อัปเดต:
getPivotFibonacciFixPrice(pivotPrice, swingprice)
TODO: auto calculate pivot fibnacci method using close, high, low
Parameters:
pivotPrice (float)
swingprice (float)
Returns: TODO: List of Level price
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.