Trabajo finalizado
Plazo de ejecución 3 días
Comentario del Cliente
easy to work with
Comentario del Ejecutor
Good customer with good communication skills
Tarea técnica
If 07:00am(GMT+1) candle closes above(up) its opening price then EA can consider taking a BUY order
as soon as 8:00am candle shows (the new candle), BUT THE EA MUST take note of the following conditions before executing a BUY order,
THE conditions goes as follows:
1. EA waits till 08:30am (30 min after the new candle has print)
2. IF by 08:30am the new candle price is still above {BULLISH} the closing price of 7:00am candle(the previous candle)
3. EA can take a BUY order only if this first 2 conditions are met
ELSE:it should not execute any order again for the LONDON SESSION for the day, But it can wait for the opening of the next candle 9:30am(only if number of order is 2 or more) and then
it can reconsider the same 2 conditions again (i.e if its previous candle closes above or below to reconsider for a buy or sell) before taking another order.
(5 pips T.P, 10/15 pips S.L) these parameters (T.P $ S.L) can be adjusted in the EA settings.
LIKEWISE
If 7:00am(GMT+1) candle closes below(down) its opening price then EA can consider taking a SELL order
as soon as 8:00am candle shows BUT THE EA MUST take note of the following conditions before executing a SELL order,
THE conditions goes as follows:
1. EA waits till 8:30am (30 min after the new candle has print)
2. IF by 8:30am the new candle price is still below {BEARISH} the closing price of 7:00am candle(the previous candle)
3. EA can take a SELL order only if this first 2 conditions are met
ELSE:it should not execute any order again for the LONDON SESSION for the day, But it can wait for the opening of the next candle 9:30am(only if number of order is 2 or more) and then
it can reconsider the same 2 conditions again(i.e if candle closes above or below to reconsider for a buy or sell) before taking another order
(5 pips T.P, 10/15 pips S.L) these parameters (T.P $ S.L) can be adjusted in the EA settings.
(preferable 30 min time frame for the EA ,but could be used on other time frames and should be able to work on any forex pair even metals and crypto)
===========================================================================================================================================
NOTE: EA can trade during LONDON SESSION {7:00am to 12:00pm} (GMT+1), its order sequence goes like this
1. By 08:30am if any of this above conditions are met ..E.A should take an order (BUY/SELL) if not it should not take any order for the day for LONDON SESSION ,
But it can wait to retry again at 09:30am only if the number of order for LONDON SESSION is set to 2, and if the above conditions are not still met after 2nd try it should not take order and so on,
it can also retry at 10:30am only if the number of order for LONDON SESSION is set to 3,
it can also retry at 11:30 am only if the number of order for LONDON SESSION is set to 4
which is the maximum number of times the EA can execute an order for LONDON SESSION per Day.
IF number of order for LONDON SESSION is set to ZERO that means EA should not execute any order during LONDON SESSION for the day.
LIKEWISE
NOTE: EA can also trade during NEW YORK SESSION {1pm to 5pm} (GMT+1), its order sequence goes like this
2. By 01:30pm if any of this above conditions are met ..E.A should take an order (BUY/SELL) if not it should not take any order for the day for NEW YORK SESSION
But it can wait to retry again at 02:30pm only if my number of order for NEW YORK SESSION is set to 2, and if the above conditions are not still met after 2nd try it should not take order and so on,
it can also retry at 03:30pm only if my number of order for NEW YORK SESSION is set to 3,
it can also retry at 04:30pm only if my number of order for NEW YORK SESSION is set to 4.
which is the maximum number of times the EA can execute an order for NEW YORK SESSION per DAY.
IF number of order for NEW YORK SESSION is set to ZERO that means EA should not execute any order during NEW YORK SESSION.
============================================================================================================================================
EA Settings Layout
VARIABLE VALUE
INPUT *TRADING DAYS
Monday true/false
Tuesday true/false
Wednesday true/false
Thursday true/false
Friday true/false
*NO of order for LONDON-SESSION (0 to 4)
{7am-11am GMT+1)
*No of order for NEWYORK-SESSION (0 to 4)
{1pm to 5pm GMT+1}
*LOT-size for each order ( )
*T.P for each order ( in pips )
*S.L for each order ( in pips )
*use TRALING stop true/false
trailing stop pips (in pips )
trailing step pips (in pips )
*MAXIMUM spread ( )
{if current spread is higher than max spread
set EA should not execute any order}
*MAXIMUM loss perday in % of total capital (in % )
help add a dashboard for it to display bot name (victoria xx1), equity, balance, spread
please kindly include signal notification option for EA so it can send signal to email and alert notification as soon as it takes an order
Thank you.
EA DESIGN PROTOTYPE 2 (Victoria xx1) AUTHOR: TIMOTHY ODEBODE
Han respondido
1
Evaluación
Proyectos
4
25%
Arbitraje
2
0%
/
100%
Caducado
0
Libre
2
Evaluación
Proyectos
34
26%
Arbitraje
4
50%
/
25%
Caducado
4
12%
Libre
3
Evaluación
Proyectos
403
28%
Arbitraje
40
40%
/
50%
Caducado
1
0%
Libre
4
Evaluación
Proyectos
55
62%
Arbitraje
2
50%
/
50%
Caducado
0
Libre
Solicitudes similares
I'm looking for a swing trading EA that takes 1-3 trades / week, holds these positions from a few days up to about 1.5 weeks. Symbol : any Strategy : any Timeframe : any Platform : MT4 only The catch : you would need to come up with the STRATEGY AND do the CODING The must have's : c onstant monthly returns, low drawdown I will backtest the trial version of your .ex4 file for 20+ years with 99.9% tick data accuracy
I'm a ninja trader day trader and I have worked with a company called Legendary Trader and use their indicated and automated strategies to trade. I rencenly have been playing with a free indicator I was able to download that uses CCI & ATR calculations to define the market being in an up or down trend. I have found in reviewing historical data that taking a trade when the signal flips from bull to bear sentiment or
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
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 =
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
MQL5 Forex Trading Robot Development
30 - 100 USD
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
Martingale / Grid CHALLENGE!
31 - 466 USD
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
Información sobre el proyecto
Presupuesto
80+ USD
Plazo límite de ejecución
a 7 día(s)