Sayfa 262/272 İlkİlk ... 162212252260261262263264 ... SonSon
Arama sonucu : 2172 madde; 2,089 - 2,096 arası.

Konu: Tradingview

  1. PHP Code:
     // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
    // © aksharmty

    //@version=5
    indicator('Pivot Crossover'shorttitle='Pi'overlay=true)

    = (close[60] + low[60] + high[60]) / 3
    = (close[20] + low[20] + high[20]) / 3
    = (close[12] + low[12] + high[12]) / 3
    = (close[4] + low[4] + high[4]) / 3
    = (close[2] + low[2] + high[2]) / 3
    = (close[1] + low[1] + high[1]) / 3
    = (close[0] + low[0] + high[0]) / 3

    orca 
    color.green color.red
    orcb 
    color.green color.red
    orcc 
    color.green color.red
    orcd 
    color.green color.red
    orce 
    color.green color.red
    orcf 
    color.green color.red
    orcg 
    color.green color.red

    avg
    =(a+b+c+d+e+f)/6
    plot
    (avgcolor=orcatitle='avg'linewidth=1)

    plot(acolor=orcatitle='saat'linewidth=1)
    //plot(b, color=orcb, title='3dakka', linewidth=1)
    //plot(c, color=orcc, title='5dakka', linewidth=1)
    //plot(d, color=orcd, title='15dakka', linewidth=1)
    //plot(e, color=orce, title='30dakka', linewidth=1)
    //plot(f, color=orcf, title='kapanan', linewidth=1)
    //plot(g, color=orcg, title='devam', linewidth=1) 
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  2. PHP Code:

    //@version=5
    indicator('selam'shorttitle='.'overlay=true)

    a1 = (close[60] + low[60] + high[60]) / 3
    b1 
    = (close[20] + low[20] + high[20]) / 3
    c1 
    = (close[12] + low[12] + high[12]) / 3
    d1 
    = (close[4] + low[4] + high[4]) / 3
    e1 
    = (close[2] + low[2] + high[2]) / 3
    f1 
    = (close[1] + low[1] + high[1]) / 3
    g1 
    = (close[0] + low[0] + high[0]) / 3

    orca 
    a1 b1 color.green color.red
    orcb 
    b1 c1 color.green color.red
    orcc 
    c1 d1 color.green color.red
    orcd 
    d1 e1 color.green color.red
    orce 
    e1 f1 color.green color.red
    orcf 
    f1 g1 color.green color.red
    orcg 
    g1 a1 color.green color.red

    avg
    =(a1+b1+c1+d1+e1+f1)/6
    plot
    (avgcolor=orcatitle='avg'linewidth=2)

    plot(a1color=orcatitle='saat'linewidth=2)
    //plot(b, color=orcb, title='3dakka', linewidth=1)
    //plot(c, color=orcc, title='5dakka', linewidth=1)
    //plot(d, color=orcd, title='15dakka', linewidth=1)
    //plot(e, color=orce, title='30dakka', linewidth=1)
    //plot(f, color=orcf, title='kapanan', linewidth=1)
    //plot(g, color=orcg, title='devam', linewidth=1)

    renk input(truetitle='Adaptive Coloring')
    ta.sar(0.10.010.1)
    ta.sar(0.10.020.2)
    ta.sar(0.10.030.3)

    //plot(a, title='a', style=plot.style_circles, color=renk ? a > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(b, title='b', style=plot.style_circles, color=renk ? b > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(c, title='c', style=plot.style_circles, color=renk ? c > close ? color.red : color.lime : color.silver, linewidth=1)

    aa ta.sar(0.010.010.1)
    bb ta.sar(0.010.020.2)
    cc ta.sar(0.010.030.3)

    //plot(aa, title='aa', style=plot.style_circles, color=renk ? aa > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(bb, title='bb', style=plot.style_circles, color=renk ? bb > close ? color.red : color.lime : color.silver, linewidth=1)
    plot(cctitle='cc'style=plot.style_circlescolor=renk cc close color.red color.lime color.silverlinewidth=1)

    aaa ta.sar(00.010.1)
    bbb ta.sar(00.020.2)
    ccc ta.sar(00.030.3)

    //plot(aaa, title='aaa', style=plot.style_circles, color=renk ? aaa > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(bbb, title='bbb', style=plot.style_circles, color=renk ? bbb > close ? color.red : color.lime : color.silver, linewidth=1)
    plot(ccctitle='ccc'style=plot.style_circlescolor=renk ccc close color.red color.lime color.silverlinewidth=1)

    xa = (aa aaa) / 3
    xb 
    = (bb bbb) / 3
    xc 
    = (cc ccc) / 3

    //plot(xa, title='xa', style=plot.style_circles, color=renk ? xa > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(xb, title='xb', style=plot.style_circles, color=renk ? xb > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(xc, title='xc', style=plot.style_circles, color=renk ? xc > close ? color.red : color.lime : color.silver, linewidth=1)


    xaa = (c) / 3
    xbb 
    = (aa bb cc) / 3
    xcc 
    = (aaa bbb ccc) / 3

    //plot(xaa, title='xaa', style=plot.style_circles, color=renk ? xaa > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(xbb, title='xbb', style=plot.style_circles, color=renk ? xbb > close ? color.red : color.lime : color.silver, linewidth=1)
    //plot(xcc, title='xcc', style=plot.style_circles, color=renk ? xcc > close ? color.red : color.lime : color.silver, linewidth=1)



    /////////////////////////////////////////////////////////////////////////////////////// 
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  3. PHP Code:
    // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
    // © aksharmty

    //@version=5
    indicator('Pivot Crossover'shorttitle='Pi'overlay=true)

    = (close[60] + low[60] + high[60]) / 3
    = (close[20] + low[20] + high[20]) / 3
    = (close[12] + low[12] + high[12]) / 3
    = (close[4] + low[4] + high[4]) / 3
    = (close[2] + low[2] + high[2]) / 3
    = (close[1] + low[1] + high[1]) / 3
    = (close[0] + low[0] + high[0]) / 3

    orca 
    color.green color.red
    orcb 
    color.green color.red
    orcc 
    color.green color.red
    orcd 
    color.green color.red
    orce 
    color.green color.red
    orcf 
    color.green color.red
    orcg 
    color.green color.red

    avg
    =(a+b+c+d+e+f)/6
    plot
    (avgcolor=orcatitle='avg'linewidth=1)

    plot(acolor=orcatitle='saat'linewidth=1)
    plot(bcolor=orcbtitle='3dakka'linewidth=1)
    plot(ccolor=orcctitle='5dakka'linewidth=1)
    plot(dcolor=orcdtitle='15dakka'linewidth=1)
    plot(ecolor=orcetitle='30dakka'linewidth=1)
    plot(fcolor=orcftitle='kapanan'linewidth=1)
    plot(gcolor=orcgtitle='devam'linewidth=1
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  4. PHP Code:
     //@version=5
    indicator(".",overlay=truemax_bars_back=500,max_lines_count 500)
    offset=5
    _high
    =high[offset]
    _low=low[offset]
    _open=open[offset]
    _close=close[offset]
    _body=_close-_open
    _range
    =_high-_low
    _u_shadow
    =_high-math.max(_open,_close)
    _d_shadow=math.min(_open,_close)-_low
    _type
    =_close>_high[5] and math.abs(_body)>_u_shadow+_d_shadow?1:_close<_low[5] and math.abs(_body)>_u_shadow+_d_shadow?-1:0
    var eq=0.0, var pe=0.0, var ote=0.0, var me=0.0old_high=0.0old_low=0.0
    if _type==-1
        old_high
    :=_high
        old_low
    :=_low
        eq
    :=math.avg(_high,_low)
        
    pe:=_low+0.618*_range
        ote
    :=_low+0.705*_range
        me
    :=_low+0.79*_range
    if _type==1
        old_high
    :=_high
        old_low
    :=_low
        eq
    :=math.avg(_high,_low)
        
    pe:=_high-0.618*_range
        ote
    :=_high-0.705*_range
        me
    :=_high-0.79*_range
    if _type==0
        old_high
    :=old_high[5]
        
    old_low:=old_low[5]
        
    eq:=eq[5]
        
    pe:=pe[5]
        
    ote:=ote[5]
        
    me:=me[5]
    //Parameter
    _col_lv=ta.valuewhen(_type!=0,_type,0)==1?color.new(color.green,00):ta.valuewhen(_type!=0,_type,0)==-1?color.new(color.red,00):na

    plot
    (
               
    math.round_to_mintick(eq), 
               
    title="0.5"
               
    style=plot.style_line
               
    color=_col_lv
               
    offset=0
               
    )
    plot(
               
    math.round_to_mintick(pe), 
               
    title="0.61"
               
    style=plot.style_line
               
    color=_col_lv
               
    offset=0
               
    )
    plot(
               
    math.round_to_mintick(ote), 
               
    title="0.70"
               
    style=plot.style_line
               
    color=_col_lv
               
    offset=0
               
    )
    plot(
               
    math.round_to_mintick(me), 
               
    title="0.79"
               
    style=plot.style_line
               
    color=_col_lv
               
    offset=0
               
    )
    a1 = (close[0] + low[9] + high[9]) / 3
    plot
    (a1color=color.rgb(255255255100), title='9Bar'linewidth=1)
    a2 = (close[0] + low[5] + high[5]) / 3
    plot
    (a2color=color.rgb(255255255100), title='5Bar'linewidth=1)
    a3 = (close[0] + low[3] + high[3]) / 3
    plot
    (a3color=color.rgb(255255255100), title='3Bar'linewidth=1)
    ///
    = (close[60] + low[60] + high[60]) / 3
    = (close[20] + low[20] + high[20]) / 3
    = (close[12] + low[12] + high[12]) / 3
    = (close[4] + low[4] + high[4]) / 3
    = (close[2] + low[2] + high[2]) / 3
    = (close[1] + low[1] + high[1]) / 3
    = (close[0] + low[0] + high[0]) / 3
    avg
    =(a+b+c+d+e+f)/6
    plot
    (avgcolor=color.rgb(22364251100), title='Denge'linewidth=2)
    ///
    //@version=5
    //Basic
    length input.int(5group='Basic Settings'tooltip='Pivot length. Use higher values for having lines connected to more significant pivots')
    lookback input.int(1minval=1group='Basic Settings'tooltip='Number of lines connecting a pivot high/low to display')
    Slope input.float(0.7minval=-1maxval=1step=0.1group='Basic Settings'tooltip='Allows to multiply the linear regression slope by a number within -1 and 1')

    //Style
    ph_col input.color(#2157f3, 'Pivot High Lines Color', group='Line Colors')
    pl_col input.color(#ff1100, 'Pivot Low Lines Color', group='Line Colors')

    //──────────────────────────────────────────────────────────────────────────────
    Sma(srcp) =>
        
    ta.cum(src)
        (
    a[math.max(p0)]) / math.max(p0)
    Variance(srcp) =>
        
    == Sma(src srcp) - math.pow(Sma(srcp), 2)
    Covariance(xyp) =>
        
    Sma(yp) - Sma(xp) * Sma(yp)
    //──────────────────────────────────────────────────────────────────────────────
    bar_index
    ph 
    ta.pivothigh(lengthlength)
    pl ta.pivotlow(lengthlength)
    //──────────────────────────────────────────────────────────────────────────────
    varip ph_array = array.new_float(0)
    varip pl_array = array.new_float(0)
    varip ph_n_array = array.new_int(0)
    varip pl_n_array = array.new_int(0)
    if 
    ph
        
    array.insert(ph_array0ph)
        array.
    insert(ph_n_array0n)
    if 
    pl
        
    array.insert(pl_array0pl)
        array.
    insert(pl_n_array0n)
    //──────────────────────────────────────────────────────────────────────────────
    val_ph ta.valuewhen(phlengthlookback 1)
    val_pl ta.valuewhen(pllengthlookback 1)
    val math.min(val_phval_pl)
    val val 2
    slope 
    Covariance(closenk) / Variance(nk) * Slope
    var line ph_l na
    var line pl_l na
    if barstate.islast
        
    for 0 to lookback 1 by 1
            ph_y2 
    = array.get(ph_arrayi)
            
    ph_x1 = array.get(ph_n_arrayi) - length
            pl_y2 
    = array.get(pl_arrayi)
            
    pl_x1 = array.get(pl_n_arrayi) - length
            ph_l 
    := line.new(ph_x1ph_y2ph_x1 1ph_y2 slopeextend=extend.rightcolor=ph_col)
            
    pl_l := line.new(pl_x1pl_y2pl_x1 1pl_y2 slopeextend=extend.rightcolor=pl_col)
            
    pl_l

    ///

    src55 input(closetitle="Source")
    highlight input(truetitle="Highlighting?")
    showSignals input(truetitle="Show Signals?")

    Q1 input.int(3title="Q1")
    Q2 input.float(0.8title="Q2")
    Q3 Q2/100
    Q4 
    ta.wma(src55Q1)
    Q5 0.0
    Q5 
    := (Q4*(1-Q3))>nz(Q5[1],0) ? Q4*(1-Q3) : (Q4*(1+Q3))<nz(Q5[1],0) ? Q4*(1+Q3) : nz(Q5[1],0)

    Z1 input.int(3title="Z1")
    Z2 input.float(1.23title="Z2")
    Z3 Z2/100
    Z4 
    ta.wma(src55Z1)
    Z5 0.0
    Z5 
    := (Z4*(1-Z3))>nz(Z5[1],0) ? Z4*(1-Z3) : (Z4*(1+Z3))<nz(Z5[1],0) ? Z4*(1+Z3) : nz(Z5[1],0)

    //BuySignal = ta.crossover(Q5,Z5)
    //SellSignal = ta.crossunder(Q5,Z5)
    //Q5pl=plot(int(Q5/0.025+0.50)*0.025, color=color.rgb(76, 175, 79, 100), linewidth=1)
    //=plot(int(Z5/0.025+0.50)*0.025, color=color.rgb(255, 82, 82, 100), linewidth=1)
    //fill(Q5pl,Z5pl, color= highlight ? Q5>Z5 ? color.new(color.green,50) : color.new(color.red,50) : na)
    //plotshape(showSignals and BuySignal, title="Buy Signal", style=shape.labelup, text="Al", textcolor=color.white, color=color.green, location=location.belowbar)
    //plotshape(showSignals and SellSignal, title="Sell Signal", style=shape.labeldown, text="SAT", textcolor=color.white, color=color.red, location=location.abovebar) 


    farkx=close-(Q5-close[1])
    fiyat=plot(farkx,title "Babayaga"color=color.orangelinewidth=1)

    //BuySignalx = ta.crossover(farkx,Q5[0])
    //SellSignalx = ta.crossunder(farkx,Q5[0])
    //Q5plx=plot(int(Q5/1.025+0.50)*1.025, color=color.green, linewidth=1)
    //Z5plx=plot(int(Z5/1.025+0.50)*1.025, color=color.red, linewidth=1)
    //fill(Q5plx,Z5plx, color= highlight ? Q5>Z5 ? color.new(color.yellow,50) : color.new(color.aqua,50) : na)
    //plotshape(showSignals and BuySignalx, title="Buy Signal", style=shape.labelup, text="Al", textcolor=color.black, color=color.aqua, location=location.bottom)
    //plotshape(showSignals and SellSignalx, title="Sell Signal", style=shape.labeldown, text="SAT", textcolor=color.black, color=color.yellow, location=location.top) 
    ////

    // Pivot point bias drop down selection for bulish, bearish, and Out Of Position highlights.
    biasInput input.string(title='Pivot Point Bias'defval='All'options=['Bullish''Bearish''Out of Position''Range''All'])

    // Automaticly selects a daily, weekly, or monthly pivot point based on the timeframe being used.
    defaultTimeFrame timeframe.period == '1' 'D' timeframe.period == '5' 'D' timeframe.period == '15' 'D' timeframe.period == '30' 'D' timeframe.period == '60' 'D' timeframe.period == '240' 'W' timeframe.period == 'D' 'M' timeframe.isweekly '12M' timeframe.ismonthly '12M' '120M'
    inputTimeFrame input.timeframe(title='Time Frame'defval='')
    pResolution inputTimeFrame == '' defaultTimeFrame inputTimeFrame


    f_avgDilationOf
    (pResolution) =>
        
    ta.barssince(ta.change(time(pResolution)))
        
    cumTotal ta.cum(== b[1] + 0)
        
    cumCount ta.cum(== 0)
        
    cumTotal cumCount
    avg_resOffset 
    pResolution == 'D' math.ceil(f_avgDilationOf(pResolution)) + math.ceil(f_avgDilationOf(pResolution))

    // Hide or display pivot point labels, such as S1, M2, P, M3, R1, etc.
    bShowLabels input(title='Show All Pivot Labels'defval=true)

    bPlotEditable true

    c_orange1 
    color.new(#ffee00, 0)

    plotColorP input(c_orange1'Central Pivot')

    prevCloseHTF request.security(syminfo.tickeridpResolutionclose[0], lookahead=barmerge.lookahead_on)
    prevOpenHTF request.security(syminfo.tickeridpResolutionopen[0], lookahead=barmerge.lookahead_on)
    prevHighHTF request.security(syminfo.tickeridpResolutionhigh[0], lookahead=barmerge.lookahead_on)
    prevLowHTF request.security(syminfo.tickeridpResolutionlow[0], lookahead=barmerge.lookahead_on)

    pLevel = (prevHighHTF prevLowHTF prevCloseHTF) / 3

    var bool allBias false

    if biasInput == 'All'

        
    allBias := true
        allBias


    pPlot 
    plot(allBias pLevel natitle='Babayaga'offset=int(avg_resOffset), color=ta.change(pLevel) != na plotColorPeditable=bPlotEditable)
    /// 
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  5. Tradingview ücretsiz üyelikler için, gittikçe çemberi daraltıyor...
    3.sekmeden sonra, 3.gösterge de gitti...
    https://twitter.com/teknikcioblomov
    Al,sat,tut,yakala,sık,bırak vb. tavsiye için aracı kurumunuzla görüşün.

  6.  Alıntı Originally Posted by KısaVade Yazıyı Oku
    Tradingview ücretsiz üyelikler için, gittikçe çemberi daraltıyor...
    3.sekmeden sonra, 3.gösterge de gitti...
    selamlar kısavade hocam...
    özlettin kendini....

    şimdilik ücretsiz kullanımın en mantıklı yolu...
    info veya osmanlıda hesap açıp....
    bunların üzerinden bağlanıp...5 saniye gecikmeyle veri alıp....
    şimdilik 2 göstergeyle idare etme...durumundayız...

    tek göstergeye düşersek....ki düşürülecek gibi...
    bizde en iyi kodlarımızdan tek gösterge yapma yoluna gideceğiz sanırım...


    2 sekme açsak...
    2 ayrı hesap kullansak...
    şimdilik işe yarar 8 kod yeter...
    Son düzenleme : @yörük@; 03-10-2023 saat: 00:22.
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  7. enerjiler molada...bedelsizler yolda....

    bedelsiz potansiyeli olanlar ile...fenerime....serbest emirle...serpme attım...
    bakalım yarın ola ....hayrola...

    tevellüte baktımda...kendi adıma...ayenin halka arzına katılmıştım...

    hele ki türkcelin halka arzında....hey gidi günler hey.....

    şimdiki gibi kolay değildi.....

    bfreni...150den alıp 170lerde sattığım günler....sanki dün gibi....

    çok yaşlanmışız....
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

  8. fren bedelsiz açıklamış...piyango onda...
    amortiler...ona bağlı dersek....

    bakalım...amortiler...piyangoya oranlanırsa....
    nasıl görüntüler olur....

    https://www.tradingview.com/x/YqheRjyT/
    https://www.tradingview.com/x/VA6Rfvv8/
    https://www.tradingview.com/x/rfFeQVuF/
    https://www.tradingview.com/x/cNZYF6nx/ gibi oluyor...

    işlem hacminin düşük olmasından dolayı...https://www.tradingview.com/x/I4B2aSbq/ dikkat çekici....
    Teknik olarak; yarına gebe olan bugünü yaşamalı ki, yarın, yaşanmış olsun.

Sayfa 262/272 İlkİlk ... 162212252260261262263264 ... SonSon

Yer İmleri

Yer İmleri

Gönderi Kuralları

  • Yeni konu açamazsınız
  • Konulara cevap yazamazsınız
  • Yazılara ek gönderemezsiniz
  • Yazılarınızı değiştiremezsiniz
  •