Trade Helper EA MT5 - v1.0

MQL5 Experts Scripts Forex

Job finished

Execution time 33 days

Specification

I am looking for a Trade helper EA. 

In nut shell: If I place a manual order the Trade Helper EA would automatically open new and new trades on the same direction with the same lot size If the market price goes against my first trade by a fix (f.e.: 20 pips). Also close all my opened Trades If the SUM of all opened trades reached a certain profit (f.e.: $10) 



EA should be work on thick method. 


//--- 
#include <Trade\PositionInfo.mqh> 
#include <Trade\Trade.mqh> 
#include <Trade\SymbolInfo.mqh>   
#include <Trade\AccountInfo.mqh> 
#include <Expert\Money\MoneyFixedMargin.mqh> 
CPositionInfo  m_position;                   // trade position object 
CTrade         trade;                      // trading object 
CSymbolInfo    m_symbol;                     // symbol info object 
CAccountInfo   m_account;                    // account info wrapper 
CMoneyFixedMargin *m_money; 

// Trading parameter 

//--- input parameters 
input double           Lot_size_multiplier          =1  ;  // based on the previously opened trade's lot size opened by manually or by EA (we can connect it via Magic Number)
input double           distance          =200 ;        // Distance from the previously opened trade in pints
input double           TP=4000;                      // Initial Take profit in points for every opened trades, inc manually opened
input double           SL=2000;                      // Initial Stop loss in points for every opened trades, inc manually opened

input int              InpMaxPositions   = 5;        // Maximum available opened positions , If we reached the max EA will not open new trades.
input ulong            m_magic=11111;             // magic number to be controlled or If a trade has no magic number
int input    EXPERT_MAGIC = 1234567890; 


input ushort??          Break_Even_Trigger_by_amount = 10; // If the sum of opened traded reached the +$10 Training Stop Loss will be tracking all the trades. 
input ushort            TrailingStopLoss_after_trigger = 100; // in points for all the opened trades. 
input ushort             InpTrailingStep   = 30;        // Trailing Step points 
 


The hardest part to determine the SUM value of all opened trades alongside than trigger a Break_Even. which is allow the EA to tracking the TrailingStopLoss

Once you created the EA please demonstrate it on a recorded video. Including the BreakEven and Trailing Stop working please. 

I will add more and more development task to this project. 

Thank you for reading this. 

regards, 





Responded

1
Developer 1
Rating
(16)
Projects
20
15%
Arbitration
5
40% / 40%
Overdue
0
Free
2
Developer 2
Rating
(100)
Projects
125
23%
Arbitration
12
0% / 75%
Overdue
22
18%
Free
3
Developer 3
Rating
(41)
Projects
72
8%
Arbitration
18
11% / 56%
Overdue
18
25%
Free
4
Developer 4
Rating
(19)
Projects
31
32%
Arbitration
8
50% / 25%
Overdue
3
10%
Working
5
Developer 5
Rating
(23)
Projects
45
20%
Arbitration
25
28% / 48%
Overdue
12
27%
Free
6
Developer 6
Rating
(3)
Projects
1
0%
Arbitration
5
0% / 100%
Overdue
0
Free
7
Developer 7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(568)
Projects
641
41%
Arbitration
25
48% / 36%
Overdue
46
7%
Working
9
Developer 9
Rating
(43)
Projects
49
29%
Arbitration
4
25% / 25%
Overdue
0
Free
10
Developer 10
Rating
(574)
Projects
945
47%
Arbitration
309
58% / 27%
Overdue
125
13%
Free
11
Developer 11
Rating
(19)
Projects
23
48%
Arbitration
10
0% / 100%
Overdue
2
9%
Free
12
Developer 12
Rating
(45)
Projects
46
24%
Arbitration
34
9% / 85%
Overdue
10
22%
Free
Similar orders
I would like you to create, or if you already have one: purchase a profitable martingale OR grid EA from you that NEVER blows up the account. REQUIREMENTS Platform : only MT4 Pair : any Timeframe : any Strategy : any Profitability : 10% / month, every month. Not an "average", but: every month. Lots : dynamic (as the account grows, so do the lot sizes) THE PROCESS Send me a trial version of the .ex4 file. I will
Anallysis 30+ USD
Market signal analysis is the process of identifying, interpreting, and evaluating specific indicators or cues in the financial market to predict the direction of asset price movements. The results of this analysis generate trading signals that provide specific recommendations regarding the best time to buy, sell, or hold an asset
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
I need an MT5 Expert Advisor based on my A+ ICT/SMC Institutional Anticipation Framework. The EA must use a strict multi-timeframe hierarchy: Daily = Liquidity Map ONLY: Identify BSL/SSL, swept/unswept liquidity, equal highs/lows, major OBs, FVGs and institutional POIs. H4 = Institutional Direction: H4 determines the ONLY bias (BUY or SELL) using structure, BOS/CHoCH, OB, FVG and Premium/Discount. Lower timeframes
Automatic buy and sell entries. stoploss (sl) take profit (tp) risk management and adjustable lot size. Adjustable risk percentage per trade. Trailing stop maximum number of open trades. Trading hours filter. Ability to backtest and optimize the strategy. Easy to use settings. The EA should work reliably on mt5 and provide the source code. I want the developer to test the EA and provide backtest results before
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
WillyFX 30+ USD
need an MT5 Expert Advisor designed for educational and demo-account testing. The robot should identify trading opportunities using clear technical rules, manage entries and exits automatically, include stop-loss and take-profit controls, limit risk per trade, avoid excessive trading, and provide adjustable settings for backtesting and optimization
Forex robot 30+ USD
Hello… need an MT5 expert advisor that scans up to five user-selected symbols for bullish and bearish engulfing patterns on a chosen timeframe, displays a signal dashboard with pattern strength scores, and automatically enters trades with risk-based lot sizing, fixed stop-loss and take-profit tied to the engulfing candle’s high or low
Mt5 ea 30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained

Project information

Budget
50+ USD
Deadline
from 1 to 3 day(s)