Martingale EA development

MQL4 专家

工作已完成

执行时间9 分钟
客户反馈
A++ Developer
员工反馈
Great customer. Thanks for your job.

指定

Martingale EA



Starting Lot size                            :    0.01   ( user can enter initial lot size )

Order Type                                    :    BUY and SELL  ( possible values are “BUY”,”SELL” and “ BUY and SELL”

Multiplier                                        :    2    ( User entered value to multiply lot size on each trade )

TP                                                 :    25 pips  ( User entered )

Gap for each Trade                      :    25 pips  ( User entered)

Increment TP for every step         :   1 pip       ( User entered , whenever trades gets multiplied then this value should be incremented with this value)

Close earlier lots                          :   2 level  ( Let’s say if BUY opens 0.01,0.02 lots are opened and whenever it opens 0.04 lot it should close 0.01      lot based on user input (“level 2”) ( if user enters Level 1 then previous lot should be closed - example : BUY 0.01 opened and whenever 0.02 lot opened the previous 0.01 lot should be closed if user enters level 1 )



EA should have a option to select place BUY and SELL order option or only BUY or only SELL.Based on Lot size it should place orders.”Gap for each trade” specifies where to open trade after opening initial orders.

For example : As soon as EA starts it should open BUY and SELL order ( let’s say lot size entered is 0.01)


BUY @ 110.00    and SELL @ 110.00 ( I am aware that based on spread the price will gets changed , I’m just giving an example ).”Gap for each trade” entered is “25 pips” and Multiplier as “2”.TP is “25”


it should open BUY next trade at 109.75 ,lot size is 0.02.By the time it opens BUY , SELL would have reached to 25 pips profit then it should be closed and then open new SELL order with 0.01 lot(initial size) .


BUY      0.01      110.00    TP = 25             SELL         0.01    110.00    TP for SELL “25”

BUY      0.02      109.75    TP=25+1           Book profit above SELL order and open SELL 0.01 @109.75 ( initial lot size ) TP for SELL is “25”

BUY      0.04       109.50   TP=25+1+1       Book profit above SELL order and open SELL 0.01 @ 109.50   TP for SELL is “25”


For every level TP should be increased by “1” pip entered by user .


At this point based on “Close earlier lots” it should close BUY 0.01 lot and keep 0.02 and 0.04 lots.


Let’s say if market goes back to 109.77 then it should book profit for BUY 0.04 lot and close all BUY lots ,immideaitely open BUY 0.01 at current level .

By this time SELL must be running on 25 pips loss ,based on requirement it should open 0.02 lots.    


This looks like below.



BUY            0.01          109.77  TP_BUY 25                        SELL               0.01      109.50    TP 25

                                                                                      SELL                0.02      109.75    TP 25+1




In a short , this works like below ..

Open BUY and SELL order at the starting .

if price is going down BUY lots will be executed with multiplier and close earlier lots based on user entered levels.SELL 0.01 lot will be booked profit and goes on with 0.01 lots till it gets reverse turn.

if price is going up SELL lots will be executed with multipier. BUY 0.01 lot will be booked profit and goes on with 0.01 lots till it takes reverse turn.

                    


This requirement looks bit confusing ,let me know if anyone needs clear explanation.


Thanks,

Balaji G.




附加的文件:

反馈

1
开发者 1
等级
(173)
项目
201
49%
仲裁
18
11% / 44%
逾期
1
0%
空闲
2
开发者 2
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
3
开发者 3
等级
(3)
项目
3
67%
仲裁
0
逾期
0
空闲
4
开发者 4
等级
(258)
项目
395
28%
仲裁
69
19% / 49%
逾期
120
30%
空闲
5
开发者 5
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(264)
项目
538
50%
仲裁
55
40% / 36%
逾期
224
42%
工作中
8
开发者 8
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
9
开发者 9
等级
(57)
项目
85
74%
仲裁
0
逾期
13
15%
空闲
相似订单
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 1  3 天