Position management EA with trailing stop after manual entry

MQL4 Experts

Tâche terminée

Temps d'exécution 9 jours
Commentaires de l'employé
Great Customer!, is shure we work togheter again in the future!
Commentaires du client
Great attention to detail and he was already happy to listen and help as much as possible, really happy with the outcome of the EA. Would use again.

Spécifications

Hi guys, I’d like to create a fairly simple EA for position management after I manually enter with the following requirements:



Manual buy/sell initiates EA  via a buy/sell panel top left corner of the chart.



Risk % / Stop Loss / Take Profit 1: 


Total Risk default 1.5% of account size (adjustable)

Initial Stop based on ATR . default 1.6 ATR (50) 

Take Profit 1 placed at 1.6 ATR (50) on half position only

Initial Stop moved to breakeven (entry level) on TP1 being hit


(Once TP1 is hit , trailing stop starts)


Take Profit 2  - a simple trailing stop based on price action:


Rule for trailing stop: When short, the trailing stop is moved to ATR 0.25 (14) above the high of any bar which fails to make a new low VS the previous bar.  The exception is the first failed low bar is NOT included in the count: so from ‘failed low 2’ onwards. (an equal low vs previous bar is included as a failure to make a new low) 

-Extra note on Trailing stop: its important that the failed low count is from when the trade is manually opened but does not move/trail until T1 is hit and stop to breakeven. If there has been 2+ failed highs/lows before the TP1 is hit . and the TP1 is triggered , then the stop will move to  either the breakeven point or straight to the trailing stop level.  whichever is further in the money at the time. 


(Vice versa for Long positions - replace failed lows with failed highs etc)


Optional Final Target

-An optional ‘final target’ price can be entered which would close the whole position essentially overriding any other open orders if it is reached. but this is an optional to enter and default ‘none’

-it should close the remaining open position whether half or none has already been closed.



Other features to be included:

-Must have capability to be used on any chart timeframe. i.e I can have one trade running with these rules based on 5min bars and one running on the hourly bars, one on daily at the same time depending on the chart I executed on.  It must be able to be used on multiple symbols (whether forex/futures etc) at the same time. and even the same symbol on different timeframe e.g usd/jpy hourly & usd/jpy 15mins

-All inputs are manually adjustable from the default settings 

-And just to be sure! - the trailing stop will never move back, only forward



Hope its all clear - please check if not !


Thanks in advance

Mark 


Répondu

1
Développeur 1
Évaluation
(130)
Projets
184
32%
Arbitrage
16
31% / 63%
En retard
27
15%
Gratuit
2
Développeur 2
Évaluation
(409)
Projets
537
75%
Arbitrage
9
44% / 0%
En retard
24
4%
Gratuit
3
Développeur 3
Évaluation
(169)
Projets
204
30%
Arbitrage
25
40% / 44%
En retard
12
6%
Gratuit
4
Développeur 4
Évaluation
(599)
Projets
932
46%
Arbitrage
31
39% / 29%
En retard
93
10%
Gratuit
5
Développeur 5
Évaluation
(17)
Projets
22
5%
Arbitrage
7
14% / 29%
En retard
3
14%
Gratuit
6
Développeur 6
Évaluation
(96)
Projets
143
76%
Arbitrage
0
En retard
2
1%
Gratuit
7
Développeur 7
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
8
Développeur 8
Évaluation
(26)
Projets
34
26%
Arbitrage
7
14% / 43%
En retard
7
21%
Gratuit
9
Développeur 9
Évaluation
(62)
Projets
140
46%
Arbitrage
19
42% / 16%
En retard
32
23%
Gratuit
Commandes similaires
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money

Informations sur le projet

Budget
50 - 100 USD
TVA (21%): 10.5 - 21 USD
Total: 60.5 - 121 USD
Pour le développeur
45 - 90 USD
Délais
à 3 jour(s)