Sayfa 51/133 İlkİlk ... 41495051525361101 ... SonSon
Arama sonucu : 1058 madde; 401 - 408 arası.

Konu: küçük yatırımcı pörtföyü

  1. #401
    Aksen geri alındı 11.72 karla

  2. musait oldugunuzda selec uzun bi bakarıısınız,grafiğinde oluşumlar var sanki,tşkler..
    yazdıklarım asla yatırım tavsiyesi değildir,lütfen forumun ğirişindeki yazıyı okumadan foruma ğirmeyin.232/643

  3.  Alıntı Originally Posted by obblomovv Yazıyı Oku
    Bu arada gelmişken XU100 öngörümü paylaşayım:
    Endeks 5 Haftadır, Haftalık IM Tenkansen-Kijunsen arasına sıkıştı.
    Cuma günkü kapanışla Aylık Pivot seviyesi aşağıya çekilince,
    "Almanlar kazanınca biz de kazandık" gibi oldu durum.

    Yine de her iki göstergede 1422 seviyeleri direnç,
    1320-1350 arası destek gibi görünüyor:











    Kafa karıştırıcı olmaması için:
    Eski Aylık Pivot görünümü aşağıdaki gibiydi.
    Ve standart göstergeler kullananlar için Pazartesi açılışa dek yine böyle görünecek.


    Sn Oblomov, aylik pivotlara tradingview de hangi gösterge ile bakiyorsunuz?

    SM-G970F cihazımdan Tapatalk kullanılarak gönderildi

  4.  Alıntı Originally Posted by korfez111 Yazıyı Oku
    Sn Oblomov, aylik pivotlara tradingview de hangi gösterge ile bakiyorsunuz?

    SM-G970F cihazımdan Tapatalk kullanılarak gönderildi
    Selamlar.
    MTF(Çoklu zamanlı) ve Traditional/Camarilla seçenekleri ile kendi kodumla.

    Kod şöyle:

    Kod:
    //@version=4study(title="CamarillaTred", shorttitle="CTP", overlay=true)
    //width = input(2, minval=1)
    
    
    //choices = input(title="P", defval="12M", options=["D", "W", "M", "3M", "12M"])
    res = input(title="PPeriod", type=input.resolution, defval="D")
    res1 = input(title="HLPeriod", type=input.resolution, defval="D")
    choice = input(title="Pkind", defval="C", options=["T", "C"])
    c = choice
    
    
    
    
    PP = security(syminfo.tickerid, res, hlc3[1], lookahead=true)
    phigh = security(syminfo.tickerid, res, high[1], lookahead=true)
    plow = security(syminfo.tickerid, res, low[1], lookahead=true)
    pclose = security(syminfo.tickerid, res, close[1], lookahead=true)
    ph = security(syminfo.tickerid, res1, high[1], lookahead=true)
    pl = security(syminfo.tickerid, res1, low[1], lookahead=true)
    
    
    
    
    tr1 = PP * 2 - plow
    ts1 = PP * 2 - phigh
    tr2 = PP + (phigh - plow)
    ts2 = PP - (phigh - plow)
    tr3 = PP * 2 + (phigh - 2 * plow)
    ts3 = PP * 2 - (2 * phigh - plow)
    tr4 = PP * 3 + (phigh - 3 * plow)
    ts4 = PP * 3 - (3 * phigh - plow)
    tr5 = PP * 4 + (phigh - 4 * plow)
    ts5 = PP * 4 - (4 * phigh - plow)
    
    
    cr4 = (0.55*(phigh-plow)) + pclose
    cr3 = (0.275*(phigh-plow)) + pclose
    cr2 = (0.183*(phigh-plow)) + pclose
    cr1 = (0.0916*(phigh-plow)) + pclose
    cs1 = pclose -(0.0916*(phigh-plow))
    cs2 = pclose -(0.183*(phigh-plow))
    cs3 = pclose -(0.275*(phigh-plow))
    cs4 = pclose -(0.55*(phigh-plow))
    
    
    
    
    r1 = if c == "T"
        tr1
    else if c == "C"
        cr1
    r2 = if c == "T"
        tr2
    else if c == "C"
        cr2
    r3 = if c == "T"
        tr3
    else if c == "C"
        cr3
    r4 = if c == "T"
        tr4
    else if c == "C"
        cr4
    r5 = if c == "T"
        tr5
    s1 = if c == "T"
        ts1
    else if c == "C"
        cs1
    s2 = if c == "T"
        ts2
    else if c == "C"
        cs2
    s3 = if c == "T"
        ts3
    else if c == "C"
        cs3
    s4 = if c == "T"
        ts4
    else if c == "C"
        cs4
    s5 = if c == "T"
        ts5
        
        
    plot(r5, color=#7fff00, title= "R5" , linewidth=1 )    
    plot(r4, color=#458b00, title= "R4" , linewidth=1 )
    plot(r3, color=#caff70, title= "R3" , linewidth=1 )    
    plot(r2, color=#8b8b00 , title= "R2" , linewidth=1 )
    plot(r1, color=#008080, title= "R1" , linewidth=1 )
    p1= plot(PP, color=color.yellow, title= "PP" , linewidth=2 )
    p2= plot(ph, color=color.white, title= "High" , linewidth=2)
    p3= plot(pl, color=#97ffff, title= "Low" , linewidth=2)
    plot(s1, color=#dda0dd, title= "S1" , linewidth=1 )
    plot(s2, color=#ff6a6a, title= "S2" , linewidth=1 )
    plot(s3, color=#ff3030, title= "S3" , linewidth=1 )    
    plot(s4, color=#c71585, title= "S4" , linewidth=1 )
    plot(s5, color=#8b0000, title= "S5" , linewidth=1 )
    https://www.kisavade.com/
    Al,sat,tut,yakala,sık,bırak vb. tavsiye için aracı kurumunuzla görüşün.

  5. " Nasıl eklerim?" derseniz o da şurada:

    Yeni başlayanlar için Teknik Analiz. - Page 21 (hisse.net)
    https://www.kisavade.com/
    Al,sat,tut,yakala,sık,bırak vb. tavsiye için aracı kurumunuzla görüşün.

  6. XU100' ün kapanış bazlı grafiğinin 3 Aylık Pivot ' la imtihanını da eklersek...
    Pivotların, tüm göstergelerde olduğu gibi; "her şeyi değil ama bazı şeyleri açıklayabileceğini" görebiliriz!.


    Son düzenleme : obblomovv; 04-05-2021 saat: 22:13. Sebep: "
    https://www.kisavade.com/
    Al,sat,tut,yakala,sık,bırak vb. tavsiye için aracı kurumunuzla görüşün.

  7.  Alıntı Originally Posted by obblomovv Yazıyı Oku
    Selamlar.
    MTF(Çoklu zamanlı) ve Traditional/Camarilla seçenekleri ile kendi kodumla.

    Kod şöyle:

    Kod:
    //@version=4study(title="CamarillaTred", shorttitle="CTP", overlay=true)
    //width = input(2, minval=1)
    
    
    //choices = input(title="P", defval="12M", options=["D", "W", "M", "3M", "12M"])
    res = input(title="PPeriod", type=input.resolution, defval="D")
    res1 = input(title="HLPeriod", type=input.resolution, defval="D")
    choice = input(title="Pkind", defval="C", options=["T", "C"])
    c = choice
    
    
    
    
    PP = security(syminfo.tickerid, res, hlc3[1], lookahead=true)
    phigh = security(syminfo.tickerid, res, high[1], lookahead=true)
    plow = security(syminfo.tickerid, res, low[1], lookahead=true)
    pclose = security(syminfo.tickerid, res, close[1], lookahead=true)
    ph = security(syminfo.tickerid, res1, high[1], lookahead=true)
    pl = security(syminfo.tickerid, res1, low[1], lookahead=true)
    
    
    
    
    tr1 = PP * 2 - plow
    ts1 = PP * 2 - phigh
    tr2 = PP + (phigh - plow)
    ts2 = PP - (phigh - plow)
    tr3 = PP * 2 + (phigh - 2 * plow)
    ts3 = PP * 2 - (2 * phigh - plow)
    tr4 = PP * 3 + (phigh - 3 * plow)
    ts4 = PP * 3 - (3 * phigh - plow)
    tr5 = PP * 4 + (phigh - 4 * plow)
    ts5 = PP * 4 - (4 * phigh - plow)
    
    
    cr4 = (0.55*(phigh-plow)) + pclose
    cr3 = (0.275*(phigh-plow)) + pclose
    cr2 = (0.183*(phigh-plow)) + pclose
    cr1 = (0.0916*(phigh-plow)) + pclose
    cs1 = pclose -(0.0916*(phigh-plow))
    cs2 = pclose -(0.183*(phigh-plow))
    cs3 = pclose -(0.275*(phigh-plow))
    cs4 = pclose -(0.55*(phigh-plow))
    
    
    
    
    r1 = if c == "T"
        tr1
    else if c == "C"
        cr1
    r2 = if c == "T"
        tr2
    else if c == "C"
        cr2
    r3 = if c == "T"
        tr3
    else if c == "C"
        cr3
    r4 = if c == "T"
        tr4
    else if c == "C"
        cr4
    r5 = if c == "T"
        tr5
    s1 = if c == "T"
        ts1
    else if c == "C"
        cs1
    s2 = if c == "T"
        ts2
    else if c == "C"
        cs2
    s3 = if c == "T"
        ts3
    else if c == "C"
        cs3
    s4 = if c == "T"
        ts4
    else if c == "C"
        cs4
    s5 = if c == "T"
        ts5
        
        
    plot(r5, color=#7fff00, title= "R5" , linewidth=1 )    
    plot(r4, color=#458b00, title= "R4" , linewidth=1 )
    plot(r3, color=#caff70, title= "R3" , linewidth=1 )    
    plot(r2, color=#8b8b00 , title= "R2" , linewidth=1 )
    plot(r1, color=#008080, title= "R1" , linewidth=1 )
    p1= plot(PP, color=color.yellow, title= "PP" , linewidth=2 )
    p2= plot(ph, color=color.white, title= "High" , linewidth=2)
    p3= plot(pl, color=#97ffff, title= "Low" , linewidth=2)
    plot(s1, color=#dda0dd, title= "S1" , linewidth=1 )
    plot(s2, color=#ff6a6a, title= "S2" , linewidth=1 )
    plot(s3, color=#ff3030, title= "S3" , linewidth=1 )    
    plot(s4, color=#c71585, title= "S4" , linewidth=1 )
    plot(s5, color=#8b0000, title= "S5" , linewidth=1 )
    Çok sagolun

    SM-G970F cihazımdan Tapatalk kullanılarak gönderildi

  8. #408
    öncelikle her gün borsaya bakmıyorum maaşı memur olduğum için vakıfbanktan alıyorum işlemleri de oradan yapıyorum. tradeonline uygulamasıyla ücretsiz anlık veri takibi var alarm özelliğide var kullanıyorum.


    geçen hafta sayfa 49 da endeks ile ilgili öngörülerde bulunmuştuk. şimdi kontrol zamanı.

    https://resimyukle.io/r/b2sZ1xN3Vr

Sayfa 51/133 İlkİlk ... 41495051525361101 ... 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
  •