Main public logs
Appearance
Combined display of all available logs of PlusEV Wiki Page. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:02, 8 January 2026 Plusev.blr talk contribs created page Team (Created page with "__NOTOC__ '''team_details. * [https://docs.google.com/spreadsheets/d/1y91PQh_6t1SO1k5gGxU6zV9mTEW_6cPj5Gj54CthU90/edit?gid=0#gid=0 View team_details]")
- 04:54, 8 January 2026 152.57.133.55 talk created page BacktestIQ Architecture (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) │ ▼ ┌──────────────────────────...")
- 20:43, 7 January 2026 Plusev.blr talk contribs created page Component:Probability Zone (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:36, 7 January 2026 Plusev.blr talk contribs created page Component:Trade Execution (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:28, 7 January 2026 Plusev.blr talk contribs created page Component:Signal Generation (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:20, 7 January 2026 Plusev.blr talk contribs created page Component:Setup Quality Detection (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:04, 7 January 2026 Plusev.blr talk contribs created page Component:Market State Analysis (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:41, 7 January 2026 Plusev.blr talk contribs created page Component:Trend Analysis Core (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:01, 7 January 2026 Plusev.blr talk contribs created page Component:Multi Timeframe Analysis (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:54, 7 January 2026 Plusev.blr talk contribs created page Alpha Research5 (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...")
- 05:30, 6 January 2026 152.57.143.243 talk created page Alpha Research1 (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> ┌...")
- 18:46, 4 January 2026 157.50.197.240 talk created page Alpha Research (Created page with "working on it")
- 17:41, 29 December 2025 Plusev.blr talk contribs created page Backtesting Experimentation (Created page with "Covering historical backtesting execution data View Doc Backtesting_Results_Validation")
- 17:35, 29 December 2025 Plusev.blr talk contribs created page Experimentation SOP (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] ----")
- 17:09, 28 December 2025 Plusev.blr talk contribs created page Template:Ownership (Created page with "<!-- Template:Ownership --> ''Ownership:'' Primary — {{{primary}}} · Secondary — {{{secondary}}}")
- 16:42, 28 December 2025 Plusev.blr talk contribs created page MediaWiki:Vector-2022.css (Created page with "Move search box to the right (Vector 2022): .mw-header { display: flex; align-items: center; } .mw-header .vector-search-box { margin-left: auto; }")
- 16:22, 28 December 2025 Plusev.blr talk contribs uploaded a new version of File:Logo.png
- 16:04, 28 December 2025 Plusev.blr talk contribs created page File:Logo.png
- 16:04, 28 December 2025 Plusev.blr talk contribs uploaded File:Logo.png
- 16:01, 28 December 2025 Plusev.blr talk contribs deleted page File:Plusev-logo.png (content was: "", and the only contributor was "Plusev.blr" (talk))
- 15:59, 28 December 2025 Plusev.blr talk contribs created page File:Plusev-logo.png
- 15:59, 28 December 2025 Plusev.blr talk contribs uploaded File:Plusev-logo.png
- 15:51, 28 December 2025 Plusev.blr talk contribs deleted page File:Logo 250x250.jpeg (content was: "", and the only contributor was "Plusev.blr" (talk))
- 15:50, 28 December 2025 Plusev.blr talk contribs created page File:Logo 250x250.jpeg
- 15:50, 28 December 2025 Plusev.blr talk contribs uploaded File:Logo 250x250.jpeg
- 14:49, 28 December 2025 MediaWiki default talk contribs created page Main Page