I
am looking for an expert advisor that manages open positions on my MT4 platform
(Broker Details: FXCM; 5 Digits account; 30:1 leverage; Instruments: FX &
CFDs) that are manually openend.
Logic:
If average profit from all open positions in FX-Pair/CFD-contract is more than
X-amount in pips/points, then close x-% of all open positions
Example:
1.
If the average profit from all open positions in EURUSD is:
a.
more than 10 pips/points, then close 33% of all open positions
b. more
than 20 pips/points, then close 33% of all open positions
c. more
than 30 pips/points, then close 33% of all open positions
2.
If there are for example 5 positions open at the moment the first
profit target is reached, the EA should close 2 positions (so round up because
it is not possible to close 1,66 (5*33%) positions). If the second
profit target is reached (and there were no new positions created in the
meantime) the EA should close 1 position ((5-2)*33% = 1)
3.
While the EA is running in the background, the programm always
has to monitor the change in open positions. So in case new positions are
manually openend or closed the EA has to recalculate its next operations.
a.
Example from above: If the Second profit target was reached and
there were new positions entered in the meantime, the EA should start with the
initial configuation, so that if the „new“ average profit from all open
positions in EURUSD is:
i. more
than 10 pips/points, then close 33% of all open positions
ii. more
than 20 pips/points, then close 33% of all open positions
iii. more
than 30 pips/points, then close 33% of all open positions
4.
The EA should either use the FIFO (First in First out) or LIFO
(Last in First out) principle, when closing positions
5.
I would like to enter several closing instructions; i.e.:
a.
1) If the average profit then…
b.
2) If the average profit then…
c.
3) If the average profit…
d.
…
ð If
there needs to be a limit, than I would prefer 3 different closing instructions
6.
Under some circumstances the EA also needs to be able to work
with magic numbers, so that it only closes positions that were assigned a
certain magic number (on/off function).
비슷한 주문
I need a professional MQL5 developer to build a fully automated Expert Advisor (EA) named " Hassanien Daily Breakout ". The EA is based on daily price levels and specific execution times. Technical Specifications: Time Settings (Iraq Time - GMT+3): Execution Time: 10:00 AM. Full Clean-up Time: 10:50 PM (Close all open positions and delete pending orders). Entry Logic: Case 1 (Pending Orders): At 10:00 AM
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with $100. I am willing to pay up to $1500 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
Need an trailing SL manager which can work with my all open trades (trades may be multiple), Put a fix SL based on entry price and then trail my strictly in my favoured direction, Initial SL shud be confiurable via a small dashboard
Create a forex robot especially for sculping using the 3 ema strategy which consists of the following moving average levels of the 15 ma ,30 ema , 60 ema and 90 which enter potentially on a retest into the ema and targets opposite direction after the retest .Potentially bringing into account that the number of retested emas controlls the number of entreis which for eg. retest of the 15 ema single 0.01 trade is
Need to improve logic in existing coding for Range breakout/breakin EA 1) for timing range like 1am-10am Asian Range with max entry per session like London 1-2 times max entry 10-4pm & US session timings 1-2 entry 4pm - 8pm or 2) candle high low range eg 4pm to 4:30pm - entry logic eg mark 30min candle high low range as given in attached picture with buffer if required to show entry , SL & TP in trade/backtest mode
Make a Robot for mt5 using supertrend indicator for entry in trade with period 2 and multiplier 1.1 using Heiken Ashi candle also with martingle of 2 with maximum step for martingle is 15 step until profit reaches double of total loss. Select time frame 1 minute.Always close the previous trade if in loss then take next trade with martingle of 2 of previous lot in loss. All parameter have the option to change it
Robot que combine 2 indicadores en la ejecución automatica: 1 el Gann High Low y el Donchian Channel (DC) ACTIVO: XAU/USD EN UNA HORA PARA EL DC: período DC = 55 velas displacement/shift = 1 Mas Detalles en este video : https://youtu.be/3jI3cZY89T4?si=YEZAkMvWiq9O8-u9
Hello, I need an Expert Advisor for both MT4 and MT5 based on a recovery/grid trading strategy. Strategy Logic: User manually opens either a Buy or Sell market order. Once the first trade is opened, the EA automatically places an opposite pending order at a user-defined distance. If the pending order gets triggered, the EA places another opposite pending order at the original order price. This cycle continues
📌 Project Overview: I need a full Smart Trade Management System for MetaTrader 4/5. This is a complete trading ecosystem, not a simple EA. 📌 Core Features: Smart Money Management (risk-based lot calculation) Advanced Trading Toolbox (TradingView-style drawing tools) Central Master Dashboard (risk, filters, account control) Multi-account monitoring (MT4/MT5 synchronization) Real-time monitoring (spread, equity
We are seeking an experienced MQL5 developer to build the Guardian EA, a focused circuit-breaker module for MetaTrader 5. Objective Protect capital during adverse moves by temporarily exiting positions at a defined drawdown threshold, while virtually tracking those positions as open. Re-establish the positions only when market conditions stabilize (via ADX) and drawdown recovers to a lower threshold. The goal is full