Trade Helper EA MT5 - v1.0

MQL5 Esperti Script Forex

Lavoro terminato

Tempo di esecuzione 33 giorni

Specifiche

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, 





Con risposta

1
Sviluppatore 1
Valutazioni
(16)
Progetti
20
15%
Arbitraggio
5
40% / 40%
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(100)
Progetti
125
23%
Arbitraggio
12
0% / 75%
In ritardo
22
18%
Gratuito
3
Sviluppatore 3
Valutazioni
(41)
Progetti
72
8%
Arbitraggio
18
11% / 56%
In ritardo
18
25%
Gratuito
4
Sviluppatore 4
Valutazioni
(19)
Progetti
31
32%
Arbitraggio
8
50% / 25%
In ritardo
3
10%
In elaborazione
5
Sviluppatore 5
Valutazioni
(23)
Progetti
45
20%
Arbitraggio
25
28% / 48%
In ritardo
12
27%
Gratuito
6
Sviluppatore 6
Valutazioni
(3)
Progetti
1
0%
Arbitraggio
5
0% / 100%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
25
48% / 36%
In ritardo
46
7%
In elaborazione
9
Sviluppatore 9
Valutazioni
(43)
Progetti
49
29%
Arbitraggio
4
25% / 25%
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(574)
Progetti
945
47%
Arbitraggio
309
58% / 27%
In ritardo
125
13%
Gratuito
11
Sviluppatore 11
Valutazioni
(19)
Progetti
23
48%
Arbitraggio
10
0% / 100%
In ritardo
2
9%
Gratuito
12
Sviluppatore 12
Valutazioni
(45)
Progetti
46
24%
Arbitraggio
34
9% / 85%
In ritardo
10
22%
Gratuito
Ordini simili
Hello, I am looking for an experienced MQL5 developer to develop a professional and reliable Expert Advisor (EA) for MetaTrader 5. The EA will be based on a custom automated Forex trading strategy that I have developed and tested. The detailed trading logic and proprietary rules will be provided privately to the selected developer. General requirements: • Development in MQL5 for MetaTrader 5. • The EA will initially
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

Informazioni sul progetto

Budget
50+ USD
Scadenze
da 1 a 3 giorno(i)