Create MT4 EA to use Martingale System using lotmultiplier OR preset lot sizes that I set

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 8 días
Comentario del Ejecutor
Nice working with him. Thanks!
Comentario del Cliente
Breeze working with Iulian who understood the requirements well! Offer advice to improve the requirements along the way! Nice experience especially for newbies!

Tarea técnica

My current situation is I have an existing EA done by an ex-freelancer who is no longer active. I own the files but I would like to add some functions to it. Also, it seems to have some zero divide error which is causing the martingale not to open new trades when it is supposed to so I am trying to do up a new similar one with some additional settings.

Here is how it should work:

1) Upon launch, I should select:
a) whether I want to do buy or sell or both.
b) if UseMultiplier is TRUE, I should set my Lots and LotsMultiplier factor,
c) If UseMultiplier is FALSE, to trade based on my pre-keyed LotsPosition and MaxOrder level (if i only key in 3 lot position and maxorder is 5, the 4th and 5th trade shall follow the last lot position. If I key in 10 lot positions and max order is 5, it should stop opening after 5th lot position)
d) It should allow me to set what is my PipStep between trades and if I amend it halfway through, the next trade to be opened should follow the revised pipstep.
e) It should allow me to set the TakeProfit ratio and to auto adjust the TP for all open trades whenever it open a new trade or whenever I change the TakeProfit figure.
f) It should allow me to set whether I want to continuetrade for buy and sell separately. Ie, if i set false for BUY, it should finish its current BUY martingale cycle and stop opening new BUY.
g) it should show me the current profit (nett of commission and swap if possible) of all BUY trades and all SELL trades separately on screen.
h) it should have a button that allows me to click to instant close all BUY or close all SELL
i) it should not have zero divide error which my current EA seemingly have

So effectively it is basing on martingale to keep opening new trades and close all BUY or SELL when desired TP is achieved, then start a new cycle using the first lot size again.


I am attaching my existing EA for reference since the new EA should work largely similar way and its existing parameter it has are below.. highlighted ones are the ones I am using actively and those others I believe are not much use to me.

ContinueTrade
UseCR
Close Ratio
Takeprofit
Pipstep
MaxOrder
LotsPosition
UseMultiplier
Lots
LotsMultiplier

MagicNumber
EaComment
NoteColor
clrSilver
FontType
FontSize

Any clarifications, please do reach out to me.


Archivos adjuntos:

MQ4
Iwanna_EA.mq4
13.1 Kb
EX4
Iwanna_EA.ex4
34.7 Kb

Han respondido

1
Desarrollador 1
Evaluación
(42)
Proyectos
62
8%
Arbitraje
12
58% / 42%
Caducado
1
2%
Libre
2
Desarrollador 2
Evaluación
(55)
Proyectos
96
40%
Arbitraje
13
38% / 62%
Caducado
25
26%
Libre
3
Desarrollador 3
Evaluación
(87)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
4
Desarrollador 4
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
Solicitudes similares
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
The EA should place take profit at the order opening price when X points of loss are reached, I already I have my own EA I just need a dev that ad what I ask previously to it, will be verry cool. Thanks
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD