NEED SIMPLE BUY SELL (HEDGING) TRADE EA FOR MT4

MQL4 Experts Autre Forex

Tâche terminée

Temps d'exécution 6 heures
Commentaires du client
I worked with several developers in mql5.com. Personally I can say he is the best one. He is very logical and his analytical capability is far better than anyone. He is humble and helpful.
Commentaires de l'employé
Brilliant customer. Great to work with a very knowledgeable trader, with effective and persuasive communication. Thank you.

Spécifications

DESCRIPTION:

I need EA for MT4 platform which will help me to do followings:

(1) EA will have one ENTRY/START button and one STOP/CLOSE button.
(2) When I shall click ENTRY button, it will take both BUY and SELL trade immediately for pre-defined Input.
(3) In the Input setting, I must be able to SET lot size, equal Stop Loss (SL) and Target Profit (TP), adjustable pips (SL_Adjust) for BUY and SELL.

When I click ENTRY button, EA must take one BUY and one SELL trade exactly in the same time. Both trades must have same LOT size.

When I click Stop button, EA must close all trades.

I must be able to pre-define LOT size, SL, TP and SL_Adjust in Input setting facility.

STEP 1:

Say I enter below settings in Input as follows (For Example)
Lot size = 0.01 lot size
SL = 45 PIPS
TP = 90 PIPS
SL_Adjust = 2 PIPS

Now, If I click "Start" button of EA, it will take immediately 0.01 BUY trade and 0.01 SELL trade. Also EA shall put SL = 45 PIPS, TP = 90 PIPS and SL_adjust = 2 PIPS for both trades. Here SL and TP will be visible but SL_Adjust will not be visible. I shall explain function of SL_Adjust later. So, there will be hedging.

So, there is two trade (for example)

(1) BUY Trade:
ENTRY or ASK: 1.1334
STOP LOSS: 1.1289 (45 PIPS or 450 points)
TARGET PROFIT: 1.1424 (90 PIPS or 900 points)


(2) SELL trade:
ENTRY or BID: 1.1333
STOP LOSS: 1.1378 (45 PIPS or 450 points)

TARGET PROFIT: 1.1243 (90 PIPS or 900 points)



STEP 2:

In hedging, when SL of one trade hits that means when hedging is broken, then SL of Remaining Trade should be automatically shifted by EA 2PIPS (SL_Adjust) above or below of entry point/line for BUY and SELL trade respectively.

Why do I want this?: I don't want both trades make loss in case of bad condition. If one trade hits Sl, then other trade or remaining trade must lock small profit at least.


EXPLANATION WITH EXAMPLE:

Assume that there are one BUY trade and one SELL trade for EURUSD pair after clicking "Start" button of EA,
where
ADJUSTABLE PIPS = 2 PIPS or 20 Points
Spread = 1 PIP or 10 POINTS.

 
(1) BUY Trade:

ENTRY or ASK: 1.1334
STOP LOSS: 1.1289 (45 PIPS or 450 points)
TARGET PROFIT: 1.1424 (90 PIPS or 900 points)


(2) SELL trade:

ENTRY or BID: 1.1333
STOP LOSS: 1.1378 (45 PIPS or 450 points)
TARGET PROFIT: 1.1243 (90 PIPS or 900 points)
 

Example 1:

Say after one-hour market goes up where

ASK = 1.1384
BID = 1.1383

In hedging, Trade number 2 or SELL trade will hit STOP LOSS. Now, remaining trade or running trade is Trade number 1 or BUY trade. This time, EA should shift STOP LOSS of BUY Trade above 2 PIPS of ENTRY/ASK value of BUY trade.
 
So, modified or shifted SL of BUY trade will be like this:
Shifted SL = ASK+ ADJUSTABLE PIPS
= 1.1334 +2 PIPS
= 1.1336

Therefore, EA will shift OLD SL of BUY Trade to new value at 1.1336

Reason: In hedging, I have loss 45 PIPS in SELL trade but still I have profit 2 PIPS in BUY trade considering bad market condition.



Example 2:

Say after one-hour market goes down where

ASK = 1.1280
BID = 1.1279

