Spécifications
oder Requirements
-
Technical Expertise:
-
Proficient in Smart Money Concepts (SMC), including external and internal CHoCH (Change of Character).
-
Experienced in handling repainting indicators like the Zig-Zag indicator.
-
Familiar with advanced money management models, grid trading, and level-based strategies (e.g., round levels).
-
Knowledgeable in EA development styles, including EA Budak-style grid trading logic.
-
-
Flexibility and Support:
-
Ability to provide support throughout the development process.
-
Adaptable to changes and capable of suggesting improvements to enhance EA performance.
-
-
Timeliness and Documentation:
-
Deliver efficient code within agreed timelines.
-
Provide clear and detailed documentation for all inputs, outputs, and functionalities.
-
-
Pricing:
-
Negotiable and fair pricing structure.
-
Core Strategy
Trend Definition:
-
Utilize external and internal CHoCH to identify and define market trends.
-
Use Zig-Zag indicator (repainting) to determine key highs and lows as trading levels.
Trading Rules:
-
Buy Setup:
-
Triggered when a candle closes below the Zig-Zag level, and price retraces above it.
-
-
Sell Setup:
-
Triggered when a candle closes above the Zig-Zag level, and price retraces below it.
-
Filters:
-
Include MACD cross and MA cross filters.
-
Allow additional filters to be added based on coder expertise.
-
All filters must have ON/OFF options for flexibility.
Inputs for the Strategy
-
CHoCH Settings:
-
Logic for external and internal CHoCH trend detection.
-
-
Zig-Zag Indicator:
-
Sensitivity adjustments to refine level identification.
-
-
Filters:
-
Settings for MACD and MA cross filters.
-
Additional filters as recommended.
-
Money Management Models
Recovery Model:
-
Adjust TP (Take Profit) by adding 1 RR (Risk-Reward ratio) after a loss.
-
Example: If trade 1 is lost, trade 2’s TP becomes 2 RR instead of 1 RR.
-
-
Implement "Model A" with Max RR input:
-
Caps RR increases to a defined value (e.g., Max RR = 5).
-
Ensures accurate lot sizing to recover losses at capped RR levels.
-
Model 1: Normal Trading
-
Standard buy/sell operations based on CHoCH and Zig-Zag rules.
Model 2: Grid Trading
-
Trend-Based Grid Trading:
-
Open multiple trades in the direction of the trend at specified levels when conditions are met.
-
-
Inputs for Grid Trading:
-
Lot Multiplier:
-
Example: 1.0 (constant lot size), 1.1 (small increases), 1.5 (larger increases).
-
-
Distance Between Orders:
-
Example: 20 pips (ignore levels closer than 20 pips).
-
-
Basket TP:
-
Example: Close all trades at a net profit of 10 pips.
-
-
-
Stop Loss Options:
-
Close trades when CHoCH trend reverses.
-
Close trades as a basket based on overall loss.
-
Alternative SL: Hold trades until the next setup to recover losses instead of immediate closure.
-
Recovery Options for Grid Losses
Increasing TP and Basket:
-
Adjust TP and basket profit to recover losses incrementally.
Round Levels Indicator:
-
Indicator Features:
-
Displays zones on the chart.
-
Inputs for zone width and distance.
-
-
Recovery Logic Using Round Levels:
-
Place locking trades (buy and sell):
-
Buy order at the lower boundary of the zone.
-
Sell order at the upper boundary of the zone.
-
-
Close trades when losses are recovered.
-
-
Managing Negative Locks:
-
If a lock creates further losses:
-
Use the same locking method in the next zone.
-
Increase lot size to recover additional losses.
-
-
-
Compatibility:
-
Ensure the round levels indicator functions in both normal and grid trading modes.
-
Checklist for EA Development
Coder Requirements
-
Expertise in SMC, CHoCH, repainting indicators, money management, and grid trading.
-
Support flexibility and adaptability throughout the process.
-
Ensure timely delivery and clear documentation.
Strategy Implementation
-
CHoCH logic for trend detection (external and internal).
-
Use Zig-Zag levels for trading points, handling repainting nature.
-
Trading rules:
-
Buy: Candle closes below, then retraces above.
-
Sell: Candle closes above, then retraces below.
-
-
Filters:
-
MACD and MA cross with ON/OFF options.
-
Add coder-recommended filters.
-
Money Management Models
-
Recovery Model:
-
Increment TP by 1 RR after losses.
-
Cap RR using "Model A" with Max RR input.
-
-
Normal Trading (Model 1): Standard buy/sell operations.
-
Grid Trading (Model 2):
-
Inputs:
-
Lot multiplier.
-
Distance between orders.
-
Basket TP.
-
-
Stop Loss Options:
-
Close on CHoCH reversal.
-
Close as a basket.
-
Alternative: Wait for the next setup.
-
-
Recovery Options
-
Adjust TP and basket to recover losses.
-
Integrate Round Levels Indicator:
-
Inputs for zone width and distance.
-
Lock trades at zone boundaries.
-
Manage negative locks:
-
Use locking in new zones.
-
Increase lot size if needed.
-
-