// Plotting Fibonacci levels var line hhLine = na var line llLine = na var line midline = na if barstate.islast and show_fib hhLine := line.new(bar_index - 50, h1, bar_index, h1, color=color.purple, width=1) llLine := line.new(bar_index - 50, l2, bar_index, l2, color=color.purple, width=1) midline := line.new(bar_index - 50, mid_val, bar_index, mid_val, color=color.purple, width=1)
// Plot missed pivots and regular pivots var line zigzag = na var line ghost_level = na var max = 0., min = 0. var max_x1 = 0, min_x1 = 0 var follow_max = 0., follow_max_x1 = 0 var follow_min = 0., follow_min_x1 = 0 var os = 0, py1 = 0., px1 = 0
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.