Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
PlusEV Wiki Page
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Alpha Research
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
= APPENDIX A: CONFIGURATION VALUES = == MTF Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File !! Description |- | context_timeframe || DAILY || main.py:162 || Highest timeframe for overall bias |- | primary_timeframe || 1-HOUR || main.py:163 || Primary trend direction |- | confirmation_timeframe || 15-MIN || main.py:164 || Entry timing confirmation |- | entry_timeframe || 5-MIN || main.py:165 || Execution timeframe |- | require_all_timeframes_aligned || '''False''' || main.py:166 || Allow partial alignment |- | min_alignment_score || '''0.70 (70%)''' || main.py:167 || Minimum MTF alignment score |- | wait_for_15min_alignment || '''True''' || main.py:168 || Wait for 15M confirmation |- | min_15min_confirmation_bars || '''2 bars''' || main.py:169 || Bars needed for 15M confirmation |} == Entry Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | entry_timeframe || 5-Minute || main.py:165 |- | ma_buffer_points || 25 points || signal_generation_trade_management.py:68 |- | blocked_hours || [9, 22, 23] || signal_generation_trade_management.py:137 |- | enable_hour_filter || True || signal_generation_trade_management.py:89 |- | enable_ma_direction_filter || True || signal_generation_trade_management.py:97 |} == Stop/Target Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | min_stop_distance || 40 points || signal_generation_trade_management.py:59 |- | default_risk_reward || 1.5 || signal_generation_trade_management.py:62 |- | bos_stop_buffer_points || 5 points || signal_generation_trade_management.py:81 |} == Dynamic Stop Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | enable_trailing_stop || True || trade_execution_engine.py:58 |- | trailing_stop_method || ATR_MULTIPLE || trade_execution_engine.py:63 |- | atr_period || 14 bars || trade_execution_engine.py:64 |- | atr_multiplier || 2.0 || trade_execution_engine.py:65 |- | trailing_stop_activation || 20 points || trade_execution_engine.py:60 |- | enable_breakeven_stop || True || trade_execution_engine.py:69 |- | breakeven_activation || 25 points || trade_execution_engine.py:70 |- | breakeven_buffer || 2 points || trade_execution_engine.py:71 |- | minimum_trail_distance || 15 points || trade_execution_engine.py:370 |} == Slippage Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | base_slippage_points || 1.0 point || trade_execution_engine.py:38 |- | volatility_slippage_factor || 0.5 || trade_execution_engine.py:39 |- | market_impact_factor || 0.1 || trade_execution_engine.py:40 |- | max_market_impact_slippage || 2.0 points || trade_execution_engine.py:43 |- | stop_loss_slippage || 2.0 points || trade_execution_engine.py:50 |- | take_profit_slippage || 0.5 points || trade_execution_engine.py:51 |} == Trade Execution Limits == {| class="wikitable" |- ! Parameter !! Value !! Source File !! Description |- | max_holding_period_minutes || '''480 (8 hours)''' || trade_execution_engine.py:46 || Maximum time a trade can stay open |- | min_holding_period_minutes || '''5 minutes''' || trade_execution_engine.py:47 || Minimum holding before exit |- | max_position_size || '''200 lots''' || trade_execution_engine.py:54 || Maximum lots per single trade |- | max_concurrent_trades || '''3''' || trade_execution_engine.py:55 || Maximum simultaneous open trades |- | market_close_buffer_minutes || '''15 minutes''' || trade_execution_engine.py:75 || Close trades before market close |- | avoid_news_minutes || 30 minutes || trade_execution_engine.py:74 || Buffer around news events |} == Cost Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File !! Description |- | commission_per_lot || '''Rs 20/lot/leg''' || signal_generation_trade_management.py:49 || Dhan broker commission |- | transaction_tax_rate || '''0.005% per leg''' || signal_generation_trade_management.py:55 || CTT (0.01% round-trip) |- | lot_size_multiplier || '''100 barrels''' || signal_generation_trade_management.py:56 || MCX Crude lot size |- | initial_capital || '''Rs 1,00,000''' || main.py:1131 || Starting capital for backtest |} == Grading Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | timeframe_alignment_weight || 30% || setup_quality_detection.py:44 |- | trend_strength_weight || 20% || setup_quality_detection.py:45 |- | key_level_proximity_weight || 20% || setup_quality_detection.py:47 |- | entry_technique_weight || 15% || setup_quality_detection.py:46 |- | risk_reward_weight || 15% || setup_quality_detection.py:48 |- | a_plus_min_score || 90 || setup_quality_detection.py:51 |- | a_min_score || 80 || setup_quality_detection.py:52 |- | b_min_score || 70 || setup_quality_detection.py:53 |} == Probability Zone Configuration == {| class="wikitable" |- ! Parameter !! Value !! Source File |- | enable_probability_zone_filter || True || signal_generation_trade_management.py:104 |- | probability_zone_swing_lookback || 20 bars || signal_generation_trade_management.py:105 |- | probability_zone_min_range || 20 points || signal_generation_trade_management.py:106 |- | top_third_threshold || 66.7% || probability_zone_analysis.py:125 |- | top_third_probability || 80% || probability_zone_analysis.py:131 |- | bottom_third_probability || 15% || probability_zone_analysis.py:134 |- | crash_bar_multiplier || 2.0 || probability_zone_analysis.py:145 |- | 3_finger_min_spread_pct || 2% || probability_zone_analysis.py:141 |} ----
Summary:
Please note that all contributions to PlusEV Wiki Page may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
My wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Alpha Research
(section)
Add topic