PHP Code://@version=5
///
UV = ta.sar(0.01, 0.02, 0.2)
OV = ta.sar(0.01, 0.04, 0.4)
KV = ta.sar(0.01, 0.06, 0.6)
plot(UV, title='UV2',color =color.aqua, linewidth=1)
plot(OV, title='OV2',color=color.yellow, linewidth=1)
plot(KV, title='KV2',color=color.fuchsia, linewidth=1)
UV1 = ta.sar(0.1, 0.02, 0.2)
OV1 = ta.sar(0.1, 0.04, 0.4)
KV1 = ta.sar(0.1, 0.06, 0.6)
plot(UV1, title='UV1',color =color.aqua, linewidth=1)
plot(OV1, title='OV1',color=color.yellow, linewidth=1)
plot(KV1, title='KV1',color=color.fuchsia, linewidth=1)
UV12 = ta.sar(0, 0.02, 0.2)
OV12 = ta.sar(0, 0.04, 0.4)
KV12 = ta.sar(0, 0.06, 0.6)
plot(UV12, title='UV3',color =color.aqua, linewidth=1)
plot(OV12, title='OV3',color=color.yellow, linewidth=1)
plot(KV12, title='KV3',color=color.fuchsia, linewidth=1)
kv = ta.sar(0.01,0.06,0.6)
kv1 = input.timeframe(title="Timeframe", defval="1")
kv15 = input.timeframe(title="Timeframe", defval="15")
kv60 = input.timeframe(title="Timeframe", defval="60")
kv240 = input.timeframe(title="Timeframe", defval="240")
kvD = input.timeframe(title="Timeframe", defval="D")
s1 = request.security(syminfo.tickerid, kv1, kv, gaps=barmerge.gaps_on)
s15 = request.security(syminfo.tickerid, kv15, kv, gaps=barmerge.gaps_on)
s60 = request.security(syminfo.tickerid, kv60, kv, gaps=barmerge.gaps_on)
s240 = request.security(syminfo.tickerid, kv240, kv, gaps=barmerge.gaps_on)
sD = request.security(syminfo.tickerid, kvD, kv, gaps=barmerge.gaps_on)
plot(s1, title= "KV1", color=#df40fb00, linewidth = 1 )
plot(s15, title= "KV15", color=#df40fb00, linewidth = 1 )
plot(s60, title= "KV-Saat", color=#df40fb00, linewidth = 1 )
plot(s240, title= "KV-Seans", color=#df40fb00, linewidth = 1 )
plot(sD, title= "KV-Gün", color=#df40fb00, linewidth = 1 )
okv = ta.sar(0.01,0.04,0.4)
okv1 = input.timeframe(title="Timeframe", defval="1")
okv15 = input.timeframe(title="Timeframe", defval="15")
okv60 = input.timeframe(title="Timeframe", defval="60")
okv240 = input.timeframe(title="Timeframe", defval="240")
okvD = input.timeframe(title="Timeframe", defval="D")
os1 = request.security(syminfo.tickerid, okv1, okv, gaps=barmerge.gaps_on)
os15 = request.security(syminfo.tickerid, okv15, okv, gaps=barmerge.gaps_on)
os60 = request.security(syminfo.tickerid, okv60, okv, gaps=barmerge.gaps_on)
os240 = request.security(syminfo.tickerid, okv240, okv, gaps=barmerge.gaps_on)
osD = request.security(syminfo.tickerid, okvD, okv, gaps=barmerge.gaps_on)
//plot(os1, title= "OV1", color=#ffeb3b00, linewidth = 1 )
//plot(os15, title= "OV15", color=#ffeb3b00, linewidth = 1 )
//plot(os60, title= "OV-Saat", color=#ffeb3b00, linewidth = 1 )
//plot(os240, title= "OV-Seans", color=#ffeb3b00, linewidth = 1 )
//plot(osD, title= "OV-Gün", color=#ffeb3b00, linewidth = 1 )
ukv = ta.sar(0.01,0.02,0.2)
ukv1 = input.timeframe(title="Timeframe", defval="1")
ukv15 = input.timeframe(title="Timeframe", defval="15")
ukv60 = input.timeframe(title="Timeframe", defval="60")
ukv240 = input.timeframe(title="Timeframe", defval="240")
ukvD = input.timeframe(title="Timeframe", defval="D")
us1 = request.security(syminfo.tickerid, ukv1, ukv, gaps=barmerge.gaps_on)
us15 = request.security(syminfo.tickerid, ukv15, ukv, gaps=barmerge.gaps_on)
us60 = request.security(syminfo.tickerid, ukv60, ukv, gaps=barmerge.gaps_on)
us240 = request.security(syminfo.tickerid, ukv240, ukv, gaps=barmerge.gaps_on)
usD = request.security(syminfo.tickerid, ukvD, ukv, gaps=barmerge.gaps_on)
//plot(us1, title= "UV1", color=#00bbd400, linewidth = 1 )
//plot(us15, title= "UV15", color=#00bbd400, linewidth = 1 )
//plot(us60, title= "UV-Saat", color=#00bbd400, linewidth = 1 )
//plot(us240, title= "UV-Seans", color=#00bbd400, linewidth = 1 )
//plot(usD, title= "UV-Gün", color=#00bbd400, linewidth = 1 )
//@version=5
renk = input(true)
///////////Mehmet Acar tarafından tasanlanan sar sistemdir...///////////////////
var table logo = table.new(position.bottom_center, 1, 1)
if barstate.islast
table.cell(logo, 0, 0, '@yörük@ YATIRIM TAVSİYESİ OLARAK KULLANILAMAZ. @yörük@ ', text_size=size.normal, text_color=color.rgb(218, 241, 5))
//////başlangıç ve imza kısmıdır.////////////////
a1=ta.sar(0.,0.043,0.34)
a2=ta.sar(0.1,0.,0.34)
a3=ta.sar(0.1,0.01,0.5)
a4=ta.sar(0.01,0.,0.1)
a5=ta.sar(0.,0.04,0.4)
a6=ta.sar(0.,0.03,0.3)
a7=ta.sar(0.,0.02,0.2)
a8=ta.sar(0.,0.01,0.1)
//plot(a1, title='6', style=plot.style_stepline, color=renk ? a1 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=1)
//plot(a2, title='4', style=plot.style_stepline, color=renk ? a2 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=1)
plot(a3, title='1', style=plot.style_cross, color=renk ? a3 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=3)
//plot(a4, title='7', style=plot.style_stepline, color=renk ? a4 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=1)
plot(a5, title='2', style=plot.style_cross, color=renk ? a5 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=3)
//plot(a6, title='2', style=plot.style_stepline, color=renk ? a6 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=1)
plot(a7, title='3', style=plot.style_cross, color=renk ? a7 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=3)
//plot(a8, title='0', style=plot.style_stepline, color=renk ? a8 > close ? color.rgb(247, 3, 3, 00) : color.rgb(24, 250, 4, 00) : color.silver, linewidth=1)



Alıntı yaparak yanıtla
Yer İmleri