Artan
Azalan
έώlem
BIST 30
BIST 50
BIST 100
NASDAQ 100
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
119,90 10% 1,16 Mr 110,30 / 119,90
3,63 10% 501,00 Mn 3,31 / 3,63
8,14 10% 2,47 Mr 7,54 / 8,14
53,90 10% 982,81 Mn 47,32 / 53,90
34,80 9.99% 91,16 Mn 34,80 / 34,80
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
2,90 -9.94% 955,51 Mn 2,90 / 3,13
1.353,00 -9.68% 284,03 Mn 1.349,00 / 1.508,00
7,81 -8.12% 11,40 Mn 7,80 / 8,01
21,92 -7.74% 421,11 Mn 21,42 / 24,44
269,25 -7.16% 258,51 Mn 268,25 / 290,00
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
329,00 3.7% 35,57 Mr 317,75 / 335,00
3,14 2.61% 34,03 Mr 3,03 / 3,32
39,30 4.86% 15,25 Mr 37,14 / 39,36
15,11 4.64% 14,63 Mr 14,36 / 15,11
83,55 6.98% 13,83 Mr 77,40 / 83,85
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
19,42 4.52% 1,50 Mr 18,28 / 19,42
83,55 6.98% 13,83 Mr 77,40 / 83,85
414,00 0.73% 8,67 Mr 407,00 / 417,50
196,70 2.45% 9,71 Mr 189,40 / 197,60
765,00 2.55% 4,53 Mr 742,50 / 770,50
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
19,42 4.52% 1,50 Mr 18,28 / 19,42
83,55 6.98% 13,83 Mr 77,40 / 83,85
95,55 2.52% 697,12 Mn 92,75 / 95,95
118,70 2.33% 332,28 Mn 114,90 / 119,30
414,00 0.73% 8,67 Mr 407,00 / 417,50
Hisse Fiyat Fark% Hacim (TL) Dόώόk / Yόksek
19,42 4.52% 1,50 Mr 18,28 / 19,42
32,04 3.96% 257,43 Mn 30,62 / 32,14
83,55 6.98% 13,83 Mr 77,40 / 83,85
10,95 2.34% 240,15 Mn 10,71 / 10,95
80,10 -1.6% 845,03 Mn 78,55 / 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 396/400 έlkέlk ... 296346386394395396397398 ... SonSon
Arama sonucu : 3194 madde; 3,161 - 3,168 arasύ.

