2Profit1Loss EA Trend Grid

MQL4 Experts

Tâche terminée

Temps d'exécution 9 jours
Commentaires de l'employé
It was a great experience to work with this client. Excellent customer

Spécifications

Need an EA to open buy and sell trades at the specific prices in the market. Lets say 20 pips grid difference as example. The grid must be set at levels like these: 1.0000 / 1.0020 /1.0040 / 1.0060 / 1.0080 / 1.0100 and so on. Lets take EURUSD. Current price is is 1.0010 so I need the market price to go up or down until it reaches the 1st level of 1.0000 or 1.0020. Lets say that the market price goes down to 1.0000 so EA must open 1 trade Sell. If the price goes up 1.0020 then the EA must open a Buy trade to lower the trade risk. This is a follow the trend grid EA. If it goes up then buy at each level. If it goes down then sell at each level. Golden Rule: 2 trades in profit and 1 pair in loss (Buy/Sell).


Once the EA is done I will need same EA to open trades differently. I will explain how when you are  done. 

EA must have these settings:
1st. 5 lanes of any color above and below the market price. The color can be picked by me. And I went to have the option for EA to have these lanes visible or invisible on the chart.
2nd. I want to have the option to choose between the grid difference in pips.
Example
If I choose 20 pips then it should be like this. 1.0000 / 1.0020 / 1.0040 / 1.0060 / 1.0080 / 1.0100 / 1.0120 and so on
IF I choose 25 pips then it should be like this. 1.0000 / 1.0025 / 1.0050 / 1.0075 / 1.0100 / 1.0125 / 1.0150 and so on
If I choose 30 pips then it should be like this. 1.0000 / 1.0030 / 1.0060 / 1.0090 / 1.0120 / 1.0150 / 1.0180 and so on
If I choose 40 pips then it should be like this. 1.0000 / 1.0040 / 1.0080 / 1.0120 / 1.0160 / 1.0200 / 1.0240 and so on
If I choose 50 pips then it should be like this. 1.0000 / 1.0050 / 1.0100 / 1.0150 / 1.0200 / 1.0250 / 1.0300 and so on
If I choose 100 pips then it should be like this. 1.0100 / 1.0200 / 1.0300 / 1.0400 / 1.0500 / 1.0600 / 1.0700 and so on
3nd. The EA must work on any forex pair and metals as well. And the EA must work on any time frame.
4th. I want to choose the working hours and the days
5th. The EA must have a panel on the top left corner on the chart.
I want to see there:
Open trades / number of trades /the amount of money.
The account balance
The account equity
The account free margin
The account margin
Profit today
Profit of all time
The drawdown in percentage

Dossiers :

Répondu

1
Développeur 1
Évaluation
(86)
Projets
106
43%
Arbitrage
4
50% / 50%
En retard
3
3%
Gratuit
2
Développeur 2
Évaluation
(36)
Projets
44
23%
Arbitrage
5
40% / 60%
En retard
5
11%
Travail
3
Développeur 3
Évaluation
(3)
Projets
9
22%
Arbitrage
9
56% / 44%
En retard
0
Gratuit
Commandes similaires
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.SF NS'; color: #0e0e0e} I am looking for an experienced developer proficient in both Pine Script and MQL5 to translate a trading indicator script from Pine Script (used in TradingView) to MQL5 (for MetaTrader 5). The project requires accurate translation with special attention to maintaining all functionalities and parameters of the original script, including any
Hello Developers, I’m looking for an experienced MT5 developer to help address a specific execution issue with pending orders on the US500 instrument, trading through OX Securities. In fast-moving markets, pending orders are currently not filling at the expected limit prices, possibly due to widened spreads or broker execution policies. If you have the expertise to ensure consistent and reliable order fills under
If you have already done a good remote copy trader I would like to test it before buy I want to create a Forex Copy Trading System EA (Master & Slave) between multiple accounts at different locations over internet, as well as locally within the same computer. Each provider account can copy to unlimited receivers at the same time, The system must allow copying of unlimited MT5 accounts simultaneously One provider can
I would like to have existing indicator (MT4) to be modified however i do not have access to the source code only the exe. The modification is to send and alert to mobile phone stating that candle has closed partially or fully above or below base line for sepicific time frames.This should be for all forex pairs in the market watch, or selected paris from market watch. File will be sent to developer when choosen
Need to fix WebSocket disconnection issue in MT5 Expert Advisor. EA works fine while running but has problems during removal: MT 5 freezes when removing EA from chart WebSocket connection not properly closed MT 5 crashes if receiving messages after improper disconnection Technical Details: Platform: Met aTrader 5 WebSocket connection using winhttp.dll Secure WS S connection (port 443) Basic WebSocket message
The expert advisor is designed to activate different strategies based on certain conditions. In the first development there is a "STRATEGY A" which is active by default and a "STRATEGY B" which is activated based on exposure conditions. STRATEGY A - Trading Idea The EA executes both BUY and SELL orders in parallel, managing them in a "separate" way. At each Timeframe start (for example every hour start on H1
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo

Informations sur le projet

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