Rrrrr

Rrrrr

//@version=5
indicator("سیستم پیشرفته خرید و فروش با Deep Learning", overlay=true)

// دریافت سیگنال‌ها از API
signal = input.string("", title="سیگنال از مدل Deep Learning")

// نمایش سیگنال‌ها
plotshape(series=signal == "buy", title="خرید", location=location.belowbar, color=color.green, style=shape.labelup, text="خرید")
plotshape(series=signal == "sell", title="فروش", location=location.abovebar, color=color.red, style=shape.labeldown, text="فروش")

Read More

Share:

Latest News