PINE LIBRARY
Updated

TrinityCore30

340
Library "TrinityCore30"
TRINITY CORE LIBRARY v30.1 (Diamond Final / Safety Sync Fixed)
Architecture: Fixed 7 Calls / Raw Kernels / State Machine / Array Math
Constitution:
1. Max 7 security calls.
2. Bible Compliance: CD (Corr), DDG (Ratio), Dynamic Lengths.
3. Ironclad Math: Volatility %, NaN-Guarded.
4. Semantics: Safety Valve correctly syncs is_ready/risk_gate flags.

calc_weights(sym, cp, cs, s1, s2, s3, s4, s5, cfg)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    cfg (TrinityConfig)

calc_diagnostics(sym, cp, cs, s1, s2, s3, s4, s5, cfg)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    cfg (TrinityConfig)

calc_weights_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)

core_build()

TrinityWeights
  Fields:
    stock (series float)
    safe1 (series float)
    safe2 (series float)
    safe3 (series float)
    safe4 (series float)
    safe5 (series float)
    cash (series float)

TrinityDiagLite
  Fields:
    is_ready (series bool)
    ready_code (series int)
    core_build (series int)
    risk_gate (series bool)
    wroc_stock (series float)
    valid_safe_count (series int)
    passed_safe_count (series int)
    sum_ok (series bool)

TrinityDiagFull
  Fields:
    raw_stock (series float)
    mvol_stock (series float)
    mdecel_stock (series float)
    gov_stock (series float)
    safe_budget (series float)
    top1_id (series int)
    top2_id (series int)
    sum_weights (series float)

SafeDiag
  Fields:
    enabled (series bool)
    valid (series bool)
    sqs (series float)
    final_w (series float)
    drop_code (series int)

TrinityConfig
  Fields:
    enabled (series bool)
    len_20 (series int)
    w_20 (series float)
    len_63 (series int)
    w_63 (series float)
    len_126 (series int)
    w_126 (series float)
    len_252 (series int)
    w_252 (series float)
    risk_floor (series float)
    risk_factor (series float)
    target_vol_stock (series float)
    target_vol_safe (series float)
    gov_min_mult (series float)
    k_len (series int)
    k_decay (series float)
    k_scale (series float)
    top_k (series int)
    baseline (series float)
    w_cp (series float)
    w_cd (series float)
    w_vs (series float)
    w_ddg (series float)
    shock_price (series float)
    shock_vol (series float)
    fall_thr (series float)
    rate_fall (series float)
    rate_accel (series float)
    penalty_val (series float)
    range_cp (series float)
    range_dd (series float)
    ready_bars (series int)
Release Notes
v2
Release Notes
v3

Добавлено:
calc_monitor_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)
Release Notes
v4

Добавлено:
get_simulation_snapshot(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)

Удалено:
calc_weights(sym, cp, cs, s1, s2, s3, s4, s5, cfg)

calc_diagnostics(sym, cp, cs, s1, s2, s3, s4, s5, cfg)

calc_monitor_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
Release Notes
v5
Release Notes
v6
Release Notes
v7

Добавлено:
calc_monitor_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)
Release Notes
v8
Release Notes
v9
Release Notes
v10

Обновлено:
calc_weights_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)

calc_monitor_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)

get_simulation_snapshot(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)

TrinityConfig
  Fields:
    enabled (series bool)
    len_20 (series int)
    w_20 (series float)
    len_63 (series int)
    w_63 (series float)
    len_126 (series int)
    w_126 (series float)
    len_252 (series int)
    w_252 (series float)
    risk_floor (series float)
    risk_factor (series float)
    target_vol_stock (series float)
    target_vol_safe (series float)
    gov_min_mult (series float)
    k_len (series int)
    k_decay (series float)
    k_scale (series float)
    use_k_safe (series bool)
    top_k (series int)
    baseline (series float)
    w_cp (series float)
    w_cd (series float)
    w_vs (series float)
    w_ddg (series float)
    shock_price (series float)
    shock_vol (series float)
    fall_thr (series float)
    rate_fall (series float)
    rate_accel (series float)
    penalty_val (series float)
    range_cp (series float)
    range_dd (series float)
    ready_bars (series int)
Release Notes
v11

Обновлено:
calc_weights_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb, cro)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)
    cro (float)

calc_monitor_flat(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb, cro)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)
    cro (float)

get_simulation_snapshot(sym, cp, cs, s1, s2, s3, s4, s5, en, l20, w20, l63, w63, l126, w126, l252, w252, rf, fac, tvs, tvsf, gmm, kl, kd, ks, en_ksafe, tk, bl, wcp, wcd, wvs, wdd, sp, sv, ft, rf2, ra, r_cp, r_dd, pen_v, rb, cro)
  Parameters:
    sym (string)
    cp (string)
    cs (string)
    s1 (string)
    s2 (string)
    s3 (string)
    s4 (string)
    s5 (string)
    en (bool)
    l20 (int)
    w20 (float)
    l63 (int)
    w63 (float)
    l126 (int)
    w126 (float)
    l252 (int)
    w252 (float)
    rf (float)
    fac (float)
    tvs (float)
    tvsf (float)
    gmm (float)
    kl (int)
    kd (float)
    ks (float)
    en_ksafe (bool)
    tk (int)
    bl (float)
    wcp (float)
    wcd (float)
    wvs (float)
    wdd (float)
    sp (float)
    sv (float)
    ft (float)
    rf2 (float)
    ra (float)
    r_cp (float)
    r_dd (float)
    pen_v (float)
    rb (int)
    cro (float)

SafeDiag
  Fields:
    enabled (series bool)
    valid (series bool)
    sqs (series float)
    final_w (series float)
    decel_mult (series float)
    drop_code (series int)

TrinityConfig
  Fields:
    enabled (series bool)
    len_20 (series int)
    w_20 (series float)
    len_63 (series int)
    w_63 (series float)
    len_126 (series int)
    w_126 (series float)
    len_252 (series int)
    w_252 (series float)
    risk_floor (series float)
    risk_factor (series float)
    target_vol_stock (series float)
    target_vol_safe (series float)
    gov_min_mult (series float)
    k_len (series int)
    k_decay (series float)
    k_scale (series float)
    use_k_safe (series bool)
    top_k (series int)
    baseline (series float)
    w_cp (series float)
    w_cd (series float)
    w_vs (series float)
    w_ddg (series float)
    shock_price (series float)
    shock_vol (series float)
    fall_thr (series float)
    rate_fall (series float)
    rate_accel (series float)
    penalty_val (series float)
    range_cp (series float)
    range_dd (series float)
    ready_bars (series int)
    cash_rate_override (series float)
Release Notes
v12

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.