Trade Helper EA MT5 - v1.0

仕事が完了した

実行時間33 日

指定

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, 





応答済み

1
開発者 1
評価
(16)
プロジェクト
20
15%
仲裁
5
40% / 40%
期限切れ
0
2
開発者 2
評価
(100)
プロジェクト
125
23%
仲裁
12
0% / 75%
期限切れ
22
18%
3
開発者 3
評価
(41)
プロジェクト
72
8%
仲裁
18
11% / 56%
期限切れ
18
25%
4
開発者 4
評価
(19)
プロジェクト
31
32%
仲裁
8
50% / 25%
期限切れ
3
10%
仕事中
5
開発者 5
評価
(23)
プロジェクト
45
20%
仲裁
25
28% / 48%
期限切れ
12
27%
6
開発者 6
評価
(3)
プロジェクト
1
0%
仲裁
5
0% / 100%
期限切れ
0
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
8
開発者 8
評価
(568)
プロジェクト
641
41%
仲裁
25
48% / 36%
期限切れ
46
7%
仕事中
9
開発者 9
評価
(43)
プロジェクト
49
29%
仲裁
4
25% / 25%
期限切れ
0
10
開発者 10
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
11
開発者 11
評価
(19)
プロジェクト
23
48%
仲裁
10
0% / 100%
期限切れ
2
9%
12
開発者 12
評価
(45)
プロジェクト
46
24%
仲裁
34
9% / 85%
期限切れ
10
22%
類似した注文
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Foxer trading 30 - 500 USD
Automated Forex trading software is generally evaluated by users on independent forums like Forex Peace Army, Myfxbook, and Trustpilot. The highest-rated systems typically fall into three categories, depending on your risk tolerance and trading style: GPS Forex Robot : Famous for its long-term track record on verified Myfxbook accounts. Users praise its steady trend-following logic and its conservative approach
Raydon read 30+ USD
Instead of an answer key, bots use user-defined settings like lot size, stop-loss, take-profit, and unique identifier numbers (magic numbers).Logic Rules: They scan markets for triggers like moving averages, RSI, or MACD.Execution: Trades happen programmatically to remove human emotion
Tex 30+ USD
Today's Trading Strategy Options: Employ a disciplined execution approach based on the following two price-reaction scenarios: Scenario A. Buy Strategy (Capitalizing on Bullish RSI Momentum) – Trigger: Wait for the price candle to close decisively above the MA 50 (157.815). Take Profit: Set the initial target in the 158.200 range, with a maximum target of 158.500. Stop Loss: Place below the MA 20 or around the
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
need an EA or indicator done , based on any strategy but with the following specific risk management parameters ; were i am able to do at least 2RR(standard reward-risk ratio for every trade) , fair win rate that is at leat 50% , EA should be able to generate at least 2 trades and above per week , favourable sharpe ratio . total drawdown of not more than 8% any given month and not over 3% any given day , would
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
I need a professional programmer who can code this top tier professional synthetic index EA structure perfectly to my laptop extra perfectly payment after successful job very urgent needed here in Nigeria at onitsha Here is my contact you can message me on my WhatsApp 09121052987/ direct call 09038568050
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

プロジェクト情報

予算
50+ USD
締め切り
最低 1 最高 3 日