MT5 EA Development for Non-Hedging Broker

MQL5 专家 C++ C# Java JavaScript Python

指定

Meta EA
*****************************************************
Variables
Stop loss : x pips (Distance in Pips), 10 pips plus ,minus the most recent bottom or top of lowest low or highest high , depending on either it is long or short trade.
Next trade: Y pips (Distance in Pips);
Y= Adding in positive on an opening of 4th candle, after a 3rd consecutive candles close in the same direction.... Not a fixed pip distance.
The next trade must be added above the last trade price if it is a long trade and below the price of the last trade if it is short trade. The condition for taking the next trade remains the same
That the 3 consecutive candles closed in the same direction+ Distance in pips between the opening price of the last trade and the asking price of the 4th candle = set in variables. Before the next trade is taken on the opening of 4th Candle price.
Z= Trade size
Following are variables in setting
1-Direction to open the First trade Buy /sell
2- Stoploss X points from nearest high/low (Numeric value)
3-Next trade distance x consecutive candles in our direction (Numerical value)
4-Number of consecutive candles to open new trade (numerical value)
5-Start Time
6-End time
7- Lot size (from 0.01 to high numbers)
8- Distance between the entry point and sl trail position in profit (Pips)
9- Number of trades limit in positive direction (Numerical)
10-Multiply Factor for increased lot size in flip trades (numerical value)
MECHANISM OF TAKING TRADES
At the opening of EA, the trader will select either short or long trade to start the EA.
If the last Z trade goes in to profit = Y pips (Distance set in parameters+ 3 consecutive candles closed in same direction of the trade.
Then
Add another Z trade in the same direction And move the SL of previous trade in to its entry position + pips in profit set in variable.
Continue on adding new trades as per above conditions
Till the Limit of adding trades in positive direction is met (which is set in the variables parameters)
For example: If the Multiply Factor variable is set for 3 trades, The EA Must close all trades in profit on the opening on 3rd trade in positive, according to set conditions And take a new trade of the set lot size in the same direction of the last trade.
If the last trade goes in to loss = X pips and stop loss hit.
Then
Add A single new trade in OPPOSITE direction with INCREASED LOT SIZE by adding the lot sizes of last trades which were stopped out, multiplying by the set Factor (in variable) .
I.e. If the total of lot sizes of the last trades which hit SL is 4 lot sizes, and the factor is set 2, then the new lot size will be 4*2= 8 lot size of this new trade.
SL of this new trade still be the same as per conditions, recent low or high of the candles in chart.
WE WILL continue to increase the lots size of the flip trades at every SL hit as per above conditions.
If any of these higher lot trades goes in to profit, the next trade will be of a REGULAR LOT SIZE set in parameters and the SL of the higher lots size trade will be moved to the entry + point .
If the 2nd trade also goes in to profit, and the 3rd trade is taken as per set conditions, the EA will check the limit set in parameters of positive trades and if it is set for 3 trades, the EA will close all trades in profit at the opening of 3rd trade and take a new trade of regular lot size in the SAME direction of the last trade.
TRAILING OF SL
Each trade will have stop loss pips.
As soon as the next trade is taken, the SL should trail to the entry position of last trade.
There is no profit target of any trade, however, all trades must be closed whenever the limit of the positive trades taken is met and all trades must close in profit.
EA must have a time schedule for start and stop session time.
Conditions of adding trades in positive
After taken the initial trade, the EA monitors the candles and take a next trade only
1- On the opening of following candle when the Z consecutive candles are closed in the same direction of the last trade (Z being a numerical count of consecutive candles define in settings)
&
2- If the distance between Ask and previous order open price is more than Y points being a variable defined in settings.
WHAT IF ONE condition is met but not the other?
i.e the 3 consecutive candles condition is met but the distance Y is not met , The EA will now only monitor the distance and as soon as the Y variable is met , IT will take next trade.

反馈

1
开发者 1
等级
(132)
项目
191
81%
仲裁
17
29% / 47%
逾期
10
5%
空闲
2
开发者 2
等级
(314)
项目
334
71%
仲裁
4
100% / 0%
逾期
1
0%
工作中
相似订单
Hello programmers, I'm seeking for a professional reverse engineer that is able to debug and optionally decompile (if that is feasible) an expert advisor that uses a DLL-lock. The job is very challenging, therefore I'm only looking for expert C++/DLL engineers that is able to reproduce the original strategy in details (if decompilation is not possible, the code is not required, but a full explanation of the strategy
Hello I'm in possesion of a straightforward MT% Expert AdvisorThat I want to convert into DXTrade. Are you able to do this conversion? Kindly let me know if the fil atached will be enough
Hello, I need a quote for developing a bot for my renko based trading system on ctrader platform and based on the attached specification your expertise is highly needed for this project Thanks
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to
Hi Friends, we are forex broker ,we have MT5 admin , manager , and access everything, and we need personal trade copier ,with more options included. And below requirements are compulsory enable in copier, #1 If i delete (disappear) one open position in master account, then also delete (disappear) all slave accounts in same open position, in B Book (NO LP ) accounts. #2. I want
Fix my ea and add reverse trade feature plus has Make ea with trailing stop, once trade is closed in loss open in opposite, close in win open in same position. The ea must trail from 0 ( from the start)
Hello, please let me know if any of these strategies can be turned into a bot (automation) and run 24/7 on a vps. Also note that they might not use the latest versions of indicators, if this matters, then please check for the latest versions. Thank you! Dan https://1drv.ms/f/s!Alr17W7ddJLYgYgiFKZYluOfokbfQg
Hello! Thanks for reading. I need an EA with an inbuilt/already made strategy that I can use for prop firms. The drawdown should be very low of only 2-4% max and another criteria is that no one else other than you are currently using it and if you happen to use it you must tell me which prop firm you are using it on to avoid us using the same EA on the same prop firm to get the account denied. As you know or may
Hello, I am looking for an programmer to convert a TradingView strategy pine script to MT5 EA auto trade bot. The indicator is based on the FVG/Imbalance (Pine script will be provided) The MT5 EA must return 100% the same results as TradingView script The MT5 EA must include the same options as TradingView The MT5 EA must be errors free
Hello, I am seeking someone who can translate my TradingView Pine Script strategy into cAlgo code language. This is to enable us to automatically execute our trades via Ctrader, eliminating intermediary steps such as copiers and MT5. Would you be able to assist us with this? Looking forward to your response

项目信息

预算
30 - 45 USD
开发人员
27 - 40.5 USD