I need an EA with 5 basic functions all reversal trades limit orders with an envelopes filter as an option

工作已完成

执行时间56 天

指定

I need an EA with 5 basic functions all reversal trades limit orders:

-          taking my manually plotted Horizontal lines.  the EA should detect automatically the horizontal lines of any color present already on the chart, I also need to be able to turn On or Off this function

-          Then in case I want to use an indicator to spot horizontal levels of SnR I want to implement the function to use an indicator that place horizontal levels of support and resistance, this indicator is names Support and resistance barry , I join the mql4 file below the description so for this one,  I will need a line in the input parameter window to activate the use of this indicator to place horizontal levels of support and resistance from the daily chart only I also need to be able to turn On or Off this function

-          Taking the trendlines already plotted on the chart so the EA should detect them automatically I also need to be able to turn On or Off this function

-          Taking 4 different EMA, the 20period the 50period the 200period and the 800period all apply to close I also need to be able to turn On or Off this function

-          As a filter to take those levels I use the daily envelopes with those parameters by default


-          In the input window of the EA the period, the shift, the MA method and Apply to close should not appear but should be by default like in the picture, the only line I need on the input window is the Deviation customizable and set to 0.7 by default

-          I need the envelopes to be used as a filter and the EA should take all the previous levels (Horizontal lines, Trendlines and EMAs) only when the price is outside of the daily chart envelopes that’s a first use of it and I need to be able to turn On or Off this filter if I want the EA to take the levels without taking in account the envelopes

-          Also I want to be able to take the envelopes as reversal if I need too so I need another function to be able to trade the envelopes as reversal trade levels, this function should be able to be activated or not too in the input window

-          Finally whatever Deviation I chose to input in the EA I want the EA to display visually where are the envelopes on the chart at the present moment

Basic fonction:

The EA place a Buy/Sell limit order (only when the price broke outside the daily envelope) at the next horizontal line/Trendline or EMAs depending which option I chose

  

Indicator used

The envelopes are included in the mt4 platform plus the 14 days average ADR that I include 

The EA should not modify the template that I use

Pairs traded:

All Forex pairs even exotics if I want to, I should be able to trade the indices and metals too especially XAUUSD XAGUSD XAGEUR so the number of digit and the pips computation need to be quality coding 

 

Entry Point:

At my manually placed horizontal or trendline level outside the envelopes using the daily chart only

  1. Signal to open a position - (all of the indicator parameters should be adjustable):
    • long-position is opened if the price is outside the lower part of the envelopes and touch a specific EMA or an horizontal line or trendline ; To verify should be done
    • short-position is opened if the is outside the upper part of the envelopes and touch a specific EMA or an horizontal line or trendline ; To verify should be done

2.    if I want to make en entry at the 20 ema 50 ema and 200ema and 800ema I want to select if i activate it or not  the trade type will be the same

3.    if I want to make an entry at an horizontal line that I have drawn on my chart or a trend line  

4.       The strategy is from the daily chart 

SL definition

 

  1. StopLoss (SL) - are defined by the daily ADR computation below or, adjustable by the parameters  StopLoss:
    • The levels are specified in points of 5-digit quotes;
    • The levels are calculated relative to the price of opened position ( the Ask price - for the long positions and  the Bid price - for short positions);

 

Using the Simple ADR indicator that I join

the Stop Loss is computed as follow

SL= 0.36 X (14period ADR)

I need this line appearing on the input parameters window with the name SL ADR multiplier

And I also want another SL definition in the input parameters window in pips if I need it and set to 0 (= inactive)  by default

I need another line named SL multiplier  because I need to be able to multiply the SL value if a pair is more risky like XAUUSD for example so I'll need a line in the input panel set by default to 1 and that i can change to 1.5 or 2 if I want to multiply the original SL value on the specific pair

Type of Order:

All The trades are reversal trades so it will always be Buy or Sell Limit orders or a market order execution depending which one takes the less memory for my computer, take note that I will run the EA on 54 + pairs so the memory it will take is important that’s also why I need quality coding

Size of the trade:

I need to be able to set a specific % of my equity per trades I don’t need to use a lot value I need the EA to always compute for me on each trades a specific % of my account

 

  1. The position volume is calculated as a percentage of the current balance:  Lot = Balance/MarginRequired *  LotPercent / 100  where:
    • Balance - current account balance;
    • MarginRequired  - the margin required to open a position with a size of 1 lot;
    • LotPercent - an input parameter (the percentage for the calculation of the lot).

