Artan
Azalan
İşlem
BIST 30
BIST 50
BIST 100
NASDAQ 100
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
119,90 10% 1,04 Mr 110,30 / 119,90
34,80 9.99% 88,43 Mn 34,80 / 34,80
85,95 9.98% 225,12 Mn 76,30 / 85,95
17,30 9.98% 29,45 Mn 16,41 / 17,30
6,39 9.98% 503,49 Mn 6,02 / 6,39
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
2,90 -9.94% 882,43 Mn 2,90 / 3,13
6,42 -9.7% 90,34 Mn 6,42 / 6,88
1.355,00 -9.55% 157,56 Mn 1.354,00 / 1.508,00
21,70 -8.67% 245,68 Mn 21,42 / 24,44
7,80 -8.24% 5,48 Mn 7,80 / 8,01
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
3,16 3.27% 20,74 Mr 3,06 / 3,32
319,25 0.63% 8,38 Mr 317,75 / 322,25
13,04 9.3% 5,39 Mr 11,64 / 13,12
411,75 0.18% 4,01 Mr 407,00 / 416,25
24,08 7.02% 3,74 Mr 22,36 / 24,18
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
18,38 -1.08% 460,39 Mn 18,28 / 18,66
77,75 -0.45% 2,84 Mr 77,40 / 78,50
411,75 0.18% 4,01 Mr 407,00 / 416,25
192,70 0.36% 2,85 Mr 189,40 / 193,10
745,50 -0.07% 1,37 Mr 742,50 / 752,00
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
18,38 -1.08% 460,39 Mn 18,28 / 18,66
77,75 -0.45% 2,84 Mr 77,40 / 78,50
93,35 0.16% 209,78 Mn 92,75 / 94,05
115,90 -0.09% 96,05 Mn 114,90 / 116,30
411,75 0.18% 4,01 Mr 407,00 / 416,25
Hisse Fiyat Fark% Hacim (TL) Düşük / Yüksek
18,38 -1.08% 460,39 Mn 18,28 / 18,66
31,00 0.58% 113,30 Mn 30,62 / 31,62
77,75 -0.45% 2,84 Mr 77,40 / 78,50
10,77 0.65% 107,59 Mn 10,71 / 10,82
81,85 0.55% 201,48 Mn 81,35 / 82,95

Masrafsız Bankacılık + 1.000 TL Nakit! Enpara’dan Çifte Avantaj

Masrafsız Bankacılık + 1.000 TL Nakit! Enpara’dan Çifte Avantaj
Sayfa 235/393 İlkİlk ... 135185225233234235236237245285335 ... SonSon
Arama sonucu : 3138 madde; 1,873 - 1,880 arası.