In hedging, Trade number 1 or BUY trade will hit STOP LOSS. Now, remaining trade or running trade is Trade number 2 or SELL trade. This time, EA should shift STOP LOSS of SELL Trade below 2 PIPS of ENTRY/BID value of SELL trade

So modified SL of SELL trade will be like this:
Shifted SL = BID - ADJUSTABLE PIPS
= 1.1334 - 2

= 1.1331


Therefore, EA will shift OLD SL of SELL Trade to new value at 1.1331

EA should work for all currency pairs including JPY related pairs.

Reason: In hedging, I have loss 45 PIPS in BUY trade but still I have profit 2 PIPS in SELL trade considering bad market condition.


I must be able to attach EA with different currency charts at screen window. It could be H1 EURUSD, it may be M30 EURUSD or H4 GBPJPY or D1 EURGBP etc. All can have same input or all can have different individual input settings. 

For example, If I attach EA to EURUSD H4 chart, I can set some values in Input for this. Similarly, if I attach this EA with GBPJPY H4 chart, it can have different values in Input settings. It must work with multiple currency pairs with different Inputs.

If I need to change TP of running Trade, I must be able to do it manually. Manually shifting of TP should not disturb EA functionality.


Pre-condition:

IF YOU ARE not FLUENT IN ENGLISH, PLEASE DON'T APPLY FOR THIS JOB.

BUDGET IS ONLY $30. No negotiation.

I shall not select anyone without testing his/her DEMO work. Demo version must have at least 7 working days validity. Otherwise, don't apply for this order.


Répondu

1
Développeur 1
Évaluation
(5)
Projets
4
25%
Arbitrage
1
0% / 100%
En retard
1
25%
Travail
2
Développeur 2
Évaluation
(51)
Projets
66
30%
Arbitrage
2
0% / 0%
En retard
0
Gratuit
3
Développeur 3
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
4
Développeur 4
Évaluation
(198)
Projets
240
77%
Arbitrage
3
67% / 33%
En retard
19
8%
Gratuit
Commandes similaires
Modify The Source Code to a Working Expert Advisor. Attached Are .Mq5 Files That I Want To Modify. 1 is The Indicator , The Other is an Expert Advisor, But It is not Working. Once I Compile it, It Says: ' property tester_inidicator "arrows_curves" has been implicitly added during compilation because the indicator is used in iCustom function 0 0
CorrelationMatrix: Enhanced Analytical Functions: Introduction of the ability to analyze multiple currency pairs simultaneously, especially those selected in the "Market Watch". The algorithm should efficiently compute all possible combinations (up to 66 combinations for 12 markets). Customizable Display Options: Development of user settings to personalize the display of correlation values (colors, fonts). Flexible
I am looking for developer who can develop an Expert Advisor based on Martingale with Pending Order Grid for Hedging. I am very happy to provide the detail requirement if you get in touch
Hello I want to develop a trading bot for my ctrader platform based on the attached Specification Anyone interest and experienced in this field should contact me on this project
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must include the strategy with the same options panel as TradingView script The MT5 EA must return 100% the same results as TradingView script The MT5 EA must be errors free The MT5 EA code must be well commented
Hi, Would it be possible to get a developer for my trading system based on the attached specification? EA DETAILS Indicators to use (1) Better RSI () (2) Dynamic Linear Regression Channel (DLRC) by Iravan on Tradingview.com () (3) Range filter Buy and Sell 5 min – guikroth version on Tradingview.com () (With Dynamic Linear Regression, the period/length is automatically adjusted making it much faster to trade
I need a bot that copy trade from mt4 to telegram and also sends entry point , stop loss and take profit for a specific forex pair or any other pair that is traded
I need smart, professional, and fast programmer for doing this project quickly, that have experience in EA with minimum 300 projects finish, and have good review and reputation from their client Share your link review, if you not qualified, dont apply! I will bidding the programmer from experience, review, reputation, price, and days working My EA using Moving Average, Average True Range, and using consecutives
Hello I am looking for a developer to help me backtest my custom ninjatrader 8 strategy andake it work perfectly your expertise is highly need for this project kindly reach out to me and let proceed
I have a documented strategy that I will like to have as mt5 or ctrader trading bot, kindly bid for this job to discuss about the job requirements i want a professional for this work

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD
Délais
de 2 à 10 jour(s)