Create a strtaegy using round levels and money managment

MQL4 指标 专家

工作已完成

执行时间26 天
客户反馈
having a good team is the key to achive your goals

指定

---

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:

  1. Use of Pending Orders Only: Ensure that the strategy exclusively utilizes pending orders throughout its operation.

  2. Efficient Execution: Optimize the code for swift and accurate execution to meet the requirement of executing orders very quickly and precisely.

  3. 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.

  4. 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.


  1. 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


附加的文件:

反馈

1
开发者 1
等级
(155)
项目
232
59%
仲裁
3
100% / 0%
逾期
49
21%
工作中
2
开发者 2
等级
(42)
项目
88
14%
仲裁
31
29% / 55%
逾期
36
41%
工作中
3
开发者 3
等级
(7)
项目
5
20%
仲裁
3
0% / 33%
逾期
1
20%
工作中
4
开发者 4
等级
(91)
项目
102
36%
仲裁
3
0% / 0%
逾期
2
2%
繁忙
5
开发者 5
等级
(27)
项目
47
38%
仲裁
6
17% / 50%
逾期
30
64%
空闲
相似订单
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an
A simple candle pattern indicator is required that makes a sound alert and draws an arrow when two consecutive bars have the same high or the same low. If two highs, the second bar is a down close and the bar immediately preceding the two highs is a lower high. Vis versa for 2 lows. The second bar is an up close and the bar immediately preceding the two lows is a higher low. Please see attached images for
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a

项目信息

预算
30 - 50 USD
开发人员
27 - 45 USD
截止日期
 1  10 天