MKM_PoM_v1.0

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 7 giorni
Feedback del dipendente
Great customer, with good communication skill. Thanks for your job
Feedback del cliente
Excellent coder with good grasping capacity.

Specifiche

Summary

·         It is a semi-auto EA with martingale / grid style trading.

·         There are 3 baskets of trades – one for BUY, one for SELL and one for HEDGING.

·         Always, both BUY and SELL trades will happen simultaneously as per the trade conditions.

·         HEDGING trade, which is anti-martingale sale and in equal quantity, will happen only when one of the baskets trades in profit is closed (one of the baskets will always be in profit) either manually or by the system.  It is to safeguard the other basket of trades in loss.  

·         No further trade will happen in the cycle by EA once a hedge trade has taken place.

·         Basic idea is - close profit basket trades first, then wait for right time to close second basket (martingale) trades if price is reversing, either manually or by the system. If price is not reversing, then open a hedge trade in equal quantity; and thereafter it must be managed manually by the trader.  


FEATURES

·         Works with 4-5 digits Brokers

·         Spread Filter

·         Equity Stop

·         Drawdown Protection

·         Take Profit Basket Function

·         Fast Buttons for Closing Open Orders (CloseAll, CloseProfit, CloseLoss, CloseBuys, CloseSells)

·         Infopanel with EA informations

·         Money Management (Fixed Lot, Percentage, Arithmetical)

·         Adjustable trading times

·         Possible to change any of the trade conditions (change of TP, max. no. of trades, etc.) any time during the functioning of EA.

·         Possible to choose BUY or SELL or BUY and SELL.

 

TRADE CONDITIONS

·         Always, there are two trades at a time; i.e. BUY and SELL trades same time, same lot size.

·         BUY trades are named as A-basket-trades.

·         SELL trades are named as B-basket-trades.

Trigger Initial Trades:   There are two options to choose as described below.

Option 1:         Open BUY and SELL trades same time when a NEW CANDLESTICK OPENS.

OR

Option 2:         Open BUY and SELL trades same time when a NEW CANDLESTICK OPENS + IF THE PRICE IS ‘X’ PIPS ABOVE/BELOW MA (simple or exponential or smoothed or linear weighted).

(It should be possible to choose one of the above options in the EA settings window).

Take profit:         L-TP (Low Take Profit as defined in the EA settings window).

After the initial trades, if these open positions, both buy and sell positions, are closed as per the set conditions, then the trade cycle is over. IF one of the open positions is NOT closed before the next candlestick opens &/or if the price has moved X pips from the previous trade price, then it will move to ‘consecutive trades.’

Consecutive Trades:  There are three options to choose as described below:

Option – 1:      Trades will take place when a new candlestick is opened.
Open BUY and SELL positions when a new candlestick is opened, irrespective of any timeframe.

Option – 2:      Trades will take place when there is a minimum price gap of X pips.
Open BUY and SELL positions if the price move X pips up or down from the previous trade price.

Option – 3:      Trades will take place when a new candlestick opened + if there is a minimum price
gap of X pips from the previous trade:
Here, the consecutive trades, BUY and SELL, will take place when a new candlestick  opened + if there is a minimum price gap of X pips from the previous trade.

(It should be possible to choose one of the above options in the EA settings window).

Lot size:          As specified in the EA settings window.

Take profit:     H-TP (Hight Take Profit as defined in the EA settings window). It is a common price for all
                                consecutive trades. For details, see below para TAKE PROFIT (TP).

There should not be duplicate BUY or SELL trades at or around same price when the price is fluctuating up and down. Means, if the price is reversing, EA should not make trades at or around the previous trade prices.

See example below. Let us assume, after 4 set of downward trades, price is reversing. While price is reversing, no trades should happen until the price move beyond the initial trade price.

Price gap between trades = 10 pips.
(Exch. rate spread between buy and sell is not considered here).

                                                Buy&Sell        Buy&Sell        Buy&Sell        Buy&Sell        Buy&Sell       Buy&Sell

