Make some custom modifications to my MT5 EA

MQL5 指标 专家

工作已完成

执行时间8 天
员工反馈
Great customer ! Excellent communication and understanding !
客户反馈
Excellent developer. Quality work and quality coding. Provided point by point details and explanations. Sent video verification of it working. No communication problems. Highly recommend!

指定

REQUIREMENTS SPECIFICATIONS:

 

It is important that the basic structure of the EA remains the same.

Please note this is used for crypto and $, not in pips.

Also note the trailing buy is based on % from MA, not % change in price.

The Trailing Buy works like a Trailing Stop with a Step, but is implemented before the Open trade is placed.

EDITS NEEDED:

PART I:

1. ADD Trailing Buy. Edit Manageopen so that When Bid hits input x% above MA, the EA needs to start a trailing buy with an input step y% and the input place order z%

  Example

  if initial x=5% above MA and y=2% and z=1% then:

  For Short/Sell Open:

  When bid reaches x (5%) above the MA the trailing buy goes into effect.

  If Bid rises and hits the Initial x% above ma + step y (2%) above ma (7% above MA) before Bid drops and hits place order z% (x 5%- z 1%= 4% above MA) then step y and place order increases z rise the step value y 2% above ma.

  For Long/Buy Open:   Opposite

 

 

 

1a. Add ON/OFF input to print on chart when x% above MA is hit and mark on chart y and z. if Bid hits step Y% above MA then print and mark on the chart the new y% and z % Note: this is to be drawn as a smma + step y% line and an smma place order z% line on the chart that follows the bid price.

2. ADD input ON/OFF for a multiplier %.

2a. ADD inputs a and b for multiplier % for y and z.

If multiplier is turned on, then the second time the bid hits X% above MA + step Y% above MA, Step y% and/or Place order z% times multiplier % from a and/or b.

3. VERIFY in manageopen before order is placed that when Bid hits input y place order % that the bid is still x-y% above Exit MA indicator values.

4. ADD inputs for opening order to be placed by lot, % of balance, or % of margin.

5. ADD inputs for simple, exponential, and weighted to the current MA. Currently it is set to Smoothed MA only.

6. ADD input for ON/OFF breakeven and ON/OFF Trailing Stop Loss ON/OFF by % of price.

6a. ADD inputs for break even % and Trailing Stop Loss %.

7. ADD input for Long/short, long only, short only

8. ADD Market or Pending Limit order Option

9. Add Pending Limit Order Offset by % of Bid Price from MA. Pending limit orders are placed towards the MA.

11. Add Option ON/OFF time limit to cancel Pending Limit Order

12 Add Input for Time to cancel Pending Limit Order in minutes. Should also accept for example .5 minutes as 30 seconds.

13. Input option ON/OFF for time delay. After trade is closed delay X amount of time before next trade is placed. Add input options for seconds, minutes, hours.

 

Part II

14. ADD a way to store for example the X amount (say 20) high % bid rises above MA over the last X amount of time (say 24 hours) and X amount of low % bid falls below MA. (Must be Bid. Not on Close)

 So for example it would store 20 for both Bid high and low % from MA (5%, 4.2%, 3%, 10%, etc.)

  As time passes it would drop those that are past X amount of time (For example if amount of time is set to 24 hours, Values over 24 hours old would be dropped and replaced by values from within the last X 24 hours.

(Upon startup values initial values could be created from current period bar highs/lows % from MA. As time passes values would be replaced by data from Bid above/below % from MA

14a. ADD these input options to work with 114. (stored % from MA values)

Input option Use Stored % Values ON/OFF

Input for amount of Values above MA % to be stored (example 50)

Input for amount of Values below MA % to be stored (example 50)

Input for amount of X amount of hours for Above MA % to be stored (example, 24 for the last 24 hours stores the 50 largest value% above MA and the 50 largest value% below MA)

Input option ON/OFF to place a mark on the chart for each value.

 

Input option ON/OFF to show those values listed on the chart on the left side (Both Above % values and Below % values listed separately).

  Input options to list by date starting with the most recent or by highest for the values to be displayed either by date order or from highest to lowest values.

Input for number of stored values to use in the calculation. (Input above may store 50 values. This input could be set to only use only the highest 30)

 

Input for number of values to dropped from the amount from storage above (30) to be used before calculation method is applied. for example 50 stored, 30 values used in calculation, with input here of 1 would drop the highest and lowest values from both above MA% and below MA%. (use values 2-29) 2 would drop the 2 highest and 2 lowest values from above MA% and the 2 highest and 2 lowest (use values 3 -28) etc.

Input options for the calculation method of stored MA% values (high, low, simple, median, typical, exponential, smoothed, and weighted)

Input option ON/OFF to show on left of chart both above MA % value and below MA % value (Show high, low, median, typical, exponential, smoothed, and weighted values)

If input option Use Stored % Values is on, then use the (typical, median, whatever is selected) value as the input value for the initial x% above MA (See 1 above)

 

Can give more detailed explanation if needed.



反馈

1
开发者 1
等级
(48)
项目
67
30%
仲裁
7
43% / 14%
逾期
13
19%
工作中
2
开发者 2
等级
(26)
项目
41
24%
仲裁
3
33% / 67%
逾期
12
29%
空闲
3
开发者 3
等级
(264)
项目
538
50%
仲裁
55
40% / 36%
逾期
224
42%
工作中
4
开发者 4
等级
(41)
项目
46
28%
仲裁
9
0% / 100%
逾期
7
15%
空闲
相似订单
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

项目信息

预算
80 - 100 USD
开发人员
72 - 90 USD
截止日期
 1  3 天