For example, when the  LotPercent = 5, with a 1:100 leverage, the lot for EURUSD (at current price of 1.3900) will be: 10 000 / 1 390 * 5 / 100 = 0.3597
The obtained result is rounded off by the usual rules to the nearest correct value (up to 0.36 - if the DC allows lots with a precision of up to 0.01, or up to 0.4 - if the lot step = 0.1).

 

Target Profit

I want a function by default of taking 3 rewards (3 times my SL value) as TP

So the 1 stline I need in the input parameters window for the TP is =>” RR ration TP” set to 3 by default and customizable

Then another line  for TP set in pips, set to 0 (= inactive) where I can set a specific amount of pips for a possibility to manage it manually

by the parameters TakeProfit:

 

    • The levels are specified in points of 5-digit quotes;
    • The levels are calculated relative to the price of opened position ( the Ask price - for the long positions and  the Bid price - for short positions);

-          I need another type of TP I need the EA to be able if I want to, to  take profit when the price touch the 5 period EMA this option will need another line in the input parameters windows named “TP 5 EMA” to make it On or Off

Other specificities protections

·         I want some different protections

-          1 st1 line in the input parameters window that I can customize the number to take maximum 2 trades with the same currency pair at the same time,

-          2 ndI need a second line in the input parameters window that I can customize the number to take maximum 2 trades with the same currency this time at the same time,

-          3 rd  I need a 3rd line  in the input parameters window that I can customize the number to take maximum 3 trades with the USD currency this one is an exception  at the same time,

-           so if I have 1 trade on EUR/USD and 1 on EUR/JPY                the EA can’t open a 3  rdtrade with any other EUR currency in it , this should be adjustable for the USD 

·         4 th protection another function in the input parameters window not more than 8% (8% is default but should be customizable)  of the account at risk at the same time, I want to be able to modify this value if necessary but always in % of my account size or equity 

·         5 thI need to set also a protection of my account like : closing all positions on Friday 1Hour before market will close so I don’t hold any trades during the week end

·         6 thAll pending orders not triggered should be cancelled every day 1h before market close until 1 hour after market opens this is an important security no pending trades should be in place 30 minits before the end of the daily candle and 1 hour after the opening of the new candlestick and no trades runs during the week end this should appear eventually in the input parameters window as a time interval when the EA should trade from 1:00 until 23:00 for example

·         The EA keep OPEN trades over night but not oVer the week end

·         to keep track of the trades once closed I'd like a little arrow on the entry point, a little red line on the SL and a little blue line on the TP I join a pic of it

  

Jumping Stop

I want an option that I can set on or Off to jump my SL when price reach 2 rewards, a jump stop not a trailing stop in the forme of a line in the input parameter window named Jump stop RR ratio set to 2 by default but customizable and a second line to enable or disable this function

In case the levels are broken 

I want the EA to take automatically the next levels with a limit of 3 trades on the same pair during the same day I want a line in the input parameter window set to 2 by default

And if the level is broken I want the EA to increase/multiply  the SL value  by 1.5 for the next trade if happens on the same day

So if the 1  stlevel had a SL value of 25 pips, I want the next trade if happens the same day to make the SL 25pipsX1.5=37.5pips

Let me know if you need clarification on this one

 Number of trades opened per pairs:

  I need the EA to have opened 2 trade maximum at a time on the same pair

Panel Input: parameters needed:

All the parameters discussed above +

·         Customizable sound alert when enter a trade

·         Screenshot of the trade when entering a trade

*   A possibility to save the settings in the preset like other indicators 

* 1 line input by EMA if I want to modify the EMAs periods

*   Market filter:

            I need a line in the input to filter a maximum spread where the EA won’t trade.like 3 pips by default then

Another line in slippage case value 5 by default like in this picture

 

  1. Miscellaneous:
    • When you run the Expert Advisor, it should attach the used indicators with the specified parameters;
    • The information on the opening/closing of positions and of modifications of the SL should be stored in the Journal;
    • If there are any errors, it must print a message describing the error.

 

Please answer those questions too Before making an order it is necessary to find out all of the conditions for cooperation:

  • Is it possible to work through the "Jobs" service?
  • Is prepayment required, and if so, how much is it?
  • How the program will be checked? Will you get a demo version?
  • Will you get the source code of the program, and if so, when - after the complete payment or right away?
  • Who will own the rights for distributing the program?
  • How long will be the technical support and on what terms? Will the fix of errors (discrepancies from the algorithm) be done free of charge? How much will small improvements cost?

