Artan
Azalan
��lem
BIST 30
BIST 50
BIST 100
NASDAQ 100
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
40,04 10% 834,55 Mn 36,66 / 40,04
111,10 10% 1,20 Mr 100,90 / 111,10
63,80 10% 1,08 Mr 60,45 / 63,80
8,25 10% 19,74 Mn 7,55 / 8,25
44,02 10% 139,25 Mn 40,28 / 44,02
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
21,06 -10% 1,59 Mr 21,06 / 25,48
19,50 -9.97% 1,94 Mr 19,50 / 21,68
6,91 -9.91% 620,75 Mn 6,91 / 8,05
8,37 -9.9% 331,09 Mn 8,37 / 9,45
7,40 -9.87% 1,70 Mr 7,39 / 8,21
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
69,10 -1.43% 12,72 Mr 68,75 / 69,80
344,25 9.98% 10,34 Mr 313,25 / 344,25
295,00 0.17% 10,18 Mr 289,75 / 300,25
2,81 3.69% 9,88 Mr 2,74 / 2,86
393,50 -2.11% 8,32 Mr 389,25 / 403,25
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
19,75 1.39% 771,19 Mn 18,95 / 19,86
69,10 -1.43% 12,72 Mr 68,75 / 69,80
393,50 -2.11% 8,32 Mr 389,25 / 403,25
344,25 9.98% 10,34 Mr 313,25 / 344,25
392,75 0.06% 4,26 Mr 385,50 / 399,25
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
19,75 1.39% 771,19 Mn 18,95 / 19,86
69,10 -1.43% 12,72 Mr 68,75 / 69,80
95,45 2.8% 603,89 Mn 91,70 / 96,20
107,70 0.37% 129,53 Mn 106,60 / 108,50
393,50 -2.11% 8,32 Mr 389,25 / 403,25
Hisse Fiyat Fark% Hacim (TL) D���k / Y�ksek
19,75 1.39% 771,19 Mn 18,95 / 19,86
34,30 2.88% 130,28 Mn 32,94 / 34,40
69,10 -1.43% 12,72 Mr 68,75 / 69,80
11,00 3.58% 438,82 Mn 10,45 / 11,16
80,00 0.19% 552,37 Mn 78,55 / 81,00

Masrafsz Bankaclk + 1.000 TL Nakit! Enparadan ifte Avantaj

Masrafsz Bankaclk + 1.000 TL Nakit! Enparadan ifte Avantaj
Sayfa 22/23 lklk ... 1220212223 SonSon
Arama sonucu : 177 madde; 169 - 176 aras.

