Are you a good programmer? Can you build this EA from my indicator? Then apply for this project

MQL4 전문가

작업 종료됨

실행 시간 5 일
고객의 피드백
This guy is an A grade, he gives a very clean code, he has very good manners, super customer service, very very fast, always available for you, he did my work exactly as i asked him. 1000 stars
피고용인의 피드백
Everything perfect, thanks!

명시

 

I have a ready made indicator with buy and sell conditions working perfectly, i have attached sample of the picture of it behaviour. The conditions of the EA are stated below:

 

 

CONVERTING INDICATOR TO EA LOGIC

***VERY, VERY IMPORTANT:

When the EA is complied or active on the chart, the Expert Advisor should not trade the first arrow that appears on the chart. Whether it is Green or Red arrow, for everyday , the first arrow that appears on the chart should not be traded. Do not trade first arrow that appears on the chart on every trading day.  This is because the arrow does not appear at the intersection of a red and green Bollinger bands. This first arrow will lead to a very big or significant loss. So, do not trade the first arrow at all on each day . See indicator attached to mail.

***Make notification alert whenever a profit is made” 

EA makes a  “Sound” and use electronic speech to say“ Profit made” in English Language.

*** No Trade Report:

The EA should write a report on the left hand side of the chart, why a trade cannot open when the right conditions are met. E.g High spread, Low margin, Low deposit, Moving average filter, time filter, lot size,  etc.

***Trade Filter:

a.       Time Filter: 06:00  - 21:00

 

b.      Spread Filter:    Do not open buy or sell if spread is > 4 for a four-digit broker as (Input)

Do not open buy or sell if spread is > 40 for a five-digit broker as (input)

 

c.       Moving Average Filter (True/False)

i.                     If MA is True at (Period = 23 or Period = 55 or Period = 97 or Period = 217 or any period at all), open Sell trade only (Red arrow) BELOW (MA) when MA is falling or facing down.

ii.                   ***If MA is True do not open Buy trade below  (MA) when is falling or facing down, even if the indicator arrow shows green.

iii.                  If MA is True at (Period = 23 or Period = 55 or Period = 97 or Period = 217 or any period at all),, open Buy trade only (Green Arrow) ABOVE (MA) when MA is rising or facing up.

iv.                 ***If MA is True do not open Sell Trade above (MA) when is rising or facing up, even if the indicator arrow shows red.

v.                   IF (MA) IS FALSE, TRADE AT ALL BUY (GREEN ARROWS) AND ALL SELL (RED ARROWS) AS SHOWN IN THE INDICATOR.

vi.                 MA Conditions, Shift = 0, MA method = Simple, Apply to = Medin Price (HL/2), Colour = Blue.

Moving Average summary.

1. If MA is True and price is below MA

·         Show red arrow and open sell trades only.

·         Show green arrow and DO NOT open buy trades

 

 

2. If MA is True and price is above MA

·         Show red arrow and DO NOT open sell trades only

·         Show green arrow and open buy trades

 

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Buy Entry

1.       Open Buy as shown by the green arrow in the indicator.

Buy Conditions

1.       Open Buy at green arrow shown in the indicator.

2.       At Buy entry, open Buy positions simultaneously at once;

a.       Buy 1 (B1) with input (True/False)

b.      Buy 2 (B2) with input (True/False)

c.       Buy 3 (B3) with input (True/False)

d.      Buy 4 (B4) with input (True/False)

e.      Buy 5 (B5) with input (True/False)

f.        Buy 6 (B6) with input (True/False)

g.       Buy 7 (B7) with input (True/False)

h.      Buy 8 (B8) with input (True/False)

i.         Buy 9 (B9) with input (True/False)

j.        Buy 10 (B10) with input (True/False)

 

3.       Buy Lot size

Each Buy trade will have its own different lot size

a.       Buy 1 (B1) has its own input lot size (0.01)

b.      Buy 2 (B2) has its own input lot size (0.01)

c.       Buy 3 (B3) has its own input lot size (0.01)

d.      Buy 4 (B4) has its own input lot size (0.01)

e.      Buy 5 (B5) has its own input lot size (0.01)

f.        Buy 6 (B6) has its own input lot size (0.01)

g.       Buy 7 (B7) has its own input lot size (0.01)

h.      Buy 8 (B8) has its own input lot size (0.01)

i.         Buy 9 (B9) has its own input lot size (0.01)

j.        Buy 10 (B10) has its own input lot size (0.02)

Note: B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 has the same lot sizes as S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 respectively.

4.       Buy Exit

Buy exit at take profit

a.       Exit B1 at take profit 20 (input)

b.      Exit B2 at take profit 30 (Input)

c.       Exit B3 at take profit 40 (input)

d.      Exit B4 at take profit 50 (input)

e.      Exit B5 at take profit 60 (input)

f.        Exit B6 at take profit 70 (input)

g.       Exit B7 at take profit 80 (input)

h.      Exit B8 at take profit 90 (input)

i.         Exit B9 at take profit 100 (input)

j.        Exit B10 at the next SELL or Red Arrow. That is, when the sell indicator or red arrow shows, even when there are current or floating Buy positions, immediately close the B10 and other existing trades, when the sell arrow shows, or is opened.  

 

Trailing Profit (True/False)

Each opened position from B1 to B9 has their unique/individual trailing profit.

a.       B1 TrailingStart at (B1 take profit), TrailingDistance 20 pips

b.      B2 TrailingStart at (B2 take profit), TrailingDistance 40 pips

c.       B3 TrailingStart at (B3 take profit), TrailingDistance 60 pips