I need someone professionnal who can code cleanly the EA  and verify each details specified here before sending me a version to test, I have made the description as clear as possible but don’t hesitate to ask me questions if you need

 


附加的文件:

反馈

1
开发者 1
等级
(166)
项目
189
10%
仲裁
37
38% / 35%
逾期
5
3%
工作中
2
开发者 2
等级
(415)
项目
469
34%
仲裁
25
40% / 44%
逾期
6
1%
已载入
3
开发者 3
等级
(65)
项目
87
39%
仲裁
3
0% / 33%
逾期
29
33%
空闲
4
开发者 4
等级
(45)
项目
59
14%
仲裁
31
26% / 52%
逾期
35
59%
空闲
5
开发者 5
等级
(374)
项目
396
31%
仲裁
61
20% / 67%
逾期
49
12%
已载入
6
开发者 6
等级
(54)
项目
65
52%
仲裁
5
40% / 60%
逾期
22
34%
工作中
7
开发者 7
等级
(261)
项目
535
50%
仲裁
54
41% / 37%
逾期
224
42%
工作中
8
开发者 8
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
相似订单
Hello, I am looking for a coder who can update the attached EA with the specifications below or code a new EA with these features. The Text in red is the additions and modifications I need to this EA. The Screen Shots are easier to see in the attachment .csv file. Expert Adviser Renko Entries Variable Value
Hello, please let me know if any of these strategies can be turned into a bot (automation) and run 24/7 on a vps. Also note that they might not use the latest versions of indicators, if this matters, then please check for the latest versions. Thank you! Dan https://1drv.ms/f/s!Alr17W7ddJLYgYgiFKZYluOfokbfQg
Hello! Thanks for reading. I need an EA with an inbuilt/already made strategy that I can use for prop firms. The drawdown should be very low of only 2-4% max and another criteria is that no one else other than you are currently using it and if you happen to use it you must tell me which prop firm you are using it on to avoid us using the same EA on the same prop firm to get the account denied. As you know or may
Angelshark 30 - 35 USD
Hello i want an indicator for drawing lines of resistance and support as shown in the picture below it will be from combining two mt 5 indicators simple MA and Exponential moving average. I will give the parameters and all the values required anyone willing to do it in the chepest price possible also i need to test the indicator before payment
I need a proven GOLD scalping ea with very low drawdown, SL&TP. The EA should not be martingale and grid strategy. Preferably low time frame scalping . If you have a personal scalping EA please message me for discussion. Preferably with investors account read me only to see the trade results or a demo backtest ea
looking for a developer who can Design MT5 EA as per my Strategy based on Nadaraya [LuxAlgo] + RSI Multi Length [LuxAlgo] pine script indicator to MT5 (Mql5) Main Inputs 01) Indicator: Nadaraya [LuxAlgo] + RSI Multi Length [LuxAlgo] 02) CYCLE SETTINGS 03) LOT SIZE SETTINGS 04) TP, SL, TS SETTINGS 05) EQUITY PROTECTOR SETTINGS 06) CUSTOM TRADING SESSION TIMES 07) HIGH IMPACT NEWS FILTER Stratagy is : After identify
I am currently seeking the expertise of a skilled MQL5 developer to assist with conversion of a .mq4 Source Code To .mq5 Source Code. The ideal candidate should possess expertise in MQL5 programming, with a strong understanding of algorithmic trading strategies. If you are an experienced MQL5 developer interested in taking on this project, please reach out to me directly with your portfolio and relevant experience. I
I need assistance setting up both manual and automated trading strategies. I want the flexibility to add multiple strategies in the same order as needed. Additionally, I need any profits made to automatically convert to USDT (Tether) rather than remaining in the same coin. The setup should be compatible for both PC and mobile use, and across platforms including Binance, Bybit, Bitget, Gate.io, and TradingView. If you
Hello, I would like you to help me develop a simple Expert Advisor (EA) for trading the Boom and Crash markets. All the project requirements is available with me . kindly bid if you can develop EA for boom and out crash . Thanks
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must return 100% the same results as TradingView script The MT5 EA must include the same options as TradingView The MT5 EA must be errors free

项目信息

预算
100 - 200 USD
开发人员
90 - 180 USD
截止日期
 1  30 天