Set – 6                                                                                                                                   1.13750

Set – 5                                                                                                                   1.13650

Initial Trade    Set – 1                   1.13550

Set – 2                                   1.13450

Set – 3                                                   1.13350

Set – 4                                                                   1.13250

 

·         Average cost of trades should be calculated for both baskets of trades from second set of trades onwards.

 

TAKE PROFIT (TP)

There are 3 different types of TPs.

Low Take Profit (L-TP):   defined in pips in the EA settings window (applicable for initial trades only)
High Take Profit (H-TP):                                                                          (applicable for consecutive trades)
TP in currency ($-TP):     defined in currency in the EA settings window (to be activated after one of the
                                                basket is closed).

L-TP is applicable only for the initial buy and sell trades.
H-TP is applicable only for the consecutive trades (2nd trade onwards).

H-TP price is derived by adding/deducting the pips to the price of 2nd trades and then it is fixed as common TP for all other consecutive trades.

 

For example:

H-TP:                   100 pips
2nd trades:           BUY at 1.12150,                 TP = 1.13150
                           SELL at 1.12145                  TP = 1.11145

3rd trades:           BUY at 1.12350                  TP = 1.13150 (it is same TP as 2nd trade)
                           SELL at 1.12345                 TP = 1.11145 (                                        )

……. Etc...

 

Once one of the baskets with profit trades is closed, then TP of the remaining basket should be changed to: average cost of all open trades in the basket + L-TP added. Further, ‘profit in currency $’ should also be activated at this stage for the second basket of trades.

That means, 2nd basket will have two types of TPs – in pips as well as in currency $.

HEDGING

When one of the baskets with profit trades are closed manually or by the EA, anti-martingale hedge trade should be activated automatically (after X number of trades in the second basket). It should be possible to activate hedge trade manually or automatically. It should have features of TP, SL and TS.

Lot size of hedging trade is equal to the total of lot sizes of all anti-martingale-trades (remaining basket with loss trades).

It should have option to choose the hedging; be possible to turn-on and off the hedging button after the initial order or in between the operation. Also, it should be possible to close the hedge trade manually.

 

RISK MANAGEMENT

·         It will have two separate set of lot multiplication factors, one for BUY and one for SELL trades. Each set should have options for Fixed Lot / Percentage / Arithmetical:

>             Fixed Lot / Percentage / Arithmetical       >      Start Lot / Start Percentage.

>             Lot Multiplication type     >           Martingale / Arithmetic    >      Lot value factor

·         Fast buttons on the MT4 screen for closing open orders, applicable only to the concerned ccy pair:
        (CloseAll, CloseProfit, CloseLoss, CloseBuys, CloseSells)

·         Equity stops.

·         Drawdown protection.

 

 

CONDITIONS for CLOSING OF OPEN POSITIONS and TAKE PROFIT

As mentioned above, there are three baskets of trades. One for BUY trades (A-basket-trades) and other one for SELL trades (B-basket-trades) and third one is ‘anti-martingale-hedge-trade’. It is not necessary to close all baskets same time. However, whole cycle of trades is considered terminated only when all baskets of trades are closed. Only then the new cycle of trades will start again.

Basic strategy for closing of trades is, close manually or automatically the basket which is in profit and then leave the other baskets of trades until price is in our favour. If the price is not moving in our favour, then do a hedge trade to safeguard the exposure.

So, it should be possible to close any one of the baskets manually at any time after initial trade. Other basket will continue trading as per trade conditions. Once a basket is closed, there will not be any more trades in that basket until the cycle is closed.

 

TRADE COMMENTS

A-basket-trades should have comments like:   MKM_PoM_Buy_0, 1, 2, etc.
(initial trade = 0,  consecutive trade = 1, 2, 3, etc.)

B-basket-trades should have comments like:   MKM_PoM_Sell_0, 1, 2, etc.

