Senin tabirinle şöön, şööönn müydü neydi? :p :party:
Listenin çalışması güzel.
Obblomovv da pişer balığa da düşer. :evil:
Printable View
Biiiiirrrr....
https://i.ibb.co/RCMPWFD/tvkusdt.jpg
Bu da 3 periyotlu(standart değerleri 1,5,15 dk) MTF SuperTrend içim Tradingview kodu...:
Kod://@version=5
indicator("MTF Supertrend", overlay=true, timeframe="", timeframe_gaps=true)
atrPeriod = input(10, "ATR Length")
factor = input.float(3.0, "Factor", step = 0.01)
res = input.timeframe(title='ST Period', defval='1')
res1 = input.timeframe(title='ST Period', defval='5')
res2 = input.timeframe(title='ST Period', defval='15')
resc = request.security(syminfo.tickerid, res, close)
reso = request.security(syminfo.tickerid, res, open)
resc1 = request.security(syminfo.tickerid, res1, close)
reso1 = request.security(syminfo.tickerid, res1, open)
resc2 = request.security(syminfo.tickerid, res2, close)
reso2 = request.security(syminfo.tickerid, res2, open)
[supertrend, direction] = request.security(syminfo.tickerid, res, ta.supertrend(factor, atrPeriod))
[supertrend1, direction1] = request.security(syminfo.tickerid, res1, ta.supertrend(factor, atrPeriod))
[supertrend2, direction2] = request.security(syminfo.tickerid, res2, ta.supertrend(factor, atrPeriod))
bodyMiddle = plot((resc + reso) / 2, display=display.none)
upTrend = plot(direction < 0 ? supertrend : na, "Up Trend", color = color.green, style=plot.style_linebr)
downTrend = plot(direction < 0? na : supertrend, "Down Trend", color = color.red, style=plot.style_linebr)
bodyMiddle1 = plot((resc1 + reso1) / 2, display=display.none)
upTrend1 = plot(direction1 < 0 ? supertrend1 : na, "Up Trend1", color = #2e8b57, style=plot.style_stepline)
downTrend1 = plot(direction1 < 0? na : supertrend1, "Down Trend1", color = #dc143c, style=plot.style_stepline)
bodyMiddle2 = plot((resc2 + reso2) / 2, display=display.none)
upTrend2 = plot(direction2 < 0 ? supertrend2 : na, "Up Trend2", color = #4a804d, style=plot.style_line)
downTrend2 = plot(direction2 < 0? na : supertrend2, "Down Trend2", color = #8b0a50, style=plot.style_line)
fill(bodyMiddle, upTrend, color.new(color.green, 90), fillgaps=false)
fill(bodyMiddle, downTrend, color.new(color.red, 90), fillgaps=false)
fill(bodyMiddle1, upTrend1, color.new(#2e8b57, 90), fillgaps=false)
fill(bodyMiddle1, downTrend1, color.new(#dc143c, 90), fillgaps=false)
fill(bodyMiddle2, upTrend2, color.new(#4a804d, 90), fillgaps=false)
fill(bodyMiddle2, downTrend2, color.new(#8b0a50, 90), fillgaps=false)
https://i.ibb.co/GRYdn8f/st.jpg
Test etmesi, eleştirmesi, eklenecek, çıkarılacak bildirimi size ait.
TVK' da BTC tarafında 0.00000630 BTC üzerinde,
0.00000732 BTC' yi hedefleyebiliriz diye düşünüyorum ilk olarak, "bence!".
https://i.ibb.co/MCWPMhK/tvkbtc.jpg