Skip to main content
Blog

Blog de Trading

Systématique, approfondi, actionnable. Sélectionné pour les débutants.

Filtrer par thème ✕ Effacer (quant-trading)
#beginners 86#technical-analysis 63#advanced 57#risk-management 48#forex 43#foundations 42#psychology 42#candlesticks 40#indicators 38#glossary 37#reference 37#compliance 35#fibonacci 31#macro 30#fundamental-analysis 30#tools 27#patterns 25#stocks 23#sentiment 22#price-action 22#price-structure 22#crypto 21#technicals 21#algorithmic 21#quant-trading 21#market-structure 20#trading-systems 20#backtesting 20#smart-money-concepts 20#elliott-wave 19#wave-theory 19#intermarket 19#platforms 19#market-cycles 19#wyckoff 18#taxes 18#positioning 18#regulation 18#behavioral-finance 18#statistics 18#quantitative 18#market-phases 18#supply-demand 17#zones 17#commodities 17#trading-plan 17#journal 17#trading-styles 17#comparison 17#portfolio-theory 17#money-management 17#vsa 16#volume-analysis 16#market-profile 16#volume-profile 16#chart-patterns 16#trading-business 16#operations 16#order-flow 16#tape-reading 16#advanced-charting 16#prop-firm 16#pivot-points 13#institutional 13#smart-money 12#fundamentals 11#seasonality 11#Crypto 10#strategies 9#harmonic-patterns 9#chart-types 9#funding 9#economic-data 8#etfs 8#accumulation 7#beginner 7#currency 7#etf 7#smc 7#systems 7#evaluation 7#harmonic 7#discipline 7#basics 6#macroeconomics 6#valuation 6#stop-loss 5#position-sizing 5#strategy 5#income 5#Technology 4#emotions 4#central-banks 4#options 4#analysis 4#Web3 3#DeFi 3#Risk Management 3#risk-reward 3#trading-strategies 3#metrics 3#monetary-policy 3#financial-statements 3#derivatives 3#bonds 3#indices 3#defi 3#support-resistance 2#breakouts 2#bias 2#portfolio 2#volatility 2#vix 2#ratios 2#value-investing 2#earnings 2#dividends 2#short-selling 2#corporate-finance 2#margin 2#fixed-income 2#trading 2#safe-haven 2#energy 2#trading-mistakes 1#Foundations 1#Regulation 1#Stablecoin 1#Staking 1#Layer2 1#Security 1#Trading 1#mistakes 1#moving-averages 1#trendlines 1#gaps 1#channels 1#rules 1#routine 1#mindset 1#take-profit 1#health 1#labor-market 1#market-psychology 1#sector-rotation 1#safe-havens 1#profitability 1#leading-indicator 1#market-cap 1#income-statement 1#inflation 1#cash-flow 1#balance-sheet 1#value 1#corporate-actions 1#screeners 1#sectors 1#dilution 1#reits 1#real-estate 1#penny-stocks 1#day-trading 1#greeks 1#brokerage 1#leverage 1#ipo 1#inverse 1#index-funds 1#growth 1#futures 1#covered-calls 1#diversification 1#cash-secured-puts 1#blue-chips 1#after-hours 1#yield-curve 1#stablecoins 1#silver 1#precious-metals 1#on-chain 1#oil 1#nfts 1#natural-gas 1#gold 1#ethereum 1#dollar 1#wallets 1#security 1#exchanges 1#copper 1#industrial-metals 1#bitcoin 1#altcoins 1#agriculture 1#grains 1

Affichage de 21 articles dans #quant-trading

#quant-trading

Quant Research Workflow: Jupyter Notebooks and Feature Engineering

A repeatable quant research workflow using Jupyter notebooks covers feature engineering, validation, and notebook hygiene that produces deployable signals.

#algorithmic#quant-trading

Build a Python Trading Script With ccxt and vectorbt

A working Python trading script template combining ccxt for exchange data and vectorbt for fast vectorized backtests, with concrete code you can adapt.

#algorithmic#quant-trading

Machine Learning Trading Pitfalls and Concrete Failures

Concrete machine learning trading pitfalls — data leakage, regime decay, overfitting — with specific failure patterns and numeric thresholds to detect them.

#algorithmic#quant-trading

High Frequency vs Low Frequency Strategy Choice

Choosing between high frequency and low frequency trading strategies depends on costs, latency, edge decay, and capacity, with concrete tradeoffs for each.

#algorithmic#quant-trading

Broker API Integration Practice: Exchange, IBKR, FXCM

Practical broker API integration for exchanges, Interactive Brokers, and FXCM covers rate limits, websocket reconnection, and error handling patterns.

#algorithmic#quant-trading

Algo Strategy Monitoring and Exception Handling in Production

Production algo monitoring and exception handling covers alert thresholds, error classification, kill switches, and recovery procedures for live systems.

#algorithmic#quant-trading

Algo Strategy Deployment Architecture: Signal to Risk to Execution

A production algo deployment architecture separating signal generation, risk gates, and execution, with concrete components and data flow for live trading.

#algorithmic#quant-trading

Statistical Arbitrage and Pairs Trading

Statistical arbitrage exploits temporary mispricings between related assets. Learn the math of cointegration, how pairs trading works, and where it breaks.

#algorithmic#quant-trading

Signal Generation and Factor Models

Signals are the heart of any quant strategy. Learn what makes a good signal, how factor models organize them, and why most "signals" aren't.

#algorithmic#quant-trading

Quant Trading Framework: Alpha, Beta, and Signals

Every quant strategy reduces to the same framework: a signal that generates alpha, sized against beta. Learn the vocabulary that organizes all of quant trading.

#algorithmic#quant-trading

Python for Trading: pandas, numpy, backtrader

Python is the workhorse of quant research. Learn the three libraries every trader needs — pandas, numpy, and backtrader — and what each one does.

#algorithmic#quant-trading

Trading Languages: Pine, Python, MQL, C# Compared

Different trading platforms speak different languages. Learn what Pine, Python, MQL, and C# are good at — and which one matches your goals.

#algorithmic#quant-trading