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