Developer to build a simple EA - MT4

MQL4 Experts

Tâche terminée

Temps d'exécution 8 jours
Commentaires de l'employé
very nice and fast reply customer......

Spécifications

Hi

I want to developed a simple EA on MT4.

My preferred coder is Hassane Zibara, but his username is not showing up. If Hassane Zibara looks this job, he may take as well. others are also welcome.

Attached is the program descriptions in pdf format, two indicators NoLagLine and TargetLine. Two pics of example 

Kindly need best program

I have more EA Development requirement, HERE IS THE COMPLETE DESC


AMPM - MT4

Indicators to use – 2 Indicators  

1.   NolagLine – its current aggregated running current Bid/Ask  based on period=14.

a.   FileName. NoLagLine.mq4.

b.   It is better not to provide input for this, just hard code period=14 in the program and no input from user.

2.   TargetLine – Is the target Line for trading

a.   FileName.  TargetLine.mq4

b.   It is better not to provide input for this, just hard code period=10, ApplyTo=4 in the program an no input from user, this way EA is simpier.

Dashboard to display




Coder Reference

ONLY

Action

Default Values

 

Start / Stop EA

Off

 

QuickTrade

Off

1

LotSize for QuickTrade

0.05

2

LotSize for EA

0.01

3

Take Profit for QuickTrade (Pips)

75

 

Trading Profit / Loss

4

Total Pips Gained

 

5

Total Pips Loss

 

 

Manual Operation

6

Close Present Trade ( Orderid )

 

7

Display Candle closing Time

On

8

Display Account & Broker Infomation

On

  9.   Simple ALERT based on SMA crossing , SMA=  55

  9. Just simple alert message when SMA, period=55, touch/cross NolagLine, an alert message to be displayed with message `instrument name , chart timeframe  UP or DOWN SIGNAL'

Explanation for Coder (By Column Reference)

 

1.   LotSize for QuickTrade

a.   When EA condition of Buy or sell is triggered, the EA will open TWO Orders, QuickTrade order will have fixed TakeProfit level set. There is no stop loss. Here the user will enter LotSize. Default is set to 0.05. When TP is executed, the pips gained will add into column 4 (Total Pips Gained)

2.   LotSize for EA

a.   The default value for EA order to place with this size.

3.    Take Profit for QuickTrade (Pips)

a.   TP for QuickTrade is placed here.

4.   Total Pips Gained

a.   The EA will calculate & accumulate total pips gained and display here.

5.   Total Pips Loss

a.   The EA will calculate & Place total loss (in pips value only) here.

6.   Close PresenTrade (Orderid)

a.   As soon as order is placed, the system should display Orderid(Not QucikTrade OrderId), due to some extra factor,the user may be allowed to close the trade and EA Should continue looking for other opportunity (Two Line Crossing). Do not work on this currently, will do later, but keep the option for future use.

7.   Display Candle closing time

a.   This EA is primarily work on M5(5 Minute) chart.

b.   Position should be top-right corner of screen

c.    Use Arial 12 Font, color White.

8.   Use the best possible broker information like brokername, account name, leverage, spreads what ever is most important I leave it to the coder.

  9. Just simple ALERT message when SMA, period=55, touch/cross NolagLine, an alert message to be displayed with message `instrument name , chart timeframe  UP or DOWN SIGNAL' example USDCHF 5M SIGNAL UP' . IF SMA(55) touch NoLagLine coming from downwars towards upwards, Siganl UP if NoLagLine coming from UP towards Down signal DOWN. SEE PIC EXAMPLE SMA55 CROSSING FILE ATTACHED. Put RED or GREEN circle dot an crossing point. See pic attached

Additional two lines required to display. This I am using to place text on the screen, using this because I need to test all instruments, I sometime run this on a demo computer (live demo account using live date, not strategy tester) separate an run a screen recorder software, so that when I run the strategy, I know what I written on in text input screen so it will be available. Use Top-Left Screen Fixed two line, Arial Font, size 14, color anycolor, if there is option for blinking text, kindly provide blinking text on line no.1. For example see below.

   

EA Strategy

When TargetPriceLine meet NoLagLine, the EA will open order.

Here, when the lines meet, take a important note that the bar is 1 minute, the bar runs for one minute max, from the point of cross, the EA should be smart to take the lowest value of the bar when buy position, the program need to the check smartest possible take position the lowest value of bar. Similarly, the for sell position, the program should take the maximum top value of the bar.

Buy Order

If TargetLine Comes from Upward and meet NoLagLine, A Buy order is placed.

 

See Pic Below

EA will also place QuickTrade Buy order with given Lotsize with fixed TP, when QuickTrade is ON.

Sell Order

If TargetLine Comes from Downward towards upward, and meet NoLagLine, A sell order is placed.

See Pic example buy sell example pic file attached.

Special Technical Notes

I suggest that Tarline.EX4 should be embedded into EA while compiling, kindly use MT4 script define Resource === “Filename.ex4”. So two files are embedded into EA while compilation itself to avoid any directory/file missing file , wrong file etc etc.

Rest I know you will be best person to make a beautiful EA. I have nearly 50-60 EA Development requirements in Future, so need to make the best.

 

Regards

Anees Quraishi

Répondu

1
Développeur 1
Évaluation
(8)
Projets
18
17%
Arbitrage
3
67% / 0%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(55)
Projets
96
40%
Arbitrage
13
38% / 62%
En retard
25
26%
Gratuit
3
Développeur 3
Évaluation
(42)
Projets
49
47%
Arbitrage
1
100% / 0%
En retard
1
2%
Gratuit
4
Développeur 4
Évaluation
(65)
Projets
96
52%
Arbitrage
3
33% / 67%
En retard
24
25%
Gratuit
5
Développeur 5
Évaluation
(7)
Projets
6
17%
Arbitrage
3
0% / 100%
En retard
0
Gratuit
6
Développeur 6
Évaluation
(119)
Projets
169
38%
Arbitrage
9
78% / 22%
En retard
15
9%
Gratuit
7
Développeur 7
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
8
Développeur 8
Évaluation
(197)
Projets
320
35%
Arbitrage
64
13% / 56%
En retard
83
26%
Gratuit
9
Développeur 9
Évaluation
(3)
Projets
4
0%
Arbitrage
8
13% / 88%
En retard
1
25%
Gratuit
Commandes similaires
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

Informations sur le projet

Budget
50+ USD
Pour le développeur
45 USD
Délais
de 1 à 4 jour(s)