//@version=5 indicator('ArraTrader Golden Fibo', shorttitle='ArraTrader Golden Fibo', overlay=true) dispdfibs = input(true, title='Munculkan Arra Fibo') dhigh = request.security(syminfo.tickerid, '240', high) dlow = request.security(syminfo.tickerid, '240', low) newdint = dayofweek != dayofweek dh = 0.0 dh := newdint ? dhigh : dh dl = 0.0 dl := newdint ? dlow...