---
Hey there,
Thanks for considering working on this project with me! I'm excited to collaborate, and I want to make sure we're both on the same page from the get-go. Here are some ground rules to ensure we have a smooth and successful partnership:
1. **Clear Project Scope**: Let's make sure we're crystal clear on what needs to be done. I need you to develop an EA based on my indicator and strategy, complete with money management rules. Sound good?
2. **Respect the Deadline**: Time is of the essence, so let's stick to the timeline we've agreed upon. If there are any hiccups or delays, just keep me posted, and we'll work through it together.
3. **Keep the Lines Open**: Communication is key! I'd love regular updates on your progress, and if you have any questions or concerns, don't hesitate to reach out. I'm here to help!
4. **Budget Boundaries**: Unfortunately, the budget for this project is limited, so let's make every dollar count. If there are any unexpected costs, we'll need to discuss them upfront.
5. **Top-Notch Quality**: I'm a stickler for quality, so please ensure the deliverables meet my standards. Clean code, thorough testing, and attention to detail are a must!
6. **Respect Confidentiality**: What we discuss stays between us. Let's make sure to protect any sensitive information and respect each other's intellectual property rights.
7. **Professionalism Matters**: Let's keep it professional! Timely responses, respectful communication, and accountability are non-negotiable.
8. **Payment Terms**: I'll make sure to stick to our agreed-upon payment schedule, and I appreciate your promptness in invoicing. We'll discuss payment methods and any deposit requirements upfront.
9. **Feedback is Key**: I value your input, so don't hesitate to share your thoughts along the way. Likewise, I'll provide constructive feedback to help us both grow and improve.
10. **Conflict Resolution**: Hopefully, everything goes smoothly, but if any issues arise, let's address them head-on and work towards a solution together.
I'm looking forward to working together and creating something awesome! If you're on board with these guidelines, let's dive in and get started. Sound good?
Best,
=================================================================================================================================================
strategy explaination * not the full strategy ) :
So, the strategy revolves around a single indicator called "RoundLevels". This indicator delineates zones, which can be adjusted through the inputs in the settings. These inputs include the number of zones to display, the width of each zone, and the gap between them, as illustrated in the image below

let's break down the coding steps for implementing the entry model of the strategy:
-
Use of Pending Orders Only: Ensure that the strategy exclusively utilizes pending orders throughout its operation.
-
Efficient Execution: Optimize the code for swift and accurate execution to meet the requirement of executing orders very quickly and precisely.
-
Entry Model Explanation:
a. Buy Pending Order Placement: The entry model involves placing a buy pending order at the lower boundary of the zones. Here's how to implement it:
b. Determine Lower Boundary of Zones: Calculate the lower boundary of each zone based on the indicator "RoundLevels".
c. Placement of Buy Pending Order: Place a buy pending order at the determined lower boundary of the zones. This order should be placed at a price slightly above the lower boundary to ensure execution.
d. Repeat for Each Zone: Iterate through each zone identified by the "RoundLevels" indicator and place a buy pending order at the lower boundary of each zone.
-
Coding Steps:
a. Retrieve data from the "RoundLevels" indicator to identify the zones and their respective lower boundaries.
b. For each zone:
i. Calculate the lower boundary of the zone.
ii. Place a buy pending order slightly above this lower boundary.
iii. Ensure accurate calculation of order parameters such as lot size, stop loss, and take profit based on the strategy's money management rules.
-
c. Implement error handling and validation to ensure proper execution of pending orders and handle any exceptions that may occur during the process.
By following these steps, you can effectively code the entry model of the strategy, ensuring the accurate and timely placement of buy pending orders at the lower boundaries of the zones as specified

THE SELL WILL VISE VERSA LIKE THIS

SO TOGETHER IT WILL LOOK LIKE THIS

the remaing will be shared after selecting
thanks
相似订单
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not