Specification
I want to create EA based on simple candle pattern
I will mention an example of the pattern in which a buy trade is opened,
when two Berish candles are closed
(their shape does not matter, it just should be two Berish candles in a row)
, and then after these two candles a one bullish candle closes above The highest bodies and tails of the previous two Perish candles that meets the entry candle conditions (The candle conditions will be mentioned below)
The EA enters a buy trade, and places the SL is below lowest tail of these three candles by 3 points or more (this distance must be changeable from the inputs) and targets the same target, which must also be changeable from the inputs.
This expert does not specify the target and stop loss with points NO ,(((( he identifies it with RR))) just like that1/1 or 1/2 or 1/3 or 1/4 or 1/5, and the trade ends with TP or SL
only , and it is necessary that there be a partial closing should be in the inputs, as follows: When the trade arrives To a target of 1/1RR, the expert closes 75% of the trade and continues with the rest to TP or SL,
or close 50% or 25%(Depending on the selected input settings)
and sell positions Of course, the opposite is true
Entry candle conditions: As I mentioned above,
1- it should close above the bodies and tails of the previous two candles,
2- and there must also be a close in the upper part of the Fibo. Fibo settings are in the attached image.
Of course the Fibo is used to measure the entry candle by drawing it from the bottom to the top in the case of buying
and from the top to the bottom in the case of selling.
It is only used on the entry candle and the previous two candles are not taken into account.
If a new entry condition is met and there is an effective trade, he take it maximum trade effective together is (three positions) The settings must include
time filter
and a percentage of the account size to enter each trade,
and entry with fixed lot size.
Of course, at a time when the time filter is in a resting time, the EA handles open trades normally, but He does not take a new position even if the conditions are met
and he must be able to Dealing with slippages He must be able to work on at least three pairs _________ inputs _______
Magic number......
Partial close at 1/1RR...... fix%
Fixed lot ..... True or false
Fixed lot...... 0.01
Percentage..... True or false
Percentage.... 00.00
Trailing SL ......... True or false
Trailing SL after point....... fix
Break even SL........ True or false
Break even SL after .......fix
Jump SL ...... true or false
Jump SL distance evry (points)......... fix
(((Jump SL means that the SL moves according to the specified distance. For example, if we put the number 30 points, when the price moves in the direction of the target by 30 points, the SL moves 30 points forward and stabilizes its place and does not move with the price movement except when the price also moves another 30 points forward, then it rises. And jump 30 points forward and so on and so on...)))
SL distance in points..... Fix
Maximum size for entry candle in point....... fix
Minimum size for entry candle in points ..... fix
Time filter...... True or false
Start time..... 00:00
And time...... 00:00
Comment.........
Maximum positions...... fix Max slippage allowed....... fix Max spread allowed......... fix
Responded
1
Rating
Projects
640
53%
Arbitration
34
62%
/
21%
Overdue
6
1%
Working
2
Rating
Projects
66
12%
Arbitration
12
58%
/
42%
Overdue
1
2%
Free
3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
MQL5 EA DEVELOPMENT
50+ USD
*Project Overview:* I have a working Pine Script v5 indicator (session-based range box with breakout line logic). I need this converted into a fully functional MetaTrader 5 Expert Advisor (EA), with complete entry/exit trading logic added on top. I will share the Pine Script for reference — please replicate the exact same range/breakout calculation logic in MQL5, then add the trading logic described below. *1. Core
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
An expert adviser based on MQL5
30+ USD
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
REWARD!
35 - 200 USD
I will pay you a REWARD, if you find / create an EA that fits ALL the below criteria! Platform : MT4 Timeframe : doesn’t matter Pair : doesn’t matter Strategy : doesn’t matter Drawdown : no more than 25% Return : minimum 5%, every month Lot sizing : dynamic lots I will backtest the EA with 99.9% tick data accuracy for a period of 20+ years . If the EA can produce minimum 5% returns EVERY MONTH over 20 YEARS with less
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
JazzDaBot
30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
Elite sniper scalper
30+ USD
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Project information
Budget
50 - 89 USD
Deadline
from 2 to 5 day(s)