draw9300
Member
def value = (high + low) / 2;
def value_fix = if isnan(value) then value_fix[1] else value;
plot Fib50 = if isnan(close[-1]) then value_fix else double.nan;
Fib50.SetPaintingStrategy(PaintingStrategy.DASHES);
Fib50.SetDefaultColor(color.white);
As a candle expands the 75% and 25% lines could add more value along with the 50%. I don't know how to do add them