Konu: Tradingview

  1. PHP Code:
    //@version=6
    indicator("Yφrόk [Saf Kuantum Boπumu - Hyper-Optimized]"overlay=true)

    // ─────────────────────────────────────────────────────────────────
    //  1. GέRDέLER
    // ─────────────────────────────────────────────────────────────────
    multTight input.float(0.7,  "Zύrh έvme Ηarpanύ (+)"step=0.1group="RMDT Kuantum Boπumu")
    multWide  input.float(-0.7"Zύrh Yorulma Ηarpanύ (-)"step=0.1group="RMDT Kuantum Boπumu")

    // ─────────────────────────────────────────────────────────────────
    //  2. OTONOM ZAMAN DέLέMέ (SABέT BELLEK KέLέDέ)
    // ─────────────────────────────────────────────────────────────────
    simple int z_len = switch timeframe.period
        
    "1"   => 34
        
    "3"   => 21
        
    "5"   => 13
        
    "15"  => 8
        
    "60"  => 5
        
    "240" => 3
        
    => 2

    // ─────────────────────────────────────────────────────────────────
    //  3. KERNEL OMURGA (YERLEήέK GAUSS FέLTRESέ)
    // ─────────────────────────────────────────────────────────────────
    float aktif_zirh ta.alma(closez_len0.856)

    // Sadece basit yφn kontrolό (Tόrevler iptal edildi)
    var int zirh_yonu 1
    if aktif_zirh aktif_zirh[1]
        
    zirh_yonu := 1
    else if aktif_zirh aktif_zirh[1]
        
    zirh_yonu := -1

    color col_bulut 
    zirh_yonu == color.new(#00ffaa, 0) : color.new(#ff0055, 0)

    // ─────────────────────────────────────────────────────────────────
    //  4. KUANTUM BOΠUMU HESAPLAMASI (YERLEήέK RMSD)
    // ─────────────────────────────────────────────────────────────────
    float sapma_kare math.pow(close aktif_zirh2)
    float rmsdVal    math.sqrt(math.sum(sapma_kare20) / 20)

    float devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    float devSig  
    ta.ema(devRaw6)
    float sigAbs  math.abs(devSig)
    float sigPeak ta.highest(sigAbs50
    float sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    float mult      
    multWide sigNorm * (multWide multTight)
    float bandwidth rmsdVal mult

    float trailRaw 
    zirh_yonu == ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  5. GΦRSELLEήTέRME (SAF BULUT)
    // ─────────────────────────────────────────────────────────────────
    barcolor(col_bulut)

    p_mats  plot(aktif_zirh"Omurga"color=color.new(col_bulut40), linewidth=3)
    p_trail plot(trail"Kalkan"color=color.new(col_bulut0), linewidth=1)
    fill(p_matsp_trailcolor=color.new(col_bulut85), title="Kuantum Boπumu"
    16.07.2024 - 10.12.2024

  2. PHP Code:
    //@version=6
    indicator("Yφrόk [Saf Kuantum Boπumu - Otonom Hύz]"overlay=true)

    // ─────────────────────────────────────────────────────────────────
    //  1. GέRDέLER
    // ─────────────────────────────────────────────────────────────────
    multTight input.float(0.7,  "Zύrh έvme Ηarpanύ (+)"step=0.1group="RMDT Kuantum Boπumu")
    multWide  input.float(-0.7"Zύrh Yorulma Ηarpanύ (-)"step=0.1group="RMDT Kuantum Boπumu")

    string tf timeframe.period
    int z_len 
    tf == "1" 34 tf == "3" 21 tf == "5" 13 tf == "15" tf == "60" tf == "240" 2

    // ─────────────────────────────────────────────────────────────────
    //  2. KERNEL OMURGA (YERLEήέK GAUSS FέLTRESέ)
    // ─────────────────────────────────────────────────────────────────
    // Aπύr for dφngόsό silindi. Yerine TradingView'in 0 gecikmeli, 
    // C++ tabanlύ yerleώik Gauss (Ηan Eπrisi) daπύlύm motoru olan ALMA baπlandύ.
    float aktif_zirh ta.alma(closez_len0.856)

    // ─────────────────────────────────────────────────────────────────
    //  3. TάREV SENSΦRLERέ (EΠέM έVMESέ VE MOMENTUM)
    // ─────────────────────────────────────────────────────────────────
    float hiz  aktif_zirh aktif_zirh[1]
    float ivme hiz hiz[1]

    bool guclu_boga   hiz and ivme 0   
    bool yorulan_boga 
    hiz and ivme <= 0  
    bool guclu_ayi    
    hiz and ivme 0   
    bool yorulan_ayi  
    hiz and ivme >= 0  

    color col_kinetik 
    guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#448866, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#884455, 0) : color.gray

    var int zirh_yonu 1
    if hiz 0
        zirh_yonu 
    := 1
    else if hiz 0
        zirh_yonu 
    := -1

    // ─────────────────────────────────────────────────────────────────
    //  4. KUANTUM BOΠUMU HESAPLAMASI (YERLEήέK RMSD)
    // ─────────────────────────────────────────────────────────────────
    // Aπύr for dφngόsό silindi. έώlem, Pine'ύn native math.sum fonksiyonuna devredildi.
    float sapma_kare math.pow(nz(close) - nz(aktif_zirh), 2)
    float rmsdVal    math.sqrt(math.sum(sapma_kare20) / 20)

    float devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    float devSig  
    ta.ema(devRaw6)
    float sigAbs  math.abs(devSig)
    float sigPeak ta.highest(sigAbs50
    float sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    float mult      
    multWide sigNorm * (multWide multTight)
    float bandwidth rmsdVal mult

    float trailRaw 
    zirh_yonu == ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  5. GΦRSELLEήTέRME (KέNETέK BULUT)
    // ─────────────────────────────────────────────────────────────────
    barcolor(col_kinetik)

    p_mats  plot(aktif_zirh"Omurga"color=color.new(col_kinetik20), linewidth=3)
    p_trail plot(trail"Kalkan"color=color.new(col_kinetik0), linewidth=1)
    fill(p_matsp_trailcolor=color.new(col_kinetik85), title="Kuantum Boπumu")

    // έvme Alarmlarύ
    alertcondition(yorulan_boga"Zύrh Yoruluyor (Tepe)""Dikkat! Fiyat yόkselse de iηsel momentum (2. Tόrev) dόώtό. Kβr almayύ dόώόn.")
    alertcondition(yorulan_ayi,  "Satύώ Duruyor (Dip)",   "Dikkat! Fiyat dόώse de dόώόώ ivmesi (2. Tόrev) yavaώladύ. Dφnόώ yakύn olabilir."
    16.07.2024 - 10.12.2024

  3. PHP Code:
    //@version=6
    indicator("Yφrόk [Saf Kuantum Boπumu - Eπim έvmesi]"overlay=true)

    // ─────────────────────────────────────────────────────────────────
    //  1. GέRDέLER
    // ─────────────────────────────────────────────────────────────────
    multTight input.float(0.7,  "Zύrh έvme Ηarpanύ (+)"step=0.1group="RMDT Kuantum Boπumu")
    multWide  input.float(-0.7"Zύrh Yorulma Ηarpanύ (-)"step=0.1group="RMDT Kuantum Boπumu")

    string tf timeframe.period
    int z_len 
    tf == "1" 34 tf == "3" 21 tf == "5" 13 tf == "15" tf == "60" tf == "240" 2

    // ─────────────────────────────────────────────────────────────────
    //  2. KERNEL OMURGA (NADARAYA-WATSON)
    // ─────────────────────────────────────────────────────────────────
    rawATR     ta.atr(14)
    atrNorm    rawATR close
    atrFactor  
    ta.ema(atrNorm14)
    adaptScale 1.0 + (atrFactor 200.0)
    h_val      8.0 adaptScale

    float nwSum 
    0.0
    float nwWeight 
    0.0
    for 0 to z_len 1
        float kw 
    math.exp(-math.pow(i2) / (2.0 math.pow(h_val2)))
        
    nwSum += kw nz(close[i])
        
    nwWeight += kw

    float nwRaw 
    nwSum nwWeight
    float aktif_zirh 
    ta.ema(nwRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  3. TάREV SENSΦRLERέ (EΠέM έVMESέ VE MOMENTUM)
    // ─────────────────────────────────────────────────────────────────
    // 1. Tόrev (Hύz): Zύrhύn anlύk yφnό
    float hiz aktif_zirh aktif_zirh[1]

    // 2. Tόrev (έvme): Zύrhύn hύzύndaki deπiώim (Momentum)
    float ivme hiz hiz[1]

    // Kinetik Renk Evreleri (Uzay-Zaman Bόkόlmesi)
    bool guclu_boga   hiz and ivme 0   // Yukarύ uηuyor, hύzlanύyor
    bool yorulan_boga hiz and ivme <= 0  // Yukarύ gidiyor ama nefesi kesiliyor (Tepe Sinyali)
    bool guclu_ayi    hiz and ivme 0   // ήelale, dόώόώ hύzlanύyor
    bool yorulan_ayi  hiz and ivme >= 0  // Dόώόyor ama satύcύlar bitiyor (Dip Sinyali)

    color col_kinetik guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#448866, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#884455, 0) : color.gray

    // Kalkanύn Fiyata Gφre Konumlanmasύ iηin Ana Yφn (Sadece 1. Tόrev yeterlidir)
    var int zirh_yonu 1
    if hiz 0
        zirh_yonu 
    := 1
    else if hiz 0
        zirh_yonu 
    := -1

    // ─────────────────────────────────────────────────────────────────
    //  4. KUANTUM BOΠUMU HESAPLAMASI (RMSD)
    // ─────────────────────────────────────────────────────────────────
    f_rmsd(srcbenchlen) =>
        
    float sum_sq 0.0
        
    for 0 to len 1
            sum_sq 
    += math.pow(nz(src[i]) - nz(bench[i]), 2)
        
    math.sqrt(sum_sq len)

    float rmsdVal f_rmsd(closeaktif_zirh20)
    float devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    float devSig  
    ta.ema(devRaw6)
    float sigAbs  math.abs(devSig)
    float sigPeak ta.highest(sigAbs50
    float sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    float mult      
    multWide sigNorm * (multWide multTight)
    float bandwidth rmsdVal mult

    float trailRaw 
    zirh_yonu == ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  5. GΦRSELLEήTέRME (KέNETέK BULUT)
    // ─────────────────────────────────────────────────────────────────
    // Bulutun iηini ve omurgayύ έvme Sensφrόne baπladύk
    barcolor(col_kinetik)

    p_mats  plot(aktif_zirh"Omurga"color=color.new(col_kinetik20), linewidth=3)
    p_trail plot(trail"Kalkan"color=color.new(col_kinetik0), linewidth=1)
    fill(p_matsp_trailcolor=color.new(col_kinetik85), title="Kuantum Boπumu")

    // έvme Alarmύ (Tepe ve Dip Uyarύlarύ)
    alertcondition(yorulan_boga"Zύrh Yoruluyor (Tepe)""Dikkat! Fiyat yόkselse de iηsel momentum (2. Tόrev) dόώtό. Kβr almayύ dόώόn.")
    alertcondition(yorulan_ayi,  "Satύώ Duruyor (Dip)",   "Dikkat! Fiyat dόώse de dόώόώ ivmesi (2. Tόrev) yavaώladύ. Dφnόώ yakύn olabilir."
    16.07.2024 - 10.12.2024

  4. PHP Code:
    //@version=6
    indicator("Yφrόk [Ηift Motorlu Hibrit]"overlay=truemax_labels_count=500)

    // ═════════════════════════════════════════════════════════════════════════
    //  BΦLάM 1: GέRDέLER VE ORTAK PARAMETRELER
    // ═════════════════════════════════════════════════════════════════════════
    k_start input.float(0.0,  "Kral Baώlangύη"step=0.01group="Otonom Beyin (Zύrh Yφnό)")
    k_inc   input.float(0.02"Kral έvme"step=0.01group="Otonom Beyin (Zύrh Yφnό)")
    k_max   input.float(0.20"Kral Max"step=0.01group="Otonom Beyin (Zύrh Yφnό)")

    hhma_ten input.float(2.8"Yφrόk Kύlύη Keskinliπi (Gerilim)"step=0.1group="Hiperbolik Kύlύη (@yφrόk@)")

    h_start input.float(0.06"Hύzlύ SAR Baώlangύη"group="Yin-Yang SAR (Tetik)")
    h_inc   input.float(0.06"Hύzlύ SAR έvme"group="Yin-Yang SAR (Tetik)")
    h_max   input.float(0.30"Hύzlύ SAR Max"group="Yin-Yang SAR (Tetik)")

    y_start input.float(0.01"Yavaώ SAR Baώlangύη"group="Yin-Yang SAR (Tetik)")
    y_inc   input.float(0.01"Yavaώ SAR έvme"group="Yin-Yang SAR (Tetik)")
    y_max   input.float(0.10"Yavaώ SAR Max"group="Yin-Yang SAR (Tetik)")

    multTight input.float(0.7,  "Zύrh έvme Ηarpanύ (+)"step=0.1group="RMDT Kuantum Boπumu")
    multWide  input.float(-0.7"Zύrh Yorulma Ηarpanύ (-)"step=0.1group="RMDT Kuantum Boπumu")

    string tf timeframe.period
    int z_len 
    tf == "1" 34 tf == "3" 21 tf == "5" 13 tf == "15" tf == "60" tf == "240" 2
    int k_len 
    tf == "1" 21 tf == "3" 13 tf == "5" 8  tf == "15" tf == "60" tf == "240" 2

    // ═════════════════════════════════════════════════════════════════════════
    //  BΦLάM 2: MOTOR A - KERNEL, SAR VE RMDT (ESKέ SέSTEM)
    // ═════════════════════════════════════════════════════════════════════════
    rawATR     ta.atr(14)
    atrNorm    rawATR close
    atrFactor  
    ta.ema(atrNorm14)
    adaptScale 1.0 + (atrFactor 200.0)
    h_val      8.0 adaptScale

    float nwSum 
    0.0
    float nwWeight 
    0.0
    for 0 to z_len 1
        float kw 
    math.exp(-math.pow(i2) / (2.0 math.pow(h_val2)))
        
    nwSum += kw nz(close[i])
        
    nwWeight += kw

    float nwRaw 
    nwSum nwWeight
    float aktif_zirh 
    ta.ema(nwRaw3)

    type SARState
        float sar_value
        float extreme_point
        float accel_factor
        bool  isLong
        int   trend_age
        int   bounce_count
        bool  was_touching 

    method f_updateState
    (SARState statefloat high_valfloat low_valfloat close_valfloat accel_startfloat accel_incfloat accel_maxfloat decay_limitfloat atr_val) =>
        
    bool isInit false
        bool t_change 
    false
        
    if na(state.sar_value)
            if 
    close_val close_val[1]
                
    state.isLong := true
                state
    .extreme_point := high_val
                state
    .sar_value := low_val[1]
            else
                
    state.isLong := false
                state
    .extreme_point := low_val
                state
    .sar_value := high_val[1]
            
    isInit := true
            state
    .accel_factor := accel_start
            state
    .trend_age := 0
        
    else
            
    state.trend_age += 1
            
        state
    .sar_value += state.accel_factor * (state.extreme_point state.sar_value)
        
        if 
    state.isLong
            
    if state.sar_value low_val
                isInit 
    := true
                t_change 
    := true
                state
    .isLong := false
                state
    .sar_value := math.max(high_valstate.extreme_point)
                
    state.extreme_point := low_val
                state
    .accel_factor := accel_start
                state
    .trend_age := 
        
    else
            if 
    state.sar_value high_val
                isInit 
    := true
                t_change 
    := true
                state
    .isLong := true
                state
    .sar_value := math.min(low_valstate.extreme_point)
                
    state.extreme_point := high_val
                state
    .accel_factor := accel_start
                state
    .trend_age := 
                
        
    if t_change
            state
    .bounce_count := 0
            state
    .was_touching := false
        
    else
            
    float tol atr_val 0.2 
            bool is_touch 
    state.isLong ? (low_val <= state.sar_value tol) : (high_val >= state.sar_value tol)
            if 
    is_touch and not state.was_touching
                state
    .bounce_count += 
            state
    .was_touching := is_touch
            
        float decay 
    math.max(0.011.0 - (state.trend_age decay_limit))
        
    float y_inc accel_inc decay
        
        
    if not isInit
            
    if state.isLong
                
    if high_val state.extreme_point
                    state
    .extreme_point := high_val
                    state
    .accel_factor := math.min(state.accel_factor y_incaccel_max)
            else
                if 
    low_val state.extreme_point
                    state
    .extreme_point := low_val
                    state
    .accel_factor := math.min(state.accel_factor y_incaccel_max)
                    
        if 
    bar_index 2
            
    if state.isLong
                state
    .sar_value := math.min(math.min(state.sar_valuelow_val[1]), low_val[2])
            else
                
    state.sar_value := math.max(math.max(state.sar_valuehigh_val[1]), high_val[2])
        
    state

    var float[] fibs = array.from(1.02.03.05.08.013.021.034.055.0)
    var 
    states = array.new<SARState>()

    if 
    barstate.isfirst
        
    for 0 to 8
            states
    .push(SARState.new(nanak_startfalse00false))

    float gercek_oynaklik ta.atr(14)
    for 
    0 to 8
        states
    .get(i).f_updateState(highlowclosek_startk_inck_maxfibs.get(i), gercek_oynaklik)

    var 
    int king_idx 
    int new_king 
    = -1

    for 0 to 8
        
    if states.get(i).bounce_count >= 2
            new_king 
    := i
            
    break 
            
    if 
    new_king != -1
        king_idx 
    := new_king 

    bool kral_yon 
    states.get(king_idx).isLong

    f_rmsd
    (srcbenchlen) =>
        
    float sum_sq 0.0
        
    for 0 to len 1
            sum_sq 
    += math.pow(nz(src[i]) - nz(bench[i]), 2)
        
    math.sqrt(sum_sq len)

    rmsdVal f_rmsd(closeaktif_zirh20)
    devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    devSig  
    ta.ema(devRaw6)
    sigAbs  math.abs(devSig)
    sigPeak ta.highest(sigAbs50
    sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    mult      
    multWide sigNorm * (multWide multTight)
    bandwidth rmsdVal mult

    float trailRaw 
    kral_yon ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    f_sinh_weight(series float _srcint _lenfloat _t) =>
        
    float _weightSum   0.0
        float _weightedVal 
    0.0
        
    for 0 to _len 1
            float _x 
    = (_len i) / _len _t
            float _w 
    = (math.exp(_x) - math.exp(-_x)) / 2.0
            _weightedVal 
    += nz(_src[i]) * _w
            _weightSum   
    += _w
        _weightedVal 
    _weightSum

    int halfLen 
    math.max(1math.floor(k_len 2))
    int sqrtLen math.max(1math.floor(math.sqrt(k_len)))

    float fastSinh f_sinh_weight(closehalfLenhhma_ten)
    float slowSinh f_sinh_weight(closek_lenhhma_ten)
    float rawHull  2.0 fastSinh slowSinh
    float hhma_val 
    f_sinh_weight(rawHullsqrtLenhhma_ten)

    color col_yoruk hhma_val hhma_val[1] ? color.rgb(0230119100) : color.rgb(2558282100)

    f_ozel_sar(src_hsrc_l_start_inc_max_reset) =>
        var 
    int trend 0
        
    var float sar_v 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_v 
    := trend src_l[1] : src_h[1]
            
    ep := trend src_h[1] : src_l[1]
            
    af := _start
        
    else 
            if 
    _reset
                af 
    := _start
            float n_sar 
    sar_v
            
    if trend 0
                
    if src_h[1] > ep
                    ep 
    := src_h[1]
                    
    af := math.min(_maxaf _inc)
                
    n_sar := sar_v af * (ep sar_v)
                
    n_sar := math.min(math.min(src_l[1], src_l[2]), n_sar)
                if 
    n_sar src_l
                    trend 
    := -1
                    n_sar 
    := ep
                    ep 
    := src_l
                    af 
    := _start
            
    else 
                if 
    src_l[1] < ep
                    ep 
    := src_l[1]
                    
    af := math.min(_maxaf _inc)
                
    n_sar := sar_v af * (ep sar_v)
                
    n_sar := math.max(math.max(src_h[1], src_h[2]), n_sar)
                if 
    n_sar src_h
                    trend 
    := 1
                    n_sar 
    := ep
                    ep 
    := src_h
                    af 
    := _start
            sar_v 
    := n_sar
        
    [sar_vtrend]

    [
    sar_hizlitr_hizli] = f_ozel_sar(highlowh_starth_inch_maxta.change(time("D")) != 0)
    [
    sar_yavastr_yavas] = f_ozel_sar(highlowy_starty_incy_maxta.change(time("D")) != 0)

    color col_ana   kral_yon color.lime color.red
    bool ahenk_boga 
    = (tr_hizli 0) and (tr_yavas 0)
    bool ahenk_ayi  = (tr_hizli 0) and (tr_yavas 0)

    // Motor A'nύn Mum Boyamasύ (Pine Script kurallarύ gereπi Motor B tarafύndan ezilecektir, koda dokunulmadύ)
    barcolor(ahenk_boga color.lime ahenk_ayi color.red color.new(color.yellow00))

    float cloudTop math.max(trailaktif_zirh)
    float cloudBot math.min(trailaktif_zirh)
    bool touchesCloud = (low <= cloudTop and high >= cloudBot)
    bool touchedCloudRecently touchesCloud or touchesCloud[1] or touchesCloud[2]

    bool yyBullTrigger ahenk_boga and not ahenk_boga[1] and touchedCloudRecently
    bool yyBearTrigger 
    ahenk_ayi  and not ahenk_ayi[1]  and touchedCloudRecently

    // ═════════════════════════════════════════════════════════════════════════
    //  BΦLάM 3: MOTOR B - 7 KATMANLI FRAKTAL ALMA/HMA MATRέSέ (YENέ SέSTEM)
    // ═════════════════════════════════════════════════════════════════════════
    src hlc3

    f_titan_dalga
    (_f_s) => 
        
    kilic ta.hma(src_f)
        
    zirh  ta.alma(src_s0.856)
        
    kilic zirh

    ao1 
    f_titan_dalga(256)
    ao2 f_titan_dalga(358)
    ao3 f_titan_dalga(560)
    ao4 f_titan_dalga(863)
    ao5 f_titan_dalga(1368)
    ao6 f_titan_dalga(2176)
    ao7 f_titan_dalga(3489)

    master_wave = (ao1 ao2 ao3 ao4 ao5 ao6 ao7) / 7

    hepsi_yukari 
    = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])
    hepsi_asagi  = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])

    bool guclu_boga   master_wave and master_wave master_wave[1]
    bool yorulan_boga master_wave and master_wave <= master_wave[1]
    bool guclu_ayi    master_wave and master_wave master_wave[1]
    bool yorulan_ayi  master_wave and master_wave >= master_wave[1]

    color dalga_rengi guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#0530f2, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#eded04, 0) : color.gray

    // Motor B'nin Mum Boyamasύ (Grafikte bu renkler geηerli olacaktύr)
    barcolor(dalga_rengi)

    var 
    int kilit_durumu 
    bool al_tetik  
    false
    bool sat_tetik 
    false

    if hepsi_yukari and kilit_durumu != 1
        al_tetik 
    := true
        kilit_durumu 
    := 1

    if hepsi_asagi and kilit_durumu != -1
        sat_tetik 
    := true
        kilit_durumu 
    := -1

    // ═════════════════════════════════════════════════════════════════════════
    //  BΦLάM 4: TάM MOTORLARIN EKRANA ΗέZέMέ (VέSUALIZATION)
    // ═════════════════════════════════════════════════════════════════════════

    // Motor A Ηizimleri
    p_mats  plot(aktif_zirhtitle="0"color=color.new(col_ana100), linewidth=1)
    p_trail plot(trail,      title="1"color=color.new(col_ana100), linewidth=1)
    fill(p_matsp_trailcolor=color.new(col_ana65), title="Adaptif Zύrh Bulutu")
    plot(hhma_val"@yφrόk@"color=col_yorukstyle=plot.style_linelinewidth=1)

    plotshape(yyBullTriggertitle="Ahenk Boπa Tetiπi"style=shape.triangleuplocation=location.belowbarcolor=#00d4ff, size=size.small)
    plotshape(yyBearTriggertitle="Ahenk Ayύ Tetiπi"style=shape.triangledownlocation=location.abovebarcolor=#ff2d78, size=size.small)

    // Motor B Ηizimleri
    omurga ta.alma(src550.856)
    plot(omurga"Tr"color=color.new(dalga_rengi20), linewidth=2)

    plotshape(al_tetik,  "Tam Ahenk (AL)",  style=shape.triangleup,   location=location.belowbarcolor=#00ffaa, size=size.small, text="L", textcolor=#00ffaa)
    plotshape(sat_tetik"Tam Ahenk (SAT)"style=shape.triangledownlocation=location.abovebarcolor=#ff0055, size=size.small, text="S", textcolor=#ff0055)

    // Ortak έmzalar ve Alarmlar
    var table ytd_table table.new(position.bottom_center11)
    if 
    barstate.islast
        table
    .cell(ytd_table00"(Aέ) Eπitim ηalύώmasύdύr. Yatύrύm tavsiyesi KULLANILAMAZ."text_color=color.new(color.white00), text_size=size.normal)

    alertcondition(yyBullTrigger"Titan AL Onayύ!""Yφrόk: Fiyat Kalkan'dan sekti, Hiperbolik Kύlύη kesiώti ve Ahenk saπlandύ.")
    alertcondition(yyBearTrigger"Titan SAT Onayύ!""Yφrόk: Fiyat Kalkan'dan sekti, Hiperbolik Kύlύη kesiώti ve Ahenk saπlandύ.")
    alertcondition(al_tetik,  "Keskin Niώancύ: AL!",  "Yφrόk: 7 Katmanlύ Ahenk BOΠA yφnόnde kilitlendi. Tetiπi ηek!")
    alertcondition(sat_tetik"Keskin Niώancύ: SAT!""Yφrόk: 7 Katmanlύ Ahenk AYI yφnόnde kilitlendi. Tetiπi ηek!"
    16.07.2024 - 10.12.2024

  5. PHP Code:
    //@version=6
    indicator("Yφrόk [Titan Sentez]"overlay=truemax_labels_count=500)

    // ─────────────────────────────────────────────────────────────────
    //  1. GέRDέLER VE FRAKTAL ZAMAN DέLέMέ
    // ─────────────────────────────────────────────────────────────────
    hhma_ten  input.float(2.8,  "Yφrόk Kύlύη Keskinliπi (Gerilim)"step=0.1group="Hiperbolik Kύlύη")
    multTight input.float(0.7,  "Zύrh έvme Ηarpanύ (+)"step=0.1group="RMDT Kuantum Boπumu")
    multWide  input.float(-0.7"Zύrh Yorulma Ηarpanύ (-)"step=0.1group="RMDT Kuantum Boπumu")

    string tf timeframe.period
    int k_len 
    tf == "1" 34 tf == "3" 21 tf == "5" 13 tf == "15" tf == "60" tf == "240" 2
    int h_len 
    tf == "1" 21 tf == "3" 13 tf == "5" ?  tf == "15" tf == "60" tf == "240" 2

    // ─────────────────────────────────────────────────────────────────
    //  2. KERNEL OMURGA & KUANTUM BOΠUMU (ZIRH)
    // ─────────────────────────────────────────────────────────────────
    rawATR     ta.atr(14)
    atrNorm    rawATR close
    atrFactor  
    ta.ema(atrNorm14)
    adaptScale 1.0 + (atrFactor 200.0)
    h_val      8.0 adaptScale

    float nwSum 
    0.0
    float nwWeight 
    0.0
    for 0 to k_len 1
        float kw 
    math.exp(-math.pow(i2) / (2.0 math.pow(h_val2)))
        
    nwSum += kw nz(close[i])
        
    nwWeight += kw

    float nwRaw 
    nwSum nwWeight
    float aktif_zirh 
    ta.ema(nwRaw3)

    f_rmsd(srcbenchlen) =>
        
    float sum_sq 0.0
        
    for 0 to len 1
            sum_sq 
    += math.pow(nz(src[i]) - nz(bench[i]), 2)
        
    math.sqrt(sum_sq len)

    float rmsdVal f_rmsd(closeaktif_zirh20)

    float devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    float devSig  
    ta.ema(devRaw6)
    float sigAbs  math.abs(devSig)
    float sigPeak ta.highest(sigAbs50
    float sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    float mult      
    multWide sigNorm * (multWide multTight)
    float bandwidth rmsdVal mult

    // ─────────────────────────────────────────────────────────────────
    //  3. TέTAN FRAKTAL MATRέS (TETέK MOTORU)
    // ─────────────────────────────────────────────────────────────────
    src hlc3
    f_titan_dalga
    (_f_s) => ta.hma(src_f) - ta.alma(src_s0.856)

    ao1 f_titan_dalga(256), ao2 f_titan_dalga(358), ao3 f_titan_dalga(560)
    ao4 f_titan_dalga(863), ao5 f_titan_dalga(1368), ao6 f_titan_dalga(2176), ao7 f_titan_dalga(3489)

    master_wave = (ao1 ao2 ao3 ao4 ao5 ao6 ao7) / 7

    hepsi_yukari 
    = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])
    hepsi_asagi  = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])

    // ─────────────────────────────────────────────────────────────────
    //  4. SέNYAL KέLέDέ VE BULUT YΦNά
    // ─────────────────────────────────────────────────────────────────
    var int kilit_durumu 
    var int bulut_yonu   

    bool al_tetik  
    false
    bool sat_tetik 
    false

    if hepsi_yukari and kilit_durumu != 1
        al_tetik 
    := true
        kilit_durumu 
    := 1
        bulut_yonu 
    := 1

    if hepsi_asagi and kilit_durumu != -1
        sat_tetik 
    := true
        kilit_durumu 
    := -1
        bulut_yonu 
    := -1

    float trailRaw 
    bulut_yonu == ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  5. HέPERBOLέK KILIΗ (@yφrόk@)
    // ─────────────────────────────────────────────────────────────────
    f_sinh_weight(series float _srcint _lenfloat _t) =>
        
    float _weightSum   0.0
        float _weightedVal 
    0.0
        
    for 0 to _len 1
            float _x 
    = (_len i) / _len _t
            float _w 
    = (math.exp(_x) - math.exp(-_x)) / 2.0
            _weightedVal 
    += nz(_src[i]) * _w
            _weightSum   
    += _w
        _weightedVal 
    _weightSum

    int halfLen 
    math.max(1math.floor(h_len 2))
    int sqrtLen math.max(1math.floor(math.sqrt(h_len)))

    float fastSinh f_sinh_weight(closehalfLenhhma_ten)
    float slowSinh f_sinh_weight(closeh_lenhhma_ten)
    float rawHull  2.0 fastSinh slowSinh
    float hhma_val 
    f_sinh_weight(rawHullsqrtLenhhma_ten)

    color col_yoruk hhma_val hhma_val[1] ? color.rgb(0230119100) : color.rgb(2558282100)

    // ─────────────────────────────────────────────────────────────────
    //  6. SέGMA HEDEFLERέ (RMSD)
    // ─────────────────────────────────────────────────────────────────
    float tp1_ust aktif_zirh + (rmsdVal 2.0)
    float tp1_alt aktif_zirh - (rmsdVal 2.0)
    float tp2_ust aktif_zirh + (rmsdVal 3.0)
    float tp2_alt aktif_zirh - (rmsdVal 3.0)

    // ─────────────────────────────────────────────────────────────────
    //  7. ΗέZέMLER VE KέNETέK PROJEKSέYON
    // ─────────────────────────────────────────────────────────────────
    bool guclu_boga   master_wave and master_wave master_wave[1]
    bool yorulan_boga master_wave and master_wave <= master_wave[1]
    bool guclu_ayi    master_wave and master_wave master_wave[1]
    bool yorulan_ayi  master_wave and master_wave >= master_wave[1]

    color dalga_rengi guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#c503fa, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#f7df05, 0) : color.gray
    barcolor(dalga_rengi)

    // Bulut Ηizimi
    color col_bulut bulut_yonu == color.new(#00ffaa, 0) : color.new(#ff0055, 0)
    p_mats  plot(aktif_zirh"TR"color=color.new(col_bulut40), linewidth=1)
    p_trail plot(trail"Tr"color=col_bulutlinewidth=1)
    fill(p_matsp_trailcolor=color.new(col_bulut85), title="Kuantum Boπumu")

    // Kύlύη Ηizimi
    plot(hhma_val"@yφrόk@"color=col_yorukstyle=plot.style_linelinewidth=1)

    // Sigma Aynalarύ (Hedefler)
    plot(kilit_durumu == tp1_ust na"TP1"color=color.new(#448866, 0), style=plot.style_circles, linewidth=1)
    plot(kilit_durumu == tp2_ust na"TP2"color=color.new(#448866, 0), style=plot.style_cross, linewidth=1)
    plot(kilit_durumu == -tp1_alt na"TP1"color=color.new(#ff0055, 0), style=plot.style_circles, linewidth=1)
    plot(kilit_durumu == -tp2_alt na"TP2"color=color.new(#ff0055, 0), style=plot.style_cross, linewidth=1)

    // Keskin Niώancύ Oklarύ
    plotshape(al_tetik,  "Al Tetiπi",  style=shape.triangleup,   location=location.belowbarcolor=#00ffaa, size=size.small, text="L", textcolor=#00ffaa)
    plotshape(sat_tetik"Sat Tetiπi"style=shape.triangledownlocation=location.abovebarcolor=#ff0055, size=size.small, text="S", textcolor=#ff0055)

    // Eπitim έmzasύ
    var table ytd_table table.new(position.bottom_center11)
    if 
    barstate.islast
        table
    .cell(ytd_table00"(Aέ) Eπitim ηalύώmasύdύr. Yatύrύm tavsiyesi KULLANILAMAZ."text_color=color.new(color.white0), text_size=size.normal)

    // Alarmlar
    alertcondition(al_tetik,  "Titan Sentez: AL!",  "Yφrόk: 7 Katmanlύ Ahenk BOΠA yφnόnde kilitlendi.")
    alertcondition(sat_tetik"Titan Sentez: SAT!""Yφrόk: 7 Katmanlύ Ahenk AYI yφnόnde kilitlendi."
    16.07.2024 - 10.12.2024

  6. PHP Code:
    //@version=6
    indicator("Yφrόk [Titan Dalga - Sigma Hedefli]"overlay=truemax_labels_count=500)

    // ─────────────────────────────────────────────────────────────────
    //  1. KERNEL OMURGA & KUANTUM BOΠUMU (ZIRH)
    // ─────────────────────────────────────────────────────────────────
    string tf timeframe.period
    int k_len 
    tf == "1" 34 tf == "3" 21 tf == "5" 13 tf == "15" tf == "60" tf == "240" 2

    rawATR     
    ta.atr(14)
    atrNorm    rawATR close
    atrFactor  
    ta.ema(atrNorm14)
    adaptScale 1.0 + (atrFactor 200.0)
    h_val      8.0 adaptScale

    float nwSum 
    0.0
    float nwWeight 
    0.0
    for 0 to k_len 1
        float kw 
    math.exp(-math.pow(i2) / (2.0 math.pow(h_val2)))
        
    nwSum += kw nz(close[i])
        
    nwWeight += kw

    float nwRaw 
    nwSum nwWeight
    float aktif_zirh 
    ta.ema(nwRaw3)

    // RMSD (Sigma) Hesaplamasύ
    f_rmsd(srcbenchlen) =>
        
    float sum_sq 0.0
        
    for 0 to len 1
            sum_sq 
    += math.pow(nz(src[i]) - nz(bench[i]), 2)
        
    math.sqrt(sum_sq len)

    float rmsdVal f_rmsd(closeaktif_zirh20)

    // Kuantum Boπumu Bulutu (RMDT)
    float devRaw  rmsdVal ? (close aktif_zirh) / rmsdVal 0.0
    float devSig  
    ta.ema(devRaw6)
    float sigAbs  math.abs(devSig)
    float sigPeak ta.highest(sigAbs50
    float sigNorm sigPeak math.min(sigAbs sigPeak1.0) : 0.0

    float multTight 
    0.7
    float multWide  
    = -0.7
    float mult      
    multWide sigNorm * (multWide multTight)
    float bandwidth rmsdVal mult

    // Kilit Yφnόne Gφre Bulut Yφnό
    var int bulut_yonu 

    float trailRaw 
    bulut_yonu == ? (aktif_zirh bandwidth) : (aktif_zirh bandwidth)
    float trail    ta.ema(trailRaw3)

    // ─────────────────────────────────────────────────────────────────
    //  2. TέTAN FRAKTAL MATRέS (TETέK MOTORU)
    // ─────────────────────────────────────────────────────────────────
    src hlc3
    f_titan_dalga
    (_f_s) => ta.hma(src_f) - ta.alma(src_s0.856)

    ao1 f_titan_dalga(256), ao2 f_titan_dalga(358), ao3 f_titan_dalga(560)
    ao4 f_titan_dalga(863), ao5 f_titan_dalga(1368), ao6 f_titan_dalga(2176), ao7 f_titan_dalga(3489)

    master_wave = (ao1 ao2 ao3 ao4 ao5 ao6 ao7) / 7

    hepsi_yukari 
    = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])
    hepsi_asagi  = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])

    // ─────────────────────────────────────────────────────────────────
    //  3. SέNYAL KέLέDέ (TEK ATIή) VE YΦN
    // ─────────────────────────────────────────────────────────────────
    var int kilit_durumu 
    bool al_tetik  
    false
    bool sat_tetik 
    false

    if hepsi_yukari and kilit_durumu != 1
        al_tetik 
    := true
        kilit_durumu 
    := 1
        bulut_yonu 
    := 1

    if hepsi_asagi and kilit_durumu != -1
        sat_tetik 
    := true
        kilit_durumu 
    := -1
        bulut_yonu 
    := -1

    // ─────────────────────────────────────────────────────────────────
    //  4. SέGMA HEDEFLERέ (KODUN KENDέ έΗέNDEKέ RMSD KULLANILDI)
    // ─────────────────────────────────────────────────────────────────
    float sigma1_carpan 2.0 // %95 Hedef Doygunluπu
    float sigma2_carpan 3.0 // %99.7 Ekstrem Doygunluk

    float tp1_ust aktif_zirh + (rmsdVal sigma1_carpan)
    float tp1_alt aktif_zirh - (rmsdVal sigma1_carpan)
    float tp2_ust aktif_zirh + (rmsdVal sigma2_carpan)
    float tp2_alt aktif_zirh - (rmsdVal sigma2_carpan)

    // ─────────────────────────────────────────────────────────────────
    //  5. ΗέZέMLER VE GΦRSEL PROJEKSέYON
    // ─────────────────────────────────────────────────────────────────
    bool guclu_boga   master_wave and master_wave master_wave[1]
    bool yorulan_boga master_wave and master_wave <= master_wave[1]
    bool guclu_ayi    master_wave and master_wave master_wave[1]
    bool yorulan_ayi  master_wave and master_wave >= master_wave[1]

    color dalga_rengi guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#448866, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#884455, 0) : color.gray
    barcolor(dalga_rengi)

    // Bulut (Zύrh)
    color col_bulut bulut_yonu == color.new(#00ffaa, 0) : color.new(#ff0055, 0)
    p_mats  plot(aktif_zirh"Omurga"color=color.new(col_bulut40), linewidth=2)
    p_trail plot(trail"Kalkan"color=col_bulutlinewidth=1)
    fill(p_matsp_trailcolor=color.new(col_bulut85), title="Kuantum Boπumu")

    // Dinamik Sigma Hedefleri (Aynalar)
    plot(kilit_durumu == tp1_ust na"TP1 άst (2σ)"color=color.new(#ffffff, 70), style=plot.style_circles, linewidth=1)
    plot(kilit_durumu == tp2_ust na"TP2 άst (3σ)"color=color.new(#ffffff, 85), style=plot.style_cross, linewidth=1)
    plot(kilit_durumu == -tp1_alt na"TP1 Alt (2σ)"color=color.new(#ffffff, 70), style=plot.style_circles, linewidth=1)
    plot(kilit_durumu == -tp2_alt na"TP2 Alt (3σ)"color=color.new(#ffffff, 85), style=plot.style_cross, linewidth=1)

    // Sinyaller (Senin modifiye ettiπin gibi L ve S)
    plotshape(al_tetik,  "Al Tetiπi",  style=shape.triangleup,   location=location.belowbarcolor=#00ffaa, size=size.small, text="L", textcolor=#00ffaa)
    plotshape(sat_tetik"Sat Tetiπi"style=shape.triangledownlocation=location.abovebarcolor=#ff0055, size=size.small, text="S", textcolor=#ff0055) 
    16.07.2024 - 10.12.2024

  7. PHP Code:
    //@version=6
    indicator("Yφrόk [Titan Dalga - Keskin Niώancύ]"overlay=truemax_labels_count=500)

    // ─────────────────────────────────────────────────────────────────
    //  1. TέTAN FRAKTAL MATRέS (HMA KILIΗ vs ALMA ZIRH)
    // ─────────────────────────────────────────────────────────────────
    src hlc3

    f_titan_dalga
    (_f_s) => 
        
    kilic ta.hma(src_f)
        
    zirh  ta.alma(src_s0.856)
        
    kilic zirh

    ao1 
    f_titan_dalga(256)
    ao2 f_titan_dalga(358)
    ao3 f_titan_dalga(560)
    ao4 f_titan_dalga(863)
    ao5 f_titan_dalga(1368)
    ao6 f_titan_dalga(2176)
    ao7 f_titan_dalga(3489)

    master_wave = (ao1 ao2 ao3 ao4 ao5 ao6 ao7) / 7

    hepsi_yukari 
    = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])
    hepsi_asagi  = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])

    // ─────────────────────────────────────────────────────────────────
    //  2. KέNETέK RENK HARέTASI (PROJEKSέYON)
    // ─────────────────────────────────────────────────────────────────
    bool guclu_boga   master_wave and master_wave master_wave[1]
    bool yorulan_boga master_wave and master_wave <= master_wave[1]
    bool guclu_ayi    master_wave and master_wave master_wave[1]
    bool yorulan_ayi  master_wave and master_wave >= master_wave[1]

    color dalga_rengi guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#448866, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#884455, 0) : color.gray

    barcolor(dalga_rengi)

    // ─────────────────────────────────────────────────────────────────
    //  3. FέYAT OMURGASI (Gauss Zύrhύ)
    // ─────────────────────────────────────────────────────────────────
    omurga ta.alma(src550.856)
    plot(omurga"Titan Omurga"color=color.new(dalga_rengi20), linewidth=3)

    // ─────────────────────────────────────────────────────────────────
    //  4. SέNYAL KέLέDέ (TEK ATIή, TEK LEή)
    // ─────────────────────────────────────────────────────────────────
    var int kilit_durumu // 1 = Long, -1 = Short

    bool al_tetik  false
    bool sat_tetik 
    false

    if hepsi_yukari and kilit_durumu != 1
        al_tetik 
    := true
        kilit_durumu 
    := 1

    if hepsi_asagi and kilit_durumu != -1
        sat_tetik 
    := true
        kilit_durumu 
    := -1

    plotshape
    (al_tetik,  "Tam Ahenk (AL)",  style=shape.triangleup,   location=location.belowbarcolor=#00ffaa, size=size.small, text="VUR", textcolor=#00ffaa)
    plotshape(sat_tetik"Tam Ahenk (SAT)"style=shape.triangledownlocation=location.abovebarcolor=#ff0055, size=size.small, text="VUR", textcolor=#ff0055)

    alertcondition(al_tetik,  "Keskin Niώancύ: AL!",  "Yφrόk: 7 Katmanlύ Ahenk BOΠA yφnόnde kilitlendi. Tetiπi ηek!")
    alertcondition(sat_tetik"Keskin Niώancύ: SAT!""Yφrόk: 7 Katmanlύ Ahenk AYI yφnόnde kilitlendi. Tetiπi ηek!"
    16.07.2024 - 10.12.2024

  8. PHP Code:
    //@version=6
    indicator("Yφrόk [Titan Dalga - Fiyat Projeksiyonu]"overlay=truemax_labels_count=500)

    // ─────────────────────────────────────────────────────────────────
    //  1. TέTAN FRAKTAL MATRέS (KILIΗ VE ZIRH ΗARPIήMASI)
    // ─────────────────────────────────────────────────────────────────
    src hlc3

    // Hύzlύ = Hull MA (Sύfύr Gecikmeli Kύlύη)
    // Yavaώ = ALMA (Gauss Daπύlύmlύ Pόrόzsόz Zύrh)
    f_titan_dalga(_f_s) => 
        
    kilic ta.hma(src_f)
        
    zirh  ta.alma(src_s0.856)
        
    kilic zirh

    // Not: HMA periyodu en az 2 olmalύdύr, bu yόzden 1 yerine 2 ile baώlύyoruz.
    ao1 f_titan_dalga(256)
    ao2 f_titan_dalga(358)
    ao3 f_titan_dalga(560)
    ao4 f_titan_dalga(863)
    ao5 f_titan_dalga(1368)
    ao6 f_titan_dalga(2176)
    ao7 f_titan_dalga(3489)

    // Sόperpozisyon (Master Dalga)
    master_wave = (ao1 ao2 ao3 ao4 ao5 ao6 ao7) / 7

    // Ahenk Kontrolό (7 Kύlύη aynύ anda Zύrhύ Kestiπinde)
    hepsi_yukari = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])
    hepsi_asagi  = (ao1 ao1[1]) and (ao2 ao2[1]) and (ao3 ao3[1]) and (ao4 ao4[1]) and (ao5 ao5[1]) and (ao6 ao6[1]) and (ao7 ao7[1])

    // ─────────────────────────────────────────────────────────────────
    //  2. KέNETέK RENK HARέTASI (PROJEKSέYON)
    // ─────────────────────────────────────────────────────────────────
    bool guclu_boga   master_wave and master_wave master_wave[1]
    bool yorulan_boga master_wave and master_wave <= master_wave[1]
    bool guclu_ayi    master_wave and master_wave master_wave[1]
    bool yorulan_ayi  master_wave and master_wave >= master_wave[1]

    color dalga_rengi guclu_boga color.new(#00ffaa, 0) : yorulan_boga ? color.new(#448866, 0) : guclu_ayi ? color.new(#ff0055, 0) : yorulan_ayi ? color.new(#884455, 0) : color.gray

    barcolor(dalga_rengi)

    // ─────────────────────────────────────────────────────────────────
    //  3. FέYAT OMURGASI (Gauss Zύrhύ)
    // ─────────────────────────────────────────────────────────────────
    // Omurgayύ da hantal SMA'dan kurtarύp pόrόzsόz ALMA (Gauss) yaptύk
    omurga ta.alma(src550.856)
    plot(omurga"Titan Omurga"color=color.new(dalga_rengi20), linewidth=3)

    // ─────────────────────────────────────────────────────────────────
    //  4. KESKέN NέήANCI SέNYALLERέ
    // ─────────────────────────────────────────────────────────────────
    bool al_tetik  hepsi_yukari and not hepsi_yukari[1]
    bool sat_tetik hepsi_asagi and not hepsi_asagi[1]

    plotshape(al_tetik,  "Tam Ahenk (AL)",  style=shape.triangleup,   location=location.belowbarcolor=#00ffaa, size=size.small, text="VUR", textcolor=#00ffaa)
    plotshape(sat_tetik"Tam Ahenk (SAT)"style=shape.triangledownlocation=location.abovebarcolor=#ff0055, size=size.small, text="VUR", textcolor=#ff0055)

    alertcondition(al_tetik,  "Titan Dalga: AL!",  "Yφrόk: 7 Katmanlύ Kύlύη/Zύrh Ahengi BOΠA yφnόnde eώleώti!")
    alertcondition(sat_tetik"Titan Dalga: SAT!""Yφrόk: 7 Katmanlύ Kύlύη/Zύrh Ahengi AYI yφnόnde eώleώti!"
    16.07.2024 - 10.12.2024

Sayfa 396/400 έlkέlk ... 296346386394395396397398 ... 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
  •