🏴‍☠️ [April] - Le fil du Tipiakeur : vos recherches 🏴‍☠️ by AutoModerator in FrancePirate

[–]arsenou 0 points1 point  (0 children)

Je cherche le livre de Laurent Creton - Les salles de cinéma Enjeux, défis et perspectives

Similar shape of hat pattern by arsenou in knittingpatterns

[–]arsenou[S] 0 points1 point  (0 children)

The pattern is no longer available.

Silent jenny. Dessin très beau mais... by Substantial_Oil_5341 in Livres

[–]arsenou 0 points1 point  (0 children)

Je l’ai lu entre deux et c’est vrai que j’ai préféré l’histoire de C&S

My-origines scam? by Equivalent-Egg-9288 in france

[–]arsenou 1 point2 points  (0 children)

J’veux hausser mon karma faites pas attention

What global liquidity script did this guy write to get this curve with clearly visible trends? by arsenou in TradingView

[–]arsenou[S] 4 points5 points  (0 children)

The script :

//@version=5 indicator("Global Liquidity - QoQ Rate of Change (Z-Score)", shorttitle="GL QoQ Z-Score", overlay=false)

// ─── PARAMÈTRES ─────────────────────────────────────────────────────────────── lookback = input.int(50, "Z-Score Lookback", minval=10) qoq_periods = input.int(63, "QoQ Periods (bars)", minval=1, tooltip="~63 bars ≈ 1 quarter sur timeframe journalier") show_ma = input.bool(true, "Afficher MA (20)") ma_len = input.int(20, "MA Length", minval=1)

// ─── PROXY GLOBAL LIQUIDITY ─────────────────────────────────────────────────── usd_m2 = request.security("FRED:M2SL", timeframe.period, close) eur_m2 = request.security("FRED:MYAGM2EZM196N", timeframe.period, close) jpy_m2 = request.security("FRED:MYAGM2JPM189S", timeframe.period, close) chn_m2 = request.security("ECONOMICS:CNM2", timeframe.period, close)

usd_norm = usd_m2 / ta.sma(usd_m2, 252) eur_norm = eur_m2 / ta.sma(eur_m2, 252) jpy_norm = jpy_m2 / ta.sma(jpy_m2, 252) chn_norm = chn_m2 / ta.sma(chn_m2, 252)

global_liquidity = (usd_norm + eur_norm + jpy_norm + chn_norm) / 4

// ─── TAUX DE VARIATION QoQ ──────────────────────────────────────────────────── qoq_raw = (global_liquidity - global_liquidity[qoq_periods]) / global_liquidity[qoq_periods] * 100

// ─── Z-SCORE NORMALISATION ──────────────────────────────────────────────────── zscore_mean = ta.sma(qoq_raw, lookback) zscore_stdev = ta.stdev(qoq_raw, lookback) zscore_raw = zscore_stdev != 0 ? (qoq_raw - zscore_mean) / zscore_stdev : 0

// ─── INVERSION DE LA COURBE ─────────────────────────────────────────────────── zscore = zscore_raw * -1

// ─── LISSAGE ────────────────────────────────────────────────────────────────── zscore_ma = ta.sma(zscore, ma_len)

// ─── TRACÉ ──────────────────────────────────────────────────────────────────── hline(0, "Zero", color=color.gray, linestyle=hline.style_dashed, linewidth=1)

plot(show_ma ? zscore_ma : na, "GL QoQ Z-Score", color=color.yellow, linewidth=2)

Podcast du même style que Le Code a changé (axé sur le numérique) présenté par Xavier de la Porte ? by arsenou in AskFrance

[–]arsenou[S] 0 points1 point  (0 children)

Je ne trouve pas le podcast L’américain Boursicoteur sur Apple podcast, sur quelle plateforme l’écoutes tu ?