Developer to build a simple EA - MT4

MQL4 专家

工作已完成

执行时间8 天
员工反馈
very nice and fast reply customer......

指定

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

反馈

1
开发者 1
等级
(8)
项目
18
17%
仲裁
3
67% / 0%
逾期
0
空闲
2
开发者 2
等级
(55)
项目
96
40%
仲裁
13
38% / 62%
逾期
25
26%
空闲
3
开发者 3
等级
(42)
项目
49
47%
仲裁
1
100% / 0%
逾期
1
2%
空闲
4
开发者 4
等级
(65)
项目
96
52%
仲裁
3
33% / 67%
逾期
24
25%
空闲
5
开发者 5
等级
(7)
项目
6
17%
仲裁
3
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(196)
项目
318
35%
仲裁
64
13% / 56%
逾期
82
26%
空闲
9
开发者 9
等级
(3)
项目
4
0%
仲裁
8
13% / 88%
逾期
1
25%
空闲
相似订单
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
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
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot

项目信息

预算
50+ USD
开发人员
45 USD
截止日期
 1  4 天