New pages
Appearance
8 January 2026
- 06:0206:02, 8 January 2026 Team (hist | edit) [150 bytes] Plusev.blr (talk | contribs) (Created page with "__NOTOC__ '''team_details. * [https://docs.google.com/spreadsheets/d/1y91PQh_6t1SO1k5gGxU6zV9mTEW_6cPj5Gj54CthU90/edit?gid=0#gid=0 View team_details]")
- 04:5404:54, 8 January 2026 BacktestIQ Architecture (hist | edit) [7,504 bytes] 152.57.133.55 (talk) (Created page with "= BacktestIQ – Strategy Simulation Platform Component Architecture = == PART 1: Pipeline Architecture == Pre-aggregated OHLC data (5M, 15M, 1H, 4H, 1D) derived from 1-minute source. At present conversion doesnot happen at runtime, it is done beforehand. data_manager.py just loads pre-converted CSV files. <pre> Raw OHLC Data (1D, 4H, 1H, 15M, 5M) │ ▼ ┌──────────────────────────...")
7 January 2026
- 20:4320:43, 7 January 2026 Component:Probability Zone (hist | edit) [8,228 bytes] Plusev.blr (talk | contribs) (Created page with "= Probability Zone Analysis = == Purpose == '''"Where is price in the range & what are the odds of continuation?"''' This component implements the probability zone concepts from trade_philosophy.pdf: # Divides price range into halves and thirds # Calculates continuation probability based on zone # Detects Three-Finger Spread (profit-taking pressure) # Identifies crash bars (structural breaks) # Filters signals based on zone probability ---- == Trading Market Principl...")
- 20:3620:36, 7 January 2026 Component:Trade Execution (hist | edit) [8,708 bytes] Plusev.blr (talk | contribs) (Created page with "= Component: Trade Execution Engine = '''File:''' <code>trade_execution_engine.py</code><br/> '''Layer:''' 5 (Final)<br/> '''Lines:''' 822<br/> '''Code:''' [https://github.com/stoic97/plus_ev_code_base/blob/rikk_mtf_backtest001/services/backtest/src/components/trade_execution_engine.py View Source] ---- == Purpose == Answers the question: '''"How do we execute and manage the trade to maximize profit?"''' This component is the executor. It takes signals from Layer 4...")
- 20:2820:28, 7 January 2026 Component:Signal Generation (hist | edit) [9,147 bytes] Plusev.blr (talk | contribs) (Created page with "= Signal Generation & Trade Management = == Purpose == '''"Should we trade? Which direction? Where's entry/stop/target?"''' This component is the decision maker. It receives graded setups from Layer 3 and decides: # Should we take this trade? (passes all gate filters) # Which direction? (LONG or SHORT based on MA21 slope) # Where to enter, stop, and exit? (entry techniques) ---- == Trading Market Principle == '''"Trade with the trend, not against it. MA21 slope is...")
- 20:2020:20, 7 January 2026 Component:Setup Quality Detection (hist | edit) [8,292 bytes] Plusev.blr (talk | contribs) (Created page with "= Component: Setup Quality Detection = '''File:''' <code>setup_quality_detection.py</code><br/> '''Layer:''' 3<br/> '''Lines:''' 670<br/> '''Code:''' [https://github.com/stoic97/plus_ev_code_base/blob/rikk_mtf_backtest001/services/backtest/src/components/setup_quality_detection.py View Source] ---- == Purpose == Answers the question: '''"How good is this setup? Is it worth trading?"''' This component scores every potential trade from 0-100 and assigns a grade (A+ to...")
- 20:0420:04, 7 January 2026 Component:Market State Analysis (hist | edit) [6,962 bytes] Plusev.blr (talk | contribs) (Created page with "= Component: Market State Analysis = '''File:''' <code>market_state_analysis.py</code><br/> '''Layer:''' 2<br/> '''Lines:''' 941<br/> '''Code:''' [https://github.com/stoic97/plus_ev_code_base/blob/rikk_mtf_backtest001/services/backtest/src/components/market_state_analysis.py View Source] ---- == Purpose == Answers the question: '''"What kind of market are we in right now?"''' This component classifies the current market regime using 7 detection algorithms: * Is this...")
- 19:4119:41, 7 January 2026 Component:Trend Analysis Core (hist | edit) [6,156 bytes] Plusev.blr (talk | contribs) (Created page with "= Component: Trend Analysis Core = '''File:''' <code>trend_analysis_core.py</code><br/> '''Layer:''' 1a (Internal to MTF Analysis)<br/> '''Lines:''' 688<br/> '''Code:''' [https://github.com/stoic97/plus_ev_code_base/blob/rikk_mtf_backtest001/services/backtest/src/components/trend_analysis_core.py View Source] ---- == Purpose == Answers the question: '''"Is this timeframe trending or flattish?"''' For each timeframe, this component determines: # '''Trend Direction'''...")
- 19:0119:01, 7 January 2026 Component:Multi Timeframe Analysis (hist | edit) [6,139 bytes] Plusev.blr (talk | contribs) (Created page with "= Component: Multi-Timeframe Analysis = '''File:''' <code>multi_timeframe_analysis.py</code><br/> '''Layer:''' 1 (Foundation)<br/> '''Lines:''' 708<br/> ---- == Purpose == Answers the question: '''"Are all timeframes pointing the same direction?"''' Before entering a trade, we need confirmation that 1D, 4H, 1H, 15M, and 5M timeframes agree on direction. This component calculates a weighted alignment score and determines if we have sufficient confluence to trade. --...")
- 17:5417:54, 7 January 2026 Alpha Research5 (hist | edit) [23,112 bytes] Plusev.blr (talk | contribs) (Created page with "= Component Architecture = '''Companion to:''' Alpha_Research (Strategy Logic) → This page (Code Implementation) This documentation maps trading philosophy to executable code. Each component translates concepts like "Fab Four", "Color Change", and "Probability Zones" into Python functions. '''For Developers:''' You don't need trading experience. Each section explains the "why" in plain terms before the "how" in code. ---- == System Data Flow == Data flows bot...")
6 January 2026
- 05:3005:30, 6 January 2026 Alpha Research1 (hist | edit) [7,364 bytes] 152.57.143.243 (talk) (Created page with "= Multi-Layer Confluence Strategy (MLC) = == Systematic Intraday Trading System == === MCX Crude Oil Futures === ---- = PART 1: STRATEGY OVERVIEW = == What Is This Strategy? == '''Multi-Layer Confluence (MLC)''' is a systematic intraday trading strategy that requires multiple analytical layers to align before taking a trade. Think of it as a '''layered cake''' - each layer must be present for a valid setup. == The Layered Architecture (Read Top-Down) == <pre> ┌...")
4 January 2026
- 18:4618:46, 4 January 2026 Alpha Research (hist | edit) [33,000 bytes] 157.50.197.240 (talk) (Created page with "working on it")
29 December 2025
- 17:4117:41, 29 December 2025 Backtesting Experimentation (hist | edit) [483 bytes] Plusev.blr (talk | contribs) (Created page with "Covering historical backtesting execution data View Doc Backtesting_Results_Validation")
- 17:3517:35, 29 December 2025 Experimentation SOP (hist | edit) [351 bytes] Plusev.blr (talk | contribs) (Created page with "__NOTOC__ '''covering historical backtesting & live strategy execution''' * [https://docs.google.com/document/d/1lYNODBXCAJFjFpkUg6MZWMwV6tZEs7ezNBxNS27YN-g/edit?tab=t.0 View Doc] * [https://docs.google.com/spreadsheets/d/1wA_IwAkBz7m2LeXpVV7s4Cv7jyTGjhNfUP4mFrRzmDs/edit?gid=0#gid=0 Backtesting_Results_Validation] ----")