Martingale EA

MQL4 Эксперты

Работа завершена

Время выполнения 2 дня
Отзыв от исполнителя
Very Disciplined and loyal person

Техническое задание

Please check the picture to understand the EA strategy.


INPUT:

Entry_type: manual/automatic

Lot size:

pending_distance_pips:

lot_size_multiplier

maximum_buy_trades

Maximum_sell_trades

Enable trading time period; Enable/Disable (for automatic entry type only)

Trade start hour

Trade end hour

Enable_avarage_pending_orders_entry: enable/disable

Maximum_loss: (amount)

Profit_Close_Total_Lot:

Profit_Close_Total_Amount:


STRATEGY:

-EA opens selected quantities of sell and buy orders (maximum_buy_trades

Maximum_sell_trades) . And multiplies the opened lot by a selected Lot size (in input lot_size_multiplier) and opens Buy stops and Sell stops from a selected distance of the opened trades`s entry point. Pending_distance_pips in input will stand for the distance.  and so on.. based on martingale strategy..


Explanation: If we open Buy order, EA multiplies the lot by a selected Lot size (in input lot_size_multiplier) and opens Sell Stop pending order at selected distance (pending_distance_pip) from the entry point. If we open Sell order, EA multiplies the lot by a selected Lot size (in input lot_size_multiplier) and opens Buyl Stop pending order at selected distance (pending_distance_pip)


FUNCTIONS:

1. Avarage_pending_orders_entry: EA must modify and make same pending entry point for pending Sell Stops ,EA must modify and make same pending entry point for pending Buy Stops
-explanation on 1 and 2: if we have 3 open Buy orders , then we also have 3 Sell Stops which are executed automatically. Due to high volatility Sell stops entries are executed in different entry points. EA must modify all the pending order entry points on average and make them all the same entry point.


3. Entry_types: should be automatic and manual. 


4. In both entry types EA should open Buy orders, Sell orders, Pending Buy stops and pending Sell stops all in once at selected quantity and size


5. Maximum_loss: should be executed by using Multiple_Close_By instrument in MT4 (enabled for Automatic Entry type only)


6. Profit_Close_Total should be done by using Multiple_Close_By instrument in MT4.

Profit_close_total function should be enabled for Automatic Entry type only


Profit_close_total function Explanation:

if market goes bearish and Sell Stops are executed, now we have

1 lot buy

1 lot buy

1 lot sell

1 lot sell

2 lots sell

2 lots sell

Total buy lots 2

Total sell lots 6

which means we have a total of 4 SELL lots.

in this case Profit_Close_Total should be executed when the profit reaches $1600.


if one direction (BUY or SELL) total lots are 1 lot, then Profit_close_total should be executed at $400

for example:

if we had

0.5 lot Sell

0.5 lot Buy

1 lots Buy

Means now we have a total 1 lot open buy order. And Profit_close_total executes  once the profit reached $400


Profit_Close_total_lot and Profit_close_total_amount more  examples:

Profit_Close_Total_Lot = 1;
Profit_Close_Total_Amount = $400;

If the total lots is '1' -> in this case the EA will close trades as soon as '(1 / 1) * $400 = $400.00  '  is reached.  

If the total lots is '1.5' -> in this case the EA will close trades as soon as '(1.5 / 1) * $400 = $600.00'  is reached.   


Profit_Close_Total_Lot = 1.2;

Profit_Close_Total_Amount = $500;

If the total lots is '1' -> in this case the EA will close trades as soon as '(1 / 1.2) * $500 = $416.66'  is reached.   

If the total lots is '2.5' -> in this case the EA will close trades as soon as '(2.5 / 1.2) * $500 = $1041.66'  is reached.  

NOTE. Profit_Close_total function should be adjustable in input. Where we can change BUY or SELL Profit_close_total. for example. 0.09, 1.20 and so on


7. Profit_Close_Total_Amount: also has to be changeable in input


8. As soon as any trade closed by using Multiple Close By instrument (automatic entry or manual entry) all the remaining open and pending orders has to be closed


9. Automatic Entry Type: After all trades are closed, EA executes new trade orders. This does not apply for Manual entry type


10. Manual Entry Type. EA should execute Trades and Pending trades as soon as we click on Buy or Sell

For example: 

Input parameters:

Lot size: 0.5

Lot_size_multiplier: 2

Maximum_buy_trades: 3

Maximum_sell_trades: 3


If we choose lot size 0.03 on MT4 live and click on Buy or Sell doesnt matter. EA should open: 

3 Buy trades at 0.03 

3 Sell Stops at 0.06 

3 Sell trades at 0.03

3 Buy Stops at 0.06


PLEASE READ THE ENTIRE STRATEGY AND FUCTIONS BEFORE TELLING ME YOU CAN DO IT. 3 DEVELOPERS TOOK THE ORDER AND COULD NOT FINISHED THE JOB AND ENDED UP IN CANCELLING THE ORDER. YOU MUST READ AND UNDERSTAND THE STRATEGY AND FUCTIONS BEFORE TELLLING ME YOU CAN DO IT!  PLEASE AND THANK YOU




Откликнулись

1
Разработчик 1
Оценка
(2)
Проекты
5
0%
Арбитраж
1
0% / 100%
Просрочено
0
Работает
2
Разработчик 2
Оценка
(11)
Проекты
11
0%
Арбитраж
4
25% / 50%
Просрочено
2
18%
Свободен
3
Разработчик 3
Оценка
(37)
Проекты
59
27%
Арбитраж
25
20% / 52%
Просрочено
10
17%
Работает
4
Разработчик 4
Оценка
(29)
Проекты
35
14%
Арбитраж
5
40% / 60%
Просрочено
5
14%
Свободен
Похожие заказы
I am seeking a developer to create a script that will integrate comprehensive Hong Kong stock market data into Sierra Chart. The integration must support both historical and real-time data, including trade details for footprint charts and full-depth order book data. I need a data provider that allows easy access to extensive historical data without restrictive limitations. The provider should support historical
I need a simple trading bot that can trade according to the strategy which will be sent.It's a price action strategy. The bot should be able to differentiate between a bull trend and a bear trend, after development, it will be tested for 2 weeks to see if it trades just according the strategy. The bot will also not be limited in terms of how many accounts it can be linked on. Thanks
An Indicator is already developed in Ami Broker AFL and needs to be Converted and further developed in a Trading strategy / EA / Auto Trade BOT on MQL5. Project will be in 3 Phases. Phase 1 - Indicator Development Phase 2 - Entry / TGT / SL Order Development. Phase 3 - Hedging / Reverse Trade Mechanism
The EA is meant for opening trades at a certain time. All parameters of trades being opened are adjustable: take profit, stop loss, opening time, opening direction (may be both directions), lot of orders. The EA has 12 settings for different opening time, however the EA can also open trades at the same time if required. Just keep in mind that the EA can perform 12 various operations at different time and with
Hi I want to create a ea that trades of this indactors POI/POC (point of control), and only during london and US session. Either market execute at POI line or pending order. Line will act as support/resistance. TP and SL set by user. Link to indicator: w w w .tradingview.com/pine/?id=PUB%3B1b9aaaaef8894a18a2fd1979aa4fa6fa Settings of indicator, see pictures Example of trade Settings of the indicator
Looking for an experienced developer for trading robot modifications (Adding ADX, MACD, and EMA indicators) Hello, I am looking for a developer with experience in integrating technical indicators into trading robots, specifically for MetaTrader 5. Here are the main modifications I want to make to my trading robot: Opening the first order: Add ADX and MACD indicators to determine a strong trend. The robot should be
simple strategy just get in and get out with % from myfxb00k sentiment anything talk letter or ForxF4ctory market sentiment, this link sample down below the problem was frozen not like real time
Hi. This For his semi automated ea button on chart for MT4. There is a lot of setting but I see there is not much difficult . This is simply based on rsi indicator use this instead of what is being used in details . Provide usual rsi settings, handsome settings from indicator setting lifetime. signal trained strategy by arrow or sell arrow. Money management Trading hours, trading daily , trading direction. Standard
am looking for who help me convert tradingview indicator to mt5 car trading strategy and make sure you are an expert before u apply to this and also my budget for this is 30$ so the name of the indicator is Breaker Blocks with Signals (LuxAlgo)
I'm looking for who can help me with converting tradingview indicator to mt5 car trading strategy, And am in need of an expert for this, the indicator name : Breaker Blocks with Signals [LuxAlgo] ### 1. ** Entry Condition **: - ** For Long**: The trade is entered **after BB + ** is confirmed. - ** For Short **: The trade is entered **after BB -** is confirmed. ### 2nd **Stop Loss **: - ** For long Entries **: stop

Информация о проекте

Бюджет
200+ USD
Исполнителю
180 USD
Сроки выполнения
до 1 дн.