Konu: @yrk@n Heybesinden

  1. PHP Code:
    //  Kinetik Komuta Merkezi - V13 OMEGA-CYBORG-SNIPER MATRIX
    //@version=6
    strategy("V13 Cyborg-Sniper Matrix"overlay=trueinitial_capital=1000commission_type=strategy.commission.percentcommission_value=0.04)

    // 1. AYNA RADAR VE KALMAN PARAMETRELER
    q_ratio input.float(0.002"Kalman Q Sabiti (Drbn Hassasiyeti)")
    atrLen  input.int(14"Kalkan ATR Periyodu")
    atrMult input.float(1.5"Kalkan Genilii (Sniper)")

    // 2. ZOTROPK KALMAN DRBN (Giriin Mimar)
    calc_kalman(float srcfloat p_statefloat p_cv) =>
        
    float q_process 0.1 q_ratio
        float k_gain 
    = (p_cv q_process) / (p_cv q_process 1.0 1e-10)
        
    float next_state nz(p_statesrc) + k_gain * (src nz(p_statesrc))
        
    float next_cov   = (k_gain) * (p_cv q_process)
        [
    next_statenext_cov]

    var 
    float kf_state close, var float p_cov 1.0
    [new_statenew_cov] = calc_kalman(closekf_statep_cov)
    kf_state := new_statep_cov := new_cov

    // 3. AYNA RADAR SNYAL (Cyborg Sinyal Motoru)
    mirror_signal ta.ema(kf_state10) - ta.ema(kf_state20)

    // 4. DBHF SNIPER KALKANI (Pozisyon Ynetim Motoru)
    f_dbhf_sniper(srcatrLenmult) =>
        var 
    float dbhf src
        float tau 
    ta.atr(atrLen) * mult
        float diff 
    src dbhf
        
    if diff tau
            dbhf 
    += (diff tau) * 0.1 
        
    else if diff < -tau
            dbhf 
    += (diff tau) * 0.1
        dbhf

    float kalkan 
    f_dbhf_sniper(hl2atrLenatrMult)

    // 5. TETKLEME (V8.3'n Safkan Girii)
    bool t_long  ta.crossover(mirror_signal0) and barstate.isconfirmed
    bool t_short 
    ta.crossunder(mirror_signal0) and barstate.isconfirmed

    if t_long
        strategy
    .entry("LONG"strategy.longcomment="Cyborg Giri"
    16.07.2024 - 10.12.2024

  2. PHP Code:
    //  Kinetik Komuta Merkezi - V5.3 ISOTROPIC KALMAN (NHA ZM)
    //@version=6
    strategy("Karargah V5.3 - Isotropic Kalman"overlay=trueinitial_capital=1000default_qty_type=strategy.percent_of_equitydefault_qty_value=100commission_type=strategy.commission.percentcommission_value=0.04)

    // ═════════════════════════════════════════════════════════════════════════
    //  1. GRDLER VE AYARLAR
    // ═════════════════════════════════════════════════════════════════════════
    grp_kalman "Kalman Radar Ayarlar"
    factor input.float(0.5"ift EMA Hz 1"minval=0.1step=0.1group=grp_kalman)
    factor2 input.float(0.5"ift EMA Hz 2"minval=0.1step=0.1group=grp_kalman)
    r_ratiob input.int(50"Yava Kalman R"step=5group=grp_kalman)
    q_ratiob input.float(0.002"Yava Kalman Q"step=0.001group=grp_kalman)
    r_ratios input.int(50"Hzl Kalman R"step=5group=grp_kalman)
    q_ratios input.float(0.005"Hzl Kalman Q"step=0.001group=grp_kalman)

    i_period input.int(19"zotropik Drbn (Kanal) Periyodu"minval=5group="zotropik Drbn")

    // ═════════════════════════════════════════════════════════════════════════
    //  2. KANITLANMI KALMAN MOTORU (+%19 Getiren Orijinal Motor)
    // ═════════════════════════════════════════════════════════════════════════
    pine_ema(srclength) => 
        
    float alpha / (length 1)
        var 
    float sum na
        sum 
    := na(sum[1]) ? src alpha src + (alpha) * nz(sum[1])
        
    sum

    clamp
    (xab) => math.min(math.max(xa), b)

    calc_kalman(float srcfloat p_statefloat p_cvfloat R_rawfloat Q_rawfloat res_varfloat q_ratiofloat gate_mult) =>
        
    float q_process clamp(nz(Q_raw0.1), 0.00110.0) * q_ratio
        float r_dynamic_floor 
    res_var gate_mult
        float r_adaptive 
    math.max(nz(R_raw1.0), r_dynamic_floor)
        
    float current_p_cov p_cv q_process
        float k_gain 
    current_p_cov / (current_p_cov r_adaptive 1e-10)
        
    float next_state nz(p_statesrc)
        
    float next_cov   current_p_cov
        
    if not na(k_gain)
            
    next_state := next_state k_gain * (src next_state)
            
    next_cov   := (k_gain) * current_p_cov
        
    [next_statenext_cov]

    float ema1 pine_ema(closefactor)
    float ema2 pine_ema(ema1factor2)
    float vol_base math.max(ta.atr(14), 1e-6)

    // Yava Kalman (Pembe)
    var float kf_stateb na, var float p_covb 1.0
    float residualb 
    ema2 nz(kf_stateb[1], ema2)
    float residual_varianceb math.pow(residualb2) / math.pow(vol_base2)
    float R_rawb nz(ta.rma(residual_variancebr_ratiob), 1.0)
    float Q_rawb nz(ta.rma(residual_varianceb5), 0.1)
    [
    new_valbnew_covb] = calc_kalman(ema2kf_statebp_covbR_rawbQ_rawbresidual_variancebq_ratiob1.0)
    kf_stateb := new_valbp_covb := new_covb
    float kalman_yavas 
    pine_ema(kf_stateb3)

    // Hzl Kalman (Mavi)
    var float kf_states na, var float p_covs 1.0
    float residuals 
    ema2 nz(kf_states[1], ema2)
    float residual_variances math.pow(residuals2) / math.pow(vol_base2)
    float R_raws nz(ta.rma(residual_variancesr_ratios), 1.0)
    float Q_raws nz(ta.rma(residual_variances5), 0.1)
    [
    new_valsnew_covs] = calc_kalman(ema2kf_statesp_covsR_rawsQ_rawsresidual_variancesq_ratios1.0)
    kf_states := new_valsp_covs := new_covs
    float kalman_hizli 
    pine_ema(kf_states5)

    bool makro_boga kalman_hizli kalman_yavas
    bool makro_ayi 
    kalman_hizli kalman_yavas

    // ═════════════════════════════════════════════════════════════════════════
    //  3. ZOTROPK KANAL (EK)
    // ═════════════════════════════════════════════════════════════════════════
    // Gemi 19 mumun Zirve ve Dipleri
    float iso_chUp ta.highest(highi_period)[1]
    float iso_chLo ta.lowest(lowi_period)[1]

    // Fiyat gemi tepeyi/dibi anlk olarak yuttu mu?
    bool tavan_kirildi close iso_chUp
    bool taban_kirildi 
    close iso_chLo

    // ═════════════════════════════════════════════════════════════════════════
    //  4. STRATEJ VE TETK 
    // ═════════════════════════════════════════════════════════════════════════
    // GR: Kalman Radar ayn ynde VE zotropik Krlm gerekleti
    bool t_long_giris makro_boga and tavan_kirildi
    bool t_short_giris 
    makro_ayi and taban_kirildi

    if t_long_giris
        strategy
    .entry("V5.3 LONG"strategy.long)
    if 
    t_short_giris
        strategy
    .entry("V5.3 SHORT"strategy.short)

    // IKI: Rzgar (Kalman) tersine dnd an masadan kalk
    if makro_ayi
        strategy
    .close("V5.3 LONG"comment="Kalman k")
    if 
    makro_boga
        strategy
    .close("V5.3 SHORT"comment="Kalman Ykselii")

    // ═════════════════════════════════════════════════════════════════════════
    //  5. GRSELLETRME VE HUD PANEL
    // ═════════════════════════════════════════════════════════════════════════
    p_hizli plot(kalman_hizli"Hzl Kalman"color=color.rgb(80100240), linewidth=2)
    p_yavas plot(kalman_yavas"Yava Kalman"color=color.rgb(23065195), linewidth=2)
    fill(p_hizlip_yavascolor=makro_boga color.new(color.aqua80) : color.new(color.red80))

    plot(iso_chUp"zotropik Tavan"color=color.new(color.aqua40), style=plot.style_stepline)
    plot(iso_chLo"zotropik Taban"color=color.new(color.red40), style=plot.style_stepline)

    plotshape(t_long_giris and strategy.position_size <= 0"AL"shape.triangleuplocation.belowbarcolor.aquasize=size.small)
    plotshape(t_short_giris and strategy.position_size >= 0"SAT"shape.triangledownlocation.abovebarcolor.redsize=size.small)

    if 
    barstate.islast
        
    var table hud table.new(position.top_right24bgcolor=color.new(#0D0D0D, 15), border_color=color.new(color.gray, 50), border_width=1)
        
    table.cell(hud00"V5.3 CYBORG MATRIX"text_color=color.whitetext_size=size.normalbgcolor=color.new(#111111, 0), text_halign=text.align_center)
        
    table.merge_cells(hud0010)
        
        
    string islem_durumu strategy.position_size "LONG AKTF" strategy.position_size "SHORT AKTF" "PUSUDA"
        
    color durum_renk strategy.position_size color.aqua strategy.position_size color.red color.gray
        table
    .cell(hud01"Operasyon"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(hud11islem_durumutext_color=durum_renktext_size=size.smallbgcolor=color.new(#1A1A1A, 0))

        
    string makro_text makro_boga "BOA (YUKARI)" "AYI (AAI)"
        
    color makro_renk makro_boga color.aqua color.red
        table
    .cell(hud02"Kalman Radar"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(hud12makro_texttext_color=makro_renktext_size=size.smallbgcolor=color.new(#161616, 0))

        
    string iso_text tavan_kirildi "TAVAN KIRILDI!" taban_kirildi "TABAN KIRILDI!" "KANAL "
        
    color iso_renk tavan_kirildi color.aqua taban_kirildi color.red color.gray
        table
    .cell(hud03"zotropik Durum"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(hud13iso_texttext_color=iso_renktext_size=size.smallbgcolor=color.new(#1A1A1A, 0)) 
    16.07.2024 - 10.12.2024

  3. PHP Code:
    //  Kinetik Komuta Merkezi - KKM V35 CYBORG MATRIX (V33 Motoru + HTF Radar + HUD)
    //@version=6
    strategy("Karargah V35 - Cyborg Yay Stratejisi"overlay=trueinitial_capital=1000default_qty_type=strategy.percent_of_equitydefault_qty_value=100commission_type=strategy.commission.percentcommission_value=0.04)

    // ═════════════════════════════════════════════════════════════════════════
    //  1. AYARLAR VE GRDLER
    // ═════════════════════════════════════════════════════════════════════════
    htfRes input.timeframe("60""st Zaman Dilimi (HTF) Onay"group="Makro Rzgar Radar")
    showDash input.bool(true"Karargah Gsterge Paneli (HUD)"group="Grsellik")

    // ═════════════════════════════════════════════════════════════════════════
    //  2. EKRDEK FONKSYONLAR (Sfr Repaint Garantisi)
    // ═════════════════════════════════════════════════════════════════════════
    // V33 Ktle Fizii
    f_ozel_sar_ep(src_hsrc_l_start_inc_max) =>
        var 
    int trend 0, var float sar_val 0.0, var float ep 0.0, var float af 0.0
        
    if trend == and not na(src_h[1])
            
    trend := src_h >= src_h[1] or src_l >= src_l[1] ? : -1
            sar_val 
    := trend src_l[1] : src_h[1], ep := trend src_h[1] : src_l[1], af := _start
        
    else
            
    float nextsar sar_val
            
    if trend 0
                
    if src_h[1] > ep
                    ep 
    := src_h[1], af := math.min(_maxaf _inc)
                
    nextsar := sar_val af * (ep sar_val)
                
    nextsar := math.min(math.min(src_l[1], src_l[2]), nextsar)
                if 
    nextsar src_l
                    trend 
    := -1nextsar := epep := src_laf := _start
            
    else
                if 
    src_l[1] < ep
                    ep 
    := src_l[1], af := math.min(_maxaf _inc)
                
    nextsar := sar_val af * (ep sar_val)
                
    nextsar := math.max(math.max(src_h[1], src_h[2]), nextsar)
                if 
    nextsar src_h
                    trend 
    := 1nextsar := epep := src_haf := _start
            sar_val 
    := nextsar
        
    [sar_valtrendep]

    f_kuantum_lrb_dinamik(srcbase_decaysmoothmax_atr_distevrensel_ivme) =>
        var 
    float hh na, var float ll na
        float pre_hh 
    nz(hh[1], src), float pre_ll nz(ll[1], src)
        
    float atr_gucu nz(ta.atr(14), ta.tr)
        
    float decay_mult 2.0 - (evrensel_ivme 1.5)
        
    float cur_decay atr_gucu base_decay decay_mult
        float decay_sma 
    ta.sma(cur_decaysmooth
        
    float temp_hh src >= pre_hh src pre_hh decay_sma
        float temp_ll 
    src <= pre_ll src pre_ll decay_sma
        float max_mesafe 
    atr_gucu max_atr_dist
        hh 
    := math.min(temp_hhsrc max_mesafe
        
    ll := math.max(temp_llsrc max_mesafe
        
    float mid math.avg(hhll)
        [
    hhllmid]

    // TEMA Motoru (HTF Onay in)
    f_tema(srclen) =>
        
    e1 ta.ema(srclen)
        
    e2 ta.ema(e1len)
        
    e3 ta.ema(e2len)
        
    e1 e2 e3

    // ═════════════════════════════════════════════════════════════════════════
    //  3. V33 DNA VE 3 SAF ZG + EKSEN HESAPLAMASI
    // ═════════════════════════════════════════════════════════════════════════
    float ham_volatilite ta.tr(true)
    float max_vol nz(ta.highest(ham_volatilite3), 0.0001), float min_vol nz(ta.lowest(ham_volatilite3), 0.0)
    float vol_orani = (max_vol == min_vol) ? 0.0 : ((ham_volatilite min_vol) / (max_vol min_vol))

    float ayna_start 0.02 + (vol_orani 0.08), float ayna_inc 0.02 + (vol_orani 0.08), float ayna_max 0.20 + (vol_orani 0.30
    [
    ayna_sarayna_trendayna_ep] = f_ozel_sar_ep(highlowayna_startayna_incayna_max)
    float ayna ayna_trend hl2 math.abs(hl2 ayna_sar) : hl2 math.abs(hl2 ayna_sar)

    float ayna_ivme math.abs(ayna nz(ayna[1], ayna))
    float max_ivme nz(ta.highest(ayna_ivme3), 0.0001), float min_ivme nz(ta.lowest(ayna_ivme3), 0.0)
    float evrensel_ivme = (max_ivme == min_ivme) ? 0.0 : ((ayna_ivme min_ivme) / (max_ivme min_ivme))

    [
    ayna_hhayna_llayna_mid] = f_kuantum_lrb_dinamik(ayna0.1044.0evrensel_ivme)

    var 
    int eksen_yonu 1
    if ayna_mid nz(ayna_mid[1], ayna_mid)
        
    eksen_yonu := 
    else if ayna_mid nz(ayna_mid[1], ayna_mid)
        
    eksen_yonu := -

    // ═════════════════════════════════════════════════════════════════════════
    //  4. HTF (MAKRO RZGAR) ONAYI
    // ═════════════════════════════════════════════════════════════════════════
    // Lookahead kapal tutularak HTF Repaint engellenir
    float htfFast request.security(syminfo.tickeridhtfResf_tema(close9),  lookahead=barmerge.lookahead_off)
    float htfSlow request.security(syminfo.tickeridhtfResf_tema(close21), lookahead=barmerge.lookahead_off)

    bool htf_bull htfFast htfSlow
    bool htf_bear 
    htfFast htfSlow

    // ═════════════════════════════════════════════════════════════════════════
    //  5. SNYAL RETM (Fzyon Mant)
    // ═════════════════════════════════════════════════════════════════════════
    // V33 Dip Sekmesi (barstate.isconfirmed ile gn ii repaint iptal edildi)
    bool dip_sekmesi_long = (ayna[1] <= ayna_ll[1]) and (ayna ayna[1]) and barstate.isconfirmed
    bool tepe_sekmesi_short 
    = (ayna[1] >= ayna_hh[1]) and (ayna ayna[1]) and barstate.isconfirmed

    // Fzyon Onay: Sekme + Kanal Ekseni + HTF Makro Rzgar
    bool filtreli_long_onay dip_sekmesi_long and (eksen_yonu == 1) and htf_bull
    bool filtreli_short_onay 
    tepe_sekmesi_short and (eksen_yonu == -1) and htf_bear

    // ═════════════════════════════════════════════════════════════════════════
    //  6. BAA BA (BREAKEVEN) LEM YNETM
    // ═════════════════════════════════════════════════════════════════════════
    var float islem_giris_fiyati na
    var bool basa_bas_long_aktif false
    var bool basa_bas_short_aktif false

    if filtreli_long_onay and strategy.position_size == 0
        strategy
    .entry("DP LONG"strategy.long)
        
    islem_giris_fiyati := ayna 
        basa_bas_long_aktif 
    := false

    if filtreli_short_onay and strategy.position_size == 0
        strategy
    .entry("TEPE SHORT"strategy.short)
        
    islem_giris_fiyati := ayna 
        basa_bas_short_aktif 
    := false

    if strategy.position_size 0
        float hedef_mesafe 
    ayna_hh islem_giris_fiyati
        
    if ayna >= islem_giris_fiyati + (hedef_mesafe 0.618
            
    basa_bas_long_aktif := true

        
    if (ayna >= ayna_hh) and barstate.isconfirmed
            strategy
    .close("DP LONG"comment="Diren Vuruldu (TP)")
        else if 
    basa_bas_long_aktif and (ayna <= islem_giris_fiyati) and barstate.isconfirmed
            strategy
    .close("DP LONG"comment="Baa Ba Kurtarma (BE)")
        else if (
    ayna ayna_ll) and (ayna ayna[1]) and barstate.isconfirmed
            strategy
    .close("DP LONG"comment="Destek kt (SL)")

    if 
    strategy.position_size 0
        float hedef_mesafe 
    islem_giris_fiyati ayna_ll
        
    if ayna <= islem_giris_fiyati - (hedef_mesafe 0.618)
            
    basa_bas_short_aktif := true

        
    if (ayna <= ayna_ll) and barstate.isconfirmed
            strategy
    .close("TEPE SHORT"comment="Destek Vuruldu (TP)")
        else if 
    basa_bas_short_aktif and (ayna >= islem_giris_fiyati) and barstate.isconfirmed
            strategy
    .close("TEPE SHORT"comment="Baa Ba Kurtarma (BE)")
        else if (
    ayna ayna_hh) and (ayna ayna[1]) and barstate.isconfirmed
            strategy
    .close("TEPE SHORT"comment="Diren Krld (SL)")

    if 
    strategy.position_size == 0
        basa_bas_long_aktif 
    := false
        basa_bas_short_aktif 
    := false
        islem_giris_fiyati 
    := na

    // ═════════════════════════════════════════════════════════════════════════
    //  7. GRSELLETRME VE HUD
    // ═════════════════════════════════════════════════════════════════════════
    plot(ayna"Sar Ayna (Ktle)"color=color.new(color.yellow0), linewidth=2style=plot.style_stepline)
    plot(ayna_hh"Krmz Tepe (Diren)"color=color.new(color.red0), linewidth=1style=plot.style_stepline)
    plot(ayna_ll"Yeil Dip (Destek)"color=color.new(color.lime0), linewidth=1style=plot.style_stepline)
    plot(basa_bas_long_aktif or basa_bas_short_aktif islem_giris_fiyati na"Baa Ba Zrh"color=color.new(color.blue0), linewidth=2style=plot.style_cross)

    plotshape(filtreli_long_onay and strategy.position_size <= 0"Dipten AL"shape.triangleuplocation.belowbarcolor.limesize=size.small)
    plotshape(filtreli_short_onay and strategy.position_size >= 0"Tepeden SAT"shape.triangledownlocation.abovebarcolor.redsize=size.small)

    // --- TEMA'DAN SKLEN KARARGAH HUD (GSTERGE PANEL) ---
    if showDash and barstate.islast
        
    var table dash table.new(position.top_right27bgcolor=color.new(#0D0D0D, 10), border_color=color.new(#333333, 0), border_width=1, frame_color=color.new(#00E5FF, 0), frame_width=2)
        
        // Balk
        
    table.cell(dash00"CYBORG MATRIX V35"text_color=color.new(#00E5FF, 0), text_size=size.normal, bgcolor=color.new(#111111, 0), text_halign=text.align_center)
        
    table.merge_cells(dash0010)
        
        
    // Operasyon Durumu
        
    string islem_durumu strategy.position_size "LONG AKTF" strategy.position_size "SHORT AKTF" "PUSUDA (BEKLEMEDE)"
        
    color durum_renk strategy.position_size color.lime strategy.position_size color.red color.gray
        table
    .cell(dash01"Operasyon"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(dash11islem_durumutext_color=durum_renktext_size=size.smallbgcolor=color.new(#1A1A1A, 0), text_halign=text.align_center)

        // Makro Rzgar (HTF)
        
    string htf_text htf_bull "YUKARI (BULL)" htf_bear "AAI (BEAR)" "YATAY"
        
    color htf_renk htf_bull color.lime htf_bear color.red color.gray
        table
    .cell(dash02"Makro HTF (" htfRes ")"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(dash12htf_texttext_color=htf_renktext_size=size.smallbgcolor=color.new(#161616, 0), text_halign=text.align_center)

        // Baa Ba Zrh Durumu
        
    string zirh_text = (basa_bas_long_aktif or basa_bas_short_aktif) ? "AKTF (KORUNUYOR)" "KAPALI"
        
    color zirh_renk = (basa_bas_long_aktif or basa_bas_short_aktif) ? color.aqua color.gray
        table
    .cell(dash03"Baa Ba (B.E.) Zrh"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(dash13zirh_texttext_color=zirh_renktext_size=size.smallbgcolor=color.new(#1A1A1A, 0), text_halign=text.align_center)

        // Ayna (Radar)
        
    table.cell(dash04"Sar Ayna (Anlk)"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(dash14str.tostring(aynaformat.mintick), text_color=color.yellowtext_size=size.smallbgcolor=color.new(#161616, 0), text_halign=text.align_center)

        // Diren Hedefi
        
    table.cell(dash05"Krmz Tepe (Diren)"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(dash15str.tostring(ayna_hhformat.mintick), text_color=color.redtext_size=size.smallbgcolor=color.new(#1A1A1A, 0), text_halign=text.align_center)

        // Destek Hedefi
        
    table.cell(dash06"Yeil Dip (Destek)"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(dash16str.tostring(ayna_llformat.mintick), text_color=color.limetext_size=size.smallbgcolor=color.new(#161616, 0), text_halign=text.align_center) 
    16.07.2024 - 10.12.2024

  4. PHP Code:
    //  Kinetik Komuta Merkezi - V5.4 ISOTROPIC KALMAN + DEVIATION BANDS
    //@version=6
    strategy("Karargah V5.4 - Kalman Deviation"overlay=trueinitial_capital=1000default_qty_type=strategy.percent_of_equitydefault_qty_value=100commission_type=strategy.commission.percentcommission_value=0.04)

    // ═════════════════════════════════════════════════════════════════════════
    //  1. GRDLER VE AYARLAR
    // ═════════════════════════════════════════════════════════════════════════
    grp_kalman "Kalman Radar Ayarlar"
    factor input.float(0.5"ift EMA Hz 1"minval=0.1step=0.1group=grp_kalman)
    factor2 input.float(0.5"ift EMA Hz 2"minval=0.1step=0.1group=grp_kalman)
    r_ratiob input.int(50"Yava Kalman R"step=5group=grp_kalman)
    q_ratiob input.float(0.002"Yava Kalman Q"step=0.001group=grp_kalman)
    r_ratios input.int(50"Hzl Kalman R"step=5group=grp_kalman)
    q_ratios input.float(0.005"Hzl Kalman Q"step=0.001group=grp_kalman)

    i_period input.int(19"zotropik Drbn Periyodu"minval=5group="zotropik Drbn")

    grp_dev "Kalman Sapma (Deviation) Hedefleri"
    atr_len input.int(200"ATR Uzunluu (lm)"group=grp_dev)
    dev_mult input.float(2.0"Hedef Sapma arpan (rn: 2 veya 3)"step=0.5group=grp_dev)

    // ═════════════════════════════════════════════════════════════════════════
    //  2. KALMAN MOTORU 
    // ═════════════════════════════════════════════════════════════════════════
    pine_ema(srclength) => 
        
    float alpha / (length 1)
        var 
    float sum na
        sum 
    := na(sum[1]) ? src alpha src + (alpha) * nz(sum[1])
        
    sum

    clamp
    (xab) => math.min(math.max(xa), b)

    calc_kalman(float srcfloat p_statefloat p_cvfloat R_rawfloat Q_rawfloat res_varfloat q_ratiofloat gate_mult) =>
        
    float q_process clamp(nz(Q_raw0.1), 0.00110.0) * q_ratio
        float r_dynamic_floor 
    res_var gate_mult
        float r_adaptive 
    math.max(nz(R_raw1.0), r_dynamic_floor)
        
    float current_p_cov p_cv q_process
        float k_gain 
    current_p_cov / (current_p_cov r_adaptive 1e-10)
        
    float next_state nz(p_statesrc)
        
    float next_cov   current_p_cov
        
    if not na(k_gain)
            
    next_state := next_state k_gain * (src next_state)
            
    next_cov   := (k_gain) * current_p_cov
        
    [next_statenext_cov]

    float ema1 pine_ema(closefactor)
    float ema2 pine_ema(ema1factor2)
    float vol_base math.max(ta.atr(14), 1e-6)

    // Yava Kalman (Pembe - Ana Eksen)
    var float kf_stateb na, var float p_covb 1.0
    float residualb 
    ema2 nz(kf_stateb[1], ema2)
    float residual_varianceb math.pow(residualb2) / math.pow(vol_base2)
    float R_rawb nz(ta.rma(residual_variancebr_ratiob), 1.0)
    float Q_rawb nz(ta.rma(residual_varianceb5), 0.1)
    [
    new_valbnew_covb] = calc_kalman(ema2kf_statebp_covbR_rawbQ_rawbresidual_variancebq_ratiob1.0)
    kf_stateb := new_valbp_covb := new_covb
    float kalman_yavas 
    pine_ema(kf_stateb3)

    // Hzl Kalman (Mavi - Tetiki)
    var float kf_states na, var float p_covs 1.0
    float residuals 
    ema2 nz(kf_states[1], ema2)
    float residual_variances math.pow(residuals2) / math.pow(vol_base2)
    float R_raws nz(ta.rma(residual_variancesr_ratios), 1.0)
    float Q_raws nz(ta.rma(residual_variances5), 0.1)
    [
    new_valsnew_covs] = calc_kalman(ema2kf_statesp_covsR_rawsQ_rawsresidual_variancesq_ratios1.0)
    kf_states := new_valsp_covs := new_covs
    float kalman_hizli 
    pine_ema(kf_states5)

    bool makro_boga kalman_hizli kalman_yavas
    bool makro_ayi 
    kalman_hizli kalman_yavas

    // ═════════════════════════════════════════════════════════════════════════
    //  3. ZOTROPK KANAL & KALMAN DEVIATION BANTLARI (HEDEFLER)
    // ═════════════════════════════════════════════════════════════════════════
    // zotropik (Giri) Snrlar
    float iso_chUp ta.highest(highi_period)[1]
    float iso_chLo ta.lowest(lowi_period)[1]

    bool tavan_kirildi close iso_chUp
    bool taban_kirildi 
    close iso_chLo

    // Kalman Sapma (Deviation) Bantlar (k Hedefleri)
    float makro_atr ta.atr(atr_len)
    float dev_hedef_ust kalman_yavas + (makro_atr dev_mult)
    float dev_hedef_alt kalman_yavas - (makro_atr dev_mult)

    // Fiyat hedef banda arpt m?
    bool boga_hedefi_vuruldu high >= dev_hedef_ust
    bool ayi_hedefi_vuruldu 
    low <= dev_hedef_alt

    // ═════════════════════════════════════════════════════════════════════════
    //  4. STRATEJ VE TETK (DNAMK KR AL EKLEND)
    // ═════════════════════════════════════════════════════════════════════════
    bool t_long_giris makro_boga and tavan_kirildi
    bool t_short_giris 
    makro_ayi and taban_kirildi

    if t_long_giris
        strategy
    .entry("V5.4 LONG"strategy.long)
    if 
    t_short_giris
        strategy
    .entry("V5.4 SHORT"strategy.short)

    // IKI 1: Rzgar tersine dnerse (Klasik Zarar/z Sren Stop)
    if makro_ayi
        strategy
    .close("V5.4 LONG"comment="Kalman kt")
    if 
    makro_boga
        strategy
    .close("V5.4 SHORT"comment="Kalman Utu")

    // IKI 2 (YEN): Hedef Banda (Deviation) arpnca Kr Kilitle!
    if boga_hedefi_vuruldu
        strategy
    .close("V5.4 LONG"comment="Hedef Vuruldu (TP)")
    if 
    ayi_hedefi_vuruldu
        strategy
    .close("V5.4 SHORT"comment="Hedef Vuruldu (TP)")

    // ═════════════════════════════════════════════════════════════════════════
    //  5. GRSELLETRME VE HUD PANEL
    // ═════════════════════════════════════════════════════════════════════════
    // Kalman ve zotropik
    p_hizli plot(kalman_hizli"Hzl Kalman"color=color.rgb(80100240), linewidth=2)
    p_yavas plot(kalman_yavas"Yava Kalman"color=color.rgb(23065195), linewidth=2)
    fill(p_hizlip_yavascolor=makro_boga color.new(color.aqua80) : color.new(color.red80))

    plot(iso_chUp"zotropik Tavan"color=color.new(color.aqua50), style=plot.style_stepline)
    plot(iso_chLo"zotropik Taban"color=color.new(color.red50), style=plot.style_stepline)

    // Sapma Hedef Bantlar (BigBeluga'dan Kalman'a Uyarlanan Ksm)
    plot(dev_hedef_ust"Kalman +Deviation (TP)"color=color.new(color.aqua30), style=plot.style_circleslinewidth=1)
    plot(dev_hedef_alt"Kalman -Deviation (TP)"color=color.new(color.red30), style=plot.style_circleslinewidth=1)

    plotshape(t_long_giris and strategy.position_size <= 0"AL"shape.triangleuplocation.belowbarcolor.aquasize=size.small)
    plotshape(t_short_giris and strategy.position_size >= 0"SAT"shape.triangledownlocation.abovebarcolor.redsize=size.small)

    if 
    barstate.islast
        
    var table hud table.new(position.top_right25bgcolor=color.new(#0D0D0D, 15), border_color=color.new(color.gray, 50), border_width=1)
        
    table.cell(hud00"V5.4 DEVIATION MATRIX"text_color=color.whitetext_size=size.normalbgcolor=color.new(#111111, 0), text_halign=text.align_center)
        
    table.merge_cells(hud0010)
        
        
    string islem_durumu strategy.position_size "LONG AKTF" strategy.position_size "SHORT AKTF" "PUSUDA"
        
    color durum_renk strategy.position_size color.aqua strategy.position_size color.red color.gray
        table
    .cell(hud01"Operasyon"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(hud11islem_durumutext_color=durum_renktext_size=size.smallbgcolor=color.new(#1A1A1A, 0))

        
    table.cell(hud02"Kalman Radar"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(hud12makro_boga "BOA (YUKARI)" "AYI (AAI)"text_color=makro_boga color.aqua color.redtext_size=size.smallbgcolor=color.new(#161616, 0))

        // Dinamik Hedef Gstergesi
        
    string hedef_text strategy.position_size str.tostring(dev_hedef_ustformat.mintick) : strategy.position_size str.tostring(dev_hedef_altformat.mintick) : "BEKLEMEDE"
        
    table.cell(hud03"Sapma Hedefi (TP)"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(hud13hedef_texttext_color=color.yellowtext_size=size.smallbgcolor=color.new(#1A1A1A, 0)) 
    16.07.2024 - 10.12.2024

  5. PHP Code:
    //  Kinetik Komuta Merkezi - V14.1 Cyborg-Sniper (HUD Entegreli)
    //@version=6
    strategy("V14.1 Cyborg-Sniper HUD"overlay=trueinitial_capital=1000commission_type=strategy.commission.percentcommission_value=0.04)

    // 1. GRDLER
    q_ratio input.float(0.002"Kalman Q Sabiti")
    atrLen  input.int(14"Kalkan ATR Periyodu")
    atrMult input.float(1.3"Kalkan Genilii")

    // 2. ZOTROPK KALMAN VE AYNA RADAR
    calc_kalman(float srcfloat p_statefloat p_cv) =>
        
    float q_process 0.1 q_ratio
        float k_gain 
    = (p_cv q_process) / (p_cv q_process 1.0 1e-10)
        
    float next_state nz(p_statesrc) + k_gain * (src nz(p_statesrc))
        
    float next_cov   = (k_gain) * (p_cv q_process)
        [
    next_statenext_cov]

    var 
    float kf_state close, var float p_cov 1.0
    [new_statenew_cov] = calc_kalman(closekf_statep_cov)
    kf_state := new_statep_cov := new_cov

    mirror_signal 
    ta.ema(kf_state10) - ta.ema(kf_state20)

    // 3. DBHF SNIPER KALKANI
    f_dbhf_sniper(srcatrLenmult) =>
        var 
    float dbhf src
        float tau 
    ta.atr(atrLen) * mult
        float diff 
    src dbhf
        
    if diff tau
            dbhf 
    += (diff tau) * 0.1 
        
    else if diff < -tau
            dbhf 
    += (diff tau) * 0.1
        dbhf

    float kalkan 
    f_dbhf_sniper(hl2atrLenatrMult)

    // 4. TETKLEME VE SAVUNMA
    bool t_long  ta.crossover(mirror_signal0) and barstate.isconfirmed
    bool t_short 
    ta.crossunder(mirror_signal0) and barstate.isconfirmed

    if t_long
        strategy
    .entry("LONG"strategy.longcomment="Cyborg Giri")
    if 
    t_short
        strategy
    .entry("SHORT"strategy.shortcomment="Cyborg Giri")

    if 
    strategy.position_size and close kalkan and barstate.isconfirmed
        strategy
    .close("LONG"comment="Sniper Stop")
    if 
    strategy.position_size and close kalkan and barstate.isconfirmed
        strategy
    .close("SHORT"comment="Sniper Stop")

    // 5. HUD TABLO (Canl Performans Radar)
    float kar_faktoru strategy.grossloss == ? (strategy.grossprofit 99.99 0.0) : (strategy.grossprofit strategy.grossloss)

    if 
    barstate.islast
        
    var table hud table.new(position.top_right23bgcolor=color.new(#0D0D0D, 20), border_color=color.new(color.gray, 80), border_width=1)
        
    table.cell(hud00"V14.1 Cyborg-Sniper"text_color=color.whitetext_size=size.smallbgcolor=color.new(#111111, 0))
        
    table.merge_cells(hud0010)
        
        
    table.cell(hud01"Pozisyon"text_color=color.whitetext_size=size.smallbgcolor=color.new(#1A1A1A, 0))
        
    table.cell(hud11strategy.position_size "LONG" strategy.position_size "SHORT" "PUSUDA"
             
    text_color=strategy.position_size != color.lime color.graytext_size=size.small)
        
        
    table.cell(hud02"Kar Faktr"text_color=color.whitetext_size=size.smallbgcolor=color.new(#161616, 0))
        
    table.cell(hud12str.tostring(kar_faktoru"#.##"), 
             
    text_color=kar_faktoru >= 2.0 color.lime color.redtext_size=size.small)

    // VZYON
    plot(kf_state"Drbn"color=color.whitelinewidth=1)
    plot(kalkan"Sniper Kalkan"color=strategy.position_size color.lime strategy.position_size color.red color.graylinewidth=3
    16.07.2024 - 10.12.2024

  6. PHP Code:
    //  Kinetik Komuta Merkezi - V12 CYBORG-GANN HBRT MATRIX
    //@version=6
    strategy("V12 Cyborg-Gann Hibrit Matrix"overlay=trueinitial_capital=1000)

    // 1. AYNA RADAR VE KALMAN PARAMETRELER
    q_ratio input.float(0.002"Kalman Q Sabiti (Drbn)"step=0.001)
    // Gann DBHF Kalkan Ayarlar
    atrLen input.int(14"Kalkan ATR Periyodu")
    atrMult input.float(1.5"Kalkan Genilii")

    // 2. ZOTROPK KALMAN DRBN (Cyborg ekirdek)
    calc_kalman(float srcfloat p_statefloat p_cv) =>
        
    float q_process 0.1 q_ratio
        float k_gain 
    = (p_cv q_process) / (p_cv q_process 1.0 1e-10)
        
    float next_state nz(p_statesrc) + k_gain * (src nz(p_statesrc))
        
    float next_cov   = (k_gain) * (p_cv q_process)
        [
    next_statenext_cov]

    var 
    float kf_state close, var float p_cov 1.0
    [new_statenew_cov] = calc_kalman(closekf_statep_cov)
    kf_state := new_statep_cov := new_cov

    // 3. AYNA RADAR SNYAL
    mirror_signal ta.ema(kf_state10) - ta.ema(kf_state20)

    // 4. DBHF SNIPER KALKANI (Nihai Drawdown Snrlandrc)
    f_dbhf_sniper(srcatrLenmult) =>
        var 
    float dbhf src
        float tau 
    ta.atr(atrLen) * mult
        float diff 
    src dbhf
        
    if diff tau
            dbhf 
    += (diff tau) * 0.1 // Esnek Kalkan
        
    else if diff < -tau
            dbhf 
    += (diff tau) * 0.1
        dbhf

    float kalkan 
    f_dbhf_sniper(hl2atrLenatrMult)

    // 5. TETKLEME (Cyborg Sinyali + Gann Onay)
    bool t_long  ta.crossover(mirror_signal0) and barstate.isconfirmed
    bool t_short 
    ta.crossunder(mirror_signal0) and barstate.isconfirmed

    if t_long
        strategy
    .entry("LONG"strategy.longcomment="Ayna Giri")
    if 
    t_short
        strategy
    .entry("SHORT"strategy.shortcomment="Ayna Giri")

    // 6. NHA SAVUNMA (DBHF Kalkan le k)
    if strategy.position_size and close kalkan and barstate.isconfirmed
        strategy
    .close("LONG"comment="Kalkan Delindi")
    if 
    strategy.position_size and close kalkan and barstate.isconfirmed
        strategy
    .close("SHORT"comment="Kalkan Delindi")

    // VZYON
    plot(kf_state"Kalman Drbn"color=color.whitelinewidth=1)
    plot(kalkan"DBHF Sniper Kalkan"color=strategy.position_size color.lime color.redlinewidth=3
    16.07.2024 - 10.12.2024

  7. PHP Code:
    //  Kinetik Komuta Merkezi - V8.3 Cyborg-Kinetik-Kalman Fzyon
    //@version=6
    strategy("V8.3 Cyborg-Kinetik-Kalman Matrix"overlay=trueinitial_capital=1000)

    // 1. GRDLER (V8.3 + Kalman + Kinetik)
    hPeriod input.int(13"Gann HIGH Period")
    lPeriod input.int(21"Gann LOW Period")
    q_ratio input.float(0.002"Kalman Q Sabiti"step=0.001// zotropik Drbn Hassasiyeti
    smoothLen  input.int(130"Kinetik ATR Smoothing")
    bandMult   input.float(3.0"Kinetik Band Multiplier")
    guardMult  input.float(5.0"Kinetik Guard Distance")

    // 2. KALMAN DRBN MOTORU (zotropik Filtreleme)
    calc_kalman(float srcfloat p_statefloat p_cv) =>
        
    float q_process 0.1 q_ratio
        float k_gain 
    = (p_cv q_process) / (p_cv q_process 1.0 1e-10)
        
    float next_state nz(p_statesrc) + k_gain * (src nz(p_statesrc))
        
    float next_cov   = (k_gain) * (p_cv q_process)
        [
    next_statenext_cov]

    var 
    float kf_state close, var float p_cov 1.0
    [new_statenew_cov] = calc_kalman(closekf_statep_cov)
    kf_state := new_statep_cov := new_cov

    // 3. CYBORG GANN MOTORU (Kalman Filtreli Fiyat zerinde)
    sma_high ta.sma(highhPeriod), sma_low ta.sma(lowlPeriod)
    var 
    int hl_direction 0
    // Sinyal, Kalman drbnnden szlm fiyat ile alr
    hl_direction := kf_state nz(sma_low[1]) ? kf_state nz(sma_high[1]) ? -hl_direction
    float hi_lo 
    = (hl_direction == 1) ? sma_low sma_high

    // 4. KNETK STOP MOTORU (V11 Fzyon)
    atrVal ta.atr(smoothLen)
    float volRatio atrVal ta.highest(atrVal50)
    float dynamicBuffer guardMult atrVal + (bandMult guardMult) * atrVal volRatio

    var float stopLine na
    var int trendDir 1
    float topBand 
    high dynamicBufferbottomBand low dynamicBuffer
    if na(stopLine)
        
    stopLine := trendDir == bottomBand topBand

    if trendDir == and close stopLine
        trendDir 
    := -1stopLine := topBand
    else if trendDir == -and close stopLine
        trendDir 
    := 1stopLine := bottomBand
    else
        
    stopLine := trendDir == math.max(stopLineclose bandMult atrVal) : math.min(stopLineclose bandMult atrVal)

    // 5. TETKLEME
    bool t_long  ta.crossover(kf_statehi_lo) and barstate.isconfirmed
    bool t_short 
    ta.crossunder(kf_statehi_lo) and barstate.isconfirmed

    if t_long
        strategy
    .entry("LONG"strategy.longcomment="Cyborg-Kalman Giri")
    if 
    t_short
        strategy
    .entry("SHORT"strategy.shortcomment="Cyborg-Kalman Giri")

    // 6. NHA KNETK IKI
    if strategy.position_size and close stopLine and barstate.isconfirmed
        strategy
    .close("LONG"comment="Kinetik Stop")
    if 
    strategy.position_size and close stopLine and barstate.isconfirmed
        strategy
    .close("SHORT"comment="Kinetik Stop")

    // VZYON
    plot(kf_state"Kalman Drbn"color=color.whitelinewidth=1)
    plot(hi_lo"Cyborg Gann"color=color.graylinewidth=1style=plot.style_circles)
    plot(stopLine"Kinetik Kalkan"color=trendDir == color.lime color.redlinewidth=3
    16.07.2024 - 10.12.2024

  8. 5 farkl stratejiniz var... yapacanz en byk hata....

    hepsini birletirmeye kalkmak....

    ya da...

    hepsinden alp... en iyi bir taneyi yapmaya almak....


    o zaman soru....
    bir elinizde bir parmak olsa m daha iyi kullanrdnz....

    ya da... be parmak olunca m...

    cevap belli...

    yleyse...

    htf robota kar...

    en mantkl yol....

    en iyi 5 stratejinizi belirleyip....

    stratejik hub yapmaktr ki...

    bulunduu periyotta... hub kendi sesin....

    deil mi...
    16.07.2024 - 10.12.2024

Sayfa 22/23 lklk ... 1220212223 SonSon

Yer mleri

Yer mleri

Gnderi Kurallar

  • Yeni konu aamazsnz
  • Konulara cevap yazamazsnz
  • Yazlara ek gnderemezsiniz
  • Yazlarnz deitiremezsiniz
  •