d.      B4 TrailingStart at (B4 take profit), TrailingDistance 80 pips

e.      B1 TrailingStart at (B5 take profit), TrailingDistance 100 pips

f.        B1 TrailingStart at (B6 take profit), TrailingDistance 150 pips

g.       B1 TrailingStart at (B7 take profit), TrailingDistance 200 pips

h.      B1 TrailingStart at (B8 take profit), TrailingDistance 250 pips

i.         B1 TrailingStart at (B9 take profit), TrailingDistance 300 pips

 

 Buys Stop loss at next Sell

Automatically close B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 at the same time if the loss falls to the point that, the next sell  arrow  or red arrow shows or sell trade opens . All existing buy trades will close at next sell or red arrow.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Sell Entry

1.       Open Sell as shown by the red arrow in the indicator.

Sell Conditions

1.       Open Sell at red arrow shown in the indicator.

2.       At Sell entry, open Sell positions simultaneously at once:

a.       Sell 1 (S1) with input (True/False)

b.      Sell 2 (S2) with input (True/False)

c.       Sell 3 (S3) with input (True/False)

d.      Sell 4 (S4) with input (True/False)

e.      Sell 5 (S5) with input (True/False)

f.        Sell 6 (S6) with input (True/False)

g.       Sell 7 (S7) with input (True/False)

h.      Sell 8 (S8) with input (True/False)

i.         Sell 9 (S9) with input (True/False)

j.        Sell 10 (S10) with input (True/False)

 

3.       Sell Lot size

Each Sell trade will have its own different lot size

a.       Sell 1 (S1) has its own input lot size (0.01)

b.      Sell 2 (S2) has its own input lot size (0.01)

c.       Sell 3 (S3) has its own input lot size (0.01)

d.      Sell 4 (S4) has its own input lot size (0.01)

e.      Sell 5 (S5) has its own input lot size (0.01)

f.        Sell 6 (S6) has its own input lot size (0.01)

g.       Sell 7 (S7) has its own input lot size (0.01)

h.      Sell 8 (S8) has its own input lot size (0.01)

i.         Sell 9 (S9) has its own input lot size (0.01)

j.        Sell 10 (S10) has its own input lot size (0.02)

 

Note: B1,B2,B3,B4,B5,B6,B7,B8,B9,B10 has the same lot sizes as S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 respectively.

 

 

4.       Sell Exit

                     i.            Sell exit at take profit

Sell exit at take profit

a.       Exit S1 at take profit 20 (input)

b.      Exit S2 at take profit 30 (Input)

c.       Exit S3 at take profit 40 (input)

d.      Exit S4 at take profit 50 (input)

e.      Exit S5 at take profit 60 (input)

f.        Exit S6 at take profit 70 (input)

g.       Exit S7 at take profit 80 (input)

h.      Exit S8 at take profit 90 (input)

i.         Exit S9 at take profit 100 (input)

j.        Exit S10 at next BUY or Green Arrow.  That is, when the Buy indicator or green arrow shows, even when there are current or floating Sell positions, immediately close the S10 and other existing sell trades, when the Buy arrow shows, or is opened.  

Trailing Profit (True/False)

Each opened position from S1 to S9 has their unique/individual trailing profit.

a.       S1 TrailingStart at (S1 take profit), TrailingDistance 20 pips

b.      S2 TrailingStart at (S2 take profit), TrailingDistance 40 pips

c.       S3 TrailingStart at (S3 take profit), TrailingDistance 60 pips

d.      S4 TrailingStart at (S4 take profit), TrailingDistance 80 pips

e.      S1 TrailingStart at (S5 take profit), TrailingDistance 100 pips

f.        S1 TrailingStart at (S6 take profit), TrailingDistance 150 pips

g.       S1 TrailingStart at (S7 take profit), TrailingDistance 200 pips

h.      S1 TrailingStart at (S8 take profit), TrailingDistance 250 pips

i.         S1 TrailingStart at (S9 take profit), TrailingDistance 300 pips

 

 Sell Stop loss at next Buy

Automatically close S1,S2,S3,S4,S5,S6,S7,S8,S9,S10 at the same time if the loss falls to the point that, the next Buy  arrow  or green arrow shows or Buy trade opens . All existing Sell trades will close at next buy or green arrow.

 

***Please make indicator visible when running EA in back test and forward test.

 

Thank you in anticipation.

응답함

1
개발자 1
등급
(806)
프로젝트
1379
72%
중재
113
28% / 48%
기한 초과
343
25%
작업중
2
개발자 2
등급
(356)
프로젝트
590
70%
중재
14
43% / 7%
기한 초과
28
5%
무료
3
개발자 3
등급
(182)
프로젝트
342
42%
중재
118
12% / 73%
기한 초과
104
30%
무료
4
개발자 4
등급
(195)
프로젝트
395
28%
중재
155
20% / 52%
기한 초과
112
28%
무료
5
개발자 5
등급
(89)
프로젝트
137
24%
중재
35
9% / 40%
기한 초과
52
38%
무료
6
개발자 6
등급
(187)
프로젝트
367
56%
중재
45
22% / 56%
기한 초과
188
51%
무료
7
개발자 7
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
8
개발자 8
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
9
개발자 9
등급
(7)
프로젝트
15
47%
중재
6
33% / 17%
기한 초과
4
27%
무료
비슷한 주문
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the
I'm looking for a developer to assist in creating an Expert Advisor (EA) for use in a prop firm. The EA should be designed for the MT4 trading platform and include the following features: Scalping strategy Maximum drawdown of 3% Please let me know if you're interested and capable of handling this project

프로젝트 정보

예산
100- USD
기한
 2 일