Martingale EA development

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 9 dakika
Müşteri tarafından geri bildirim
A++ Developer
Geliştirici tarafından geri bildirim
Great customer. Thanks for your job.

İş Gereklilikleri

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.




Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(173)
Projeler
201
49%
Arabuluculuk
18
11% / 44%
Süresi dolmuş
1
0%
Serbest
2
Geliştirici 2
Derecelendirme
(89)
Projeler
137
24%
Arabuluculuk
35
9% / 40%
Süresi dolmuş
52
38%
Serbest
3
Geliştirici 3
Derecelendirme
(3)
Projeler
3
67%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
5
Geliştirici 5
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
6
Geliştirici 6
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(267)
Projeler
542
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
225
42%
Yüklendi
8
Geliştirici 8
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
9
Geliştirici 9
Derecelendirme
(57)
Projeler
85
74%
Arabuluculuk
0
Süresi dolmuş
13
15%
Serbest
Benzer siparişler
Hi, Good mrng. I have an indicator, which creates some signals. I wanted to filter the unwanted signals generated there using just Candlestick Patterns Rules. All cases are highlighted in a clear manner with pics as well. https://docs.google.com/document/d/11soaICN7wDQRXbN8MDNbov9NbIo3xtpJ?rtpof=true&amp ;usp=drive_fs Please check the drive link for a proper word doc :) Condition 6: Avoid Early signals: True/False
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD
Son teslim tarihi
from 1 to 3 gün