Konu: Tradingview

  1. enerji furyasının yerini....

    klser-kayse-fzlgy-yylgd-fade-netas-atakp-rtalb-brsan-ascgyo

    v.b aldı gibi.....
    16.07.2024 - 10.12.2024

  2.  Alıntı Originally Posted by @yörük@ Yazıyı Oku
    enerji furyasının yerini....

    klser-kayse-fzlgy-yylgd-fade-netas-atakp-rtalb-brsan-ascgyo

    v.b aldı gibi.....
    daha 15 dakka dolmadan tavan kitlemeye başladılar....

    pair trade yapılamaz oldu....
    16.07.2024 - 10.12.2024




  3. 16.07.2024 - 10.12.2024

  4. 16.07.2024 - 10.12.2024

  5. https://tr.tradingview.com/v/RLuKzsNG/

    değeri 79 yapıp incelemek gerekir
    16.07.2024 - 10.12.2024

  6. PHP Code:
    //@version=5
    indicator(title="Papercuts Time Sampled EMA Without Security"shorttitle="Papercuts TSEMA"overlay=true)
    colorBull input.color(defval=#2196F3, title='Bullish Color: ', inline='line2')  //Light Blue
    colorBear input.color(defval=#C1B82F, title='Bearish Color: ', inline='line2')  //yellow
    timeVar input.timeframe('1'"Resolution"options=['1','3','5','15','30','60'], tooltip="Currently just have this working with these options due to time formatting issues.")
    var 
    float SteppedHTFEMA na
    var color emaColor na
    timeVarNum 
    str.tonumber(timeVar
    formattedTimeHours str.format_time(time"HHmm"syminfo.timezone)
    formattedTimeMinutes str.format_time(time"mm"syminfo.timezone)
    dividend str.tonumber(timeVarNum <= 60 formattedTimeMinutes formattedTimeHours)
    divisor =  timeVarNum 60 ? (timeVarNum 60)*100 timeVarNum //if using hours then change format and math
    ModuloTimeRemainder dividend divisor //This trick here is to use modulo to flag when time interval hits, and to update our var at that time only.
    if ModuloTimeRemainder == 0
        SteppedHTFEMA 
    := ta.ema(close20)//technically this can be anything, but i am using EMA as example
        
    emaColor := SteppedHTFEMA SteppedHTFEMA[1] ? colorBull SteppedHTFEMA SteppedHTFEMA[1] ? colorBear emaColor[1]
    plot(SteppedHTFEMAtitle="SampledEMA "color=emaColorlinewidth=2style=plot.style_line)

    // //non painting security call update to just here to check my results against, its close enough for me!
    // var string ticker = syminfo.tickerid
    // showFsec = input(false,title="show f_security reference")
    // f_security(_sym, _res, _src, _rep) =>
    //     request.security(_sym, _res, _src[not _rep and barstate.isrealtime ? 1 : 0])[_rep or barstate.isrealtime ? 0 : 1]
    // plot(showFsec ? f_security(ticker, timeVar, ta.ema(close, 20), false):na, style=plot.style_stepline, color=color.new(color.white,80)) 
    20 emayı...istediğiniz periyoda ....istediğiniz zaman diliminde çizdirrin.....
    16.07.2024 - 10.12.2024

  7. 5-20-50-100-200 sma en yüksek ve en düşük değerlerinin ortalaması ile kanal çizer....

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

    //@version=5
    indicator("Multi Time Frame Composite Band"overlay true)

    a_high = (ta.highest(high5) + ta.highest(high20) + ta.highest(high50) + ta.highest(high100)+ta.highest(high200)) / 5
    b_high 
    = (ta.sma(high5) + ta.sma(high20) + ta.sma(high50)) / 3
    c_high 
    = (a_high b_high) / 2

    a_low 
    = (ta.lowest(low5) + ta.lowest(low20) + ta.lowest(low50) + ta.lowest(low100) +ta.lowest(low200)) / 5
    b_low 
    = (ta.sma(low5) + ta.sma(low20) + ta.sma(low50)) / 3
    c_low 
    = (a_low b_low) / 2
    mid_line 
    = (c_high+c_low)/2
    plot
    (c_highcolor=color.bluetitle="Composite High")
    plot(c_lowcolor=color.redtitle="Composite Low")
    plot(mid_linecolor=color.blacktitle="mid_line"
    16.07.2024 - 10.12.2024

  8. super trend...
    destek-direnç ve
    olası destek direnç

    PHP Code:
     // © OmegaTools

    //@version=5
    indicator("SuperTrend Zone"overlay truetimeframe "")

    multi input.float(2.00"Supertrend factor")
    lenght input.int(100"ATR lenght")
    width input.float(1.00"Zone width")

    atrs ta.atr(lenght) * width
    [supertrenddirection] = ta.supertrend(multilenght)
    supertrendzoneup = if direction 0
        supertrend 
    atrs
    supertrendzonedown 
    = if direction 0
        supertrend 
    atrs
    [supertrend2direction2] = ta.supertrend(multi*3lenght*3)

    p1 plot(direction supertrend na"direnç"color #2962ff00, style=plot.style_linebr)
    p2 plot(direction supertrend na"destek"color #e91e6200, style=plot.style_linebr)
    p3 plot(direction supertrendzoneup nacolor #2962ff00, style=plot.style_linebr)
    p4 plot(direction supertrendzonedown nacolor #e91e6200, style=plot.style_linebr)
    fill(p1p3color color.new(#2962ff, 80))
    fill(p2p4color color.new(#e91e63, 80))

    plot(direction2 supertrend2 na"Olası direnç"color color.new(#66f506, 1), style=plot.style_linebr)
    plot(direction2 supertrend2 na"Olası destek"color color.new(#f70303, 0), style=plot.style_linebr) 
    16.07.2024 - 10.12.2024

Sayfa 235/393 İlkİlk ... 135185225233234235236237245285335 ... 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
  •