// نمایش سیگنالها plotshape(buyCondition or divBull or breakoutUp, location=location.belowbar, color=color.green, style=shape.labelup, title="Buy Signal") plotshape(sellCondition or divBear or breakoutDown, location=location.abovebar, color=color.red, style=shape.labeldown, title="Sell Signal")
// نمایش خطوط EMA plot(ema50, title="EMA 50", color=color.blue) plot(ema200, title="EMA 200", color=color.orange)