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

İş tamamlandı

Tamamlanma süresi: 56 gün

İş Gereklilikleri

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

 


Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(170)
Projeler
193
11%
Arabuluculuk
37
38% / 35%
Süresi dolmuş
5
3%
Yüklendi
2
Geliştirici 2
Derecelendirme
(463)
Projeler
523
33%
Arabuluculuk
29
38% / 41%
Süresi dolmuş
7
1%
Meşgul
3
Geliştirici 3
Derecelendirme
(65)
Projeler
87
39%
Arabuluculuk
3
0% / 33%
Süresi dolmuş
29
33%
Serbest
4
Geliştirici 4
Derecelendirme
(45)
Projeler
59
14%
Arabuluculuk
31
26% / 52%
Süresi dolmuş
35
59%
Serbest
5
Geliştirici 5
Derecelendirme
(376)
Projeler
398
31%
Arabuluculuk
62
19% / 69%
Süresi dolmuş
50
13%
Yüklendi
6
Geliştirici 6
Derecelendirme
(54)
Projeler
65
52%
Arabuluculuk
5
40% / 60%
Süresi dolmuş
22
34%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(266)
Projeler
540
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
41%
Serbest
8
Geliştirici 8
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
Benzer siparişler
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
Hello Im looking for professional trading developer who htf ready made trading with best and working strategy with low risk level with average of 30 to 60 percent profit margin, broker is not problem, any broker is welcomed and any trading pairs are welcomed as well
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
Hi, i will provide a dll .use it's functions develop a backend code copy trading .it should a master accounts and slave accounts based of the mapping with the copy parametsrs it should start copy trades between the master and slave .one slave should be able to copy from Mutiple master and some basic fronted access to be created using the angular js
see trade open on every tick seconde ok forex pair us us30 if is current running at 40170.00 so open 2 trade buy stop and sell stop both in every tick pending order of buy stop will 40171.00 and sell stop pending order will be 40169.00 buy stop will open at 40171.00 and tp will be 40173.00 and SL will be 40169.50 ok if buy stop hit sell stop order automatically will be close now if sell stop order open at 40169.00 so
Hi Teams Looking for trading strategy or an EA, which can trigger trade, in XAUUSD, With fixed SL of 2 USD AND TP OF 3 TO 5 USD. Any strategy any time frames. Can work on lowest size
Looking for a programmer to code EA for Buy Stop/Sell Stop HFT Trading designed for Ger40 EA must be able to trade on live account and Dll must be used for EA speed slippage control and spread filter
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan

Proje bilgisi

Bütçe
100 - 200 USD
Geliştirici için
90 - 180 USD
Son teslim tarihi
from 1 to 30 gün