Trade Helper EA MT5 - v1.0

İş tamamlandı

Tamamlanma süresi: 33 gün

İş Gereklilikleri

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, 





Yanıtlandı

1
Geliştirici 1
Derecelendirme
(10)
Projeler
14
21%
Arabuluculuk
3
67% / 0%
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(100)
Projeler
125
23%
Arabuluculuk
12
0% / 75%
Süresi dolmuş
22
18%
Serbest
3
Geliştirici 3
Derecelendirme
(39)
Projeler
70
9%
Arabuluculuk
18
11% / 56%
Süresi dolmuş
18
26%
Serbest
4
Geliştirici 4
Derecelendirme
(18)
Projeler
30
30%
Arabuluculuk
8
50% / 25%
Süresi dolmuş
3
10%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(23)
Projeler
45
20%
Arabuluculuk
24
29% / 46%
Süresi dolmuş
12
27%
Serbest
6
Geliştirici 6
Derecelendirme
(3)
Projeler
1
0%
Arabuluculuk
3
0% / 67%
Süresi dolmuş
0
Çalışıyor
7
Geliştirici 7
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
24
50% / 29%
Süresi dolmuş
46
7%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(42)
Projeler
48
27%
Arabuluculuk
4
25% / 25%
Süresi dolmuş
0
Serbest
10
Geliştirici 10
Derecelendirme
(571)
Projeler
942
47%
Arabuluculuk
303
59% / 25%
Süresi dolmuş
125
13%
Serbest
11
Geliştirici 11
Derecelendirme
(19)
Projeler
23
48%
Arabuluculuk
5
0% / 100%
Süresi dolmuş
2
9%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(44)
Projeler
45
24%
Arabuluculuk
23
13% / 74%
Süresi dolmuş
10
22%
Çalışıyor
Benzer siparişler
I need a pending order grid EA with source code. This EA should work with every currency pair, every time frame and any type of accounts. Buy orders and sell orders should handle separately. contact me for other details. this is a simple EA no complex functions
I require an expert who can help me make this complicated EA for MT4 and MT5 for forex using major and minor pairs. The coder will need experience in making EAs particularly scalping strategies. I would like like to add pending or limit orders to my strategy. Slippage filter and news filter as well
I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Assets: Ideal assets are any of the following: Gold (XAUUSD) NQ (Nas100) US30. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown
Hi guys I’m after someone who can help me put a strategy into an EA with set rules and parameters! Funds for me are limited so if anyone can help me please come forward
Need to make complex EA 500 - 1500 USD
I need professional coder who can make EA based on historical trades for mt4 and mt5. It is a forex strategy. I will provide instructions on how to make but coder will need experience with making EAs with scalping and pending orders
i want money to get out of proverty. there are million ways to die, but there are two ways to live it's either rich or poor. and this is the only way I can get money, don't get me wrong but the way I'm looking at my life right now this is the only way, it's been on my mind for a long time now and I've decided to go for it. please accept my application I'll never disappoint you, I'm hungry for this shit
Description: I have a fully functioning Expert Advisor (.mq5) that trades a breakout strategy based on 2-hour session boxes. The EA works perfectly and has already been live-tested. Now, I want to create a data-gathering/analyzer version of this EA to help me validate and analyze strategy performance over historical data. This new EA should not place real trades, but instead simulate the exact same logic and track
EA Nystart 80 - 100 USD
Hallo, I have a composite indicator. It consists of seven separate indicators working in histogram mode. It works in the basic and higher time zones. When it works, you need to put this composite indicator, plus the seven separate ones that it is composed of, in the "indicators" folder. It generates an arrow on the chart on entry. I need to make an EA that makes an entry at the exact moment where the arrow is
I’m looking for an experienced MT5 developer or trader who can teach me how to backtest correctly. I want to learn: - Manual strategy testing using the Strategy Tester - Optimization and using .set files - Data quality, delays, spreads, and modeling settings - How to interpret the backtest report - Tips to avoid fake results or overfitting I prefer 1-on-1 via Zoom or screen sharing. Spanish/English is fine
Everything is based on ATR . Additional Filter requirements : - Needs Session Filter . ( please have the session filter already ) let me have a look ,[send an image of it while applying] - News Filter . ( having news and session filter already ready will aid ) - Minor changes to some of the input parameters

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD
Son teslim tarihi
from 1 to 3 gün