Hedge trade should have comments like:        MKM_PoM_Hedge_Trade

 

 

TRADE DAYS & TIME

Monday:              00:01  to  23:59 (No trade in the day if all digits are ‘0’)
Tuesday:                                
Wednesday:                           
Thursday:                              
Friday:                                  


 


Con risposta

1
Sviluppatore 1
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
2
Sviluppatore 2
Valutazioni
(600)
Progetti
935
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
Gratuito
3
Sviluppatore 3
Valutazioni
(94)
Progetti
148
59%
Arbitraggio
16
38% / 13%
In ritardo
25
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
5
Sviluppatore 5
Valutazioni
(135)
Progetti
193
42%
Arbitraggio
17
29% / 59%
In ritardo
28
15%
Gratuito
Ordini simili
Hello Investors, I'm selling a profitable and stable expert advisor trading on the Gold (XAUUSD) pair using a cutting-edge scalping strategy. The EA is able to generate a stable monthly income without using martingale strategy, and with an optional cut loss in place. Particularly the average monthly gain can go from 2-3% (at a relatively low risk, with an historical max DD of 6%) to 20-30% (with an aggressive style
Hello, I have a strategy and I need a very good programmer who will create me an exprt or make me an indicator that will open positions for buy/sell limit (see picture below). The indicator/Expert will have to open positions (buy/sell limit) regarding the strategy and indicators (I will explain it more in collaboration). Below I will give pictures of what I mean. I will send a link to the telegram group where it
Atomic Analyst Indicator to EA. I have an mt4 indicator called Atomic Analyst. The indicator gives buy/sell signals as shown in the screenshot. I want to know if you can take this indicator, and create an EA that automatically takes the signals. The indicator puts in the SL and TP1, TP2, TP3, TP4, TP5 automatically. I would like the option to put in my lot size parameter and I would also like an automatic trail stop
can you help me with Ctrader i need modification on the linkhttps://docs.google.com/document/d/1fggk49xWbnwahtfOlE-U7G6muZB1FT8eWmftGiY7R-s/edit?usp=sharing can you assist with cTrader modifications to enhance functionality and improve performance. do text me if you a professional on it i will be looking forward to your response best regards
MT4 Expert Advisor 30 - 120 USD
EA sittings The EA utilises the concept of grid and hedging by creating a zone for recovering losing trades It is a continues trading EA without any stop loss. The EA initially aims to trade continually without the need to hedge. The EA enter the first trade following the direction of the moving average (when price is above or below the moving average), and only hedge when, the trade goes against the trend and reach
Would I honestly need is someone who can make a profitable EA for me that can at least make me around $80 a day starting with $50 and the EA must be able to work with exness the EA should automat trades 24/7. Broker = Exness Pairs = USD/JPY XAU/USD and etc Chart time frames = M1 M15 History = last month till last 6 months. Lot size 0.10 take profit at $2 stop
Hello i am seeking a skilled MetaTrader 5 (MQL5) developer to modify an existing Telegram signal copier. The goal is to enhance the copier's functionality, reliability, and user experience. kindly bid this job to get started immediately
Hello, I’m looking for assistance with creating or customizing a TradingView indicator to suit my trading needs. If you have experience in this area, please reach out. Your help would be greatly appreciated. Thanks
# MT4 Expert Advisor Development Rules ## Time Period Definition 1. Allow user to define a specific time period (e.g., 10:00 to 15:00). 2. Identify and store the high and low prices within this period. ## Price Breakout Detection 3. Monitor current price for breakouts above the period high or below the period low. ## Signal Confirmation (signals will be taken on m5 timeframe) 4. After a breakout, wait for a signal
HI Recently purchased VPS, But now i am getting Following message "failed to get list of virtual hosts [404]", I need one help to fix this isues and make sure my EA working on VPS, when my computer off Thank you

Informazioni sul progetto

Budget
80 - 100 USD
Per lo sviluppatore
72 - 90 USD