//@version=5 indicator("Fractal Levels Multi-TF", overlay=true, max_labels_count=500, max_lines_count=500) // آرایه ضرایب فیبوناچی factors = array.from(0.0, 0.0625, 0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 0.9375, 1.0) numFactors = array.size(factors) // تابع کمکی برای ایجاد آرایهای از خطوط با تعداد مشخص و تنظیمات اولیه createLineArray(col) => var...