Lavoro terminato
Tempo di esecuzione 1 giorno
Feedback del dipendente
He is professional and very nice. Thank you.
Feedback del cliente
Well done! The EA works perfectly. Very responsive developer. It is great working with you
Specifiche
(Personal job) I need an arbitrage EA that opens trades when the price difference between 2 MT4 terminals is large, and closes the trade when price difference is small.
Summary:
On the same computer, I will use 2 MT4 terminals - Primary MT4 and Secondary MT4. There will also be 2 EAs - Primary Trading EA and Secondary EA. The Primary Trading EA will be installed in Primary MT4. Secondary EA will be installed in Secondary MT4. The Secondary EA is the same one that you did for me, without any change. The Primary Trading EA will analyze the data in the exchange file every second, and trade if conditions are met.
Secondary MT4 will have one Secondary EA to send data for all symbols in the market watch.
I will trade multiple symbols on the primary MT4. For each symbol, there will be a M1 chart and I will attach a Primary Trading EA. I will use different settings for each symbol. All EAs will use the same data exchange file.
In the Primary MT4, I will also install the previous Primary EA to close trades. (https://www.mql5.com/en/job/155536) All EAs will use the same data exchange file.
========================================================================================
Details:
There are 4 parameters that are used for calculation.
ClosePrimary- Candle closing price of primary MT4
CloseSecondary- Candle closing price of secondary MT4
S: This is a manual parameter that I will input in the settings. This is a number such as -10, 10, 5 or 0.
P: This is a manual parameter that I will input in the settings. This is a number such as 50, 40, 25 or -50.
=========================================================================================
Just follow the formula below to code the EA.
Condition to Sell:
(ClosePrimary - CloseSecondary) of previous minute in points ≥ S + P + 5
Condition to close Sell:
(ClosePrimary - CloseSecondary) of previous minute in points ≤ S + 1
Condition to Buy:
(ClosePrimary - CloseSecondary) of previous minute in points ≤ S - P + 5
Condition to close Buy:
(ClosePrimary - CloseSecondary) of previous minute in points ≥ S - 1
(Please show the calculation in the Experts log when Primary Trading EA opens or closes a trade. This is so that I can check if calculation is correct)
===============================================================================================================
-Primary Trading EA Settings-
Primary Suffix: Suffix of primary MT4 (Default: y)
Secondary Suffix: Suffix of secondary MT4 (Default: s)
File Name: Name of exchange file (Default: DataExchange)
S: Parameter used for calculation. (Default: -10)
P: Parameter used for calculation. (Default: 50)
TimeRange: This is the time range for the Primary Trading EA to trade in broker time. For example, 08:00-21:00 means Primary Trading EA will trade from 8am to 9pm broker time. (Default: 08:00-21:00)
EquityPerLot: Equity required for each lot to trade. Lot size = Equity/EquityPerLot. For example, if EquityPerLot=2000, and equity is 4000, EA opens 2 lot for each trade. (Default: 2000)
TakeProfit: Profit target in points. (Default: 500)
StopLoss: Stop loss in points. (Default: 500)
MinutesToClose: Primary Trading EA will close trades that are open for too long. For example, if MinutesToClose=10, EA will close trades that are open for 10 minutes. (Default: 10)
MaxSpread: Maximum current spread of primary MT4 to open trade, in points. If spread is above this value, EA cannot open trade. EA will keep on trying to open trade at the next calculation. (Default: 30)
MaxVolume: Maximum volume of previous primary candle for trade to be allowed. (Default: 100)
Note 1: Primary MT4 and Secondary MT4 have same broker time.
Note 2: Each Primary Trading EA can open max 1 trade at a time.
========================================================================
These are the symbols that I will attach Primary Trading EA on. I will keep these symbols open in the market watch. I may add more symbols in future.
AUDCAD
AUDCHF
AUDJPY
AUDNZD
CADCHF
CADJPY
EURAUD
EURCAD
EURCHF
EURJPY
EURUSD
GBPAUD
GBPCAD
GBPJPY
GBPNZD
GBPUSD
NZDCAD
NZDJPY
USDJPY
Con risposta
1
Valutazioni
Progetti
68
25%
Arbitraggio
12
42%
/
42%
In ritardo
4
6%
Gratuito
2
Valutazioni
Progetti
126
35%
Arbitraggio
6
0%
/
67%
In ritardo
2
2%
Gratuito
Pubblicati: 25 codici
Ordini simili
Need v22 bot
100+ USD
*V22 Investor account latest Setting Tester* *Price 600$* *Share with friends and Traders💸* Account no : 474461283 Password : V22@scalper Server : Exness-MT5Trial15 I need exactly the same bot. Please log in and check the bot yourself to see exactly how it works, and then create the same bot for me
MT5 EA Audit, Improvement, and Live Auto-Trading Requirements The EA/source code file is attached . Please carefully read and analyze the complete attached code before making any changes. This EA was developed based on my own trading strategy, rules, and indicators. I personally use these same rules for manual trading, and when I identify the required conditions manually on the MT5 chart, I open trades based on them
MT5 EA/Robot Development and Live-Execution Requirements I have developed and attached an MT5 Expert Advisor (EA/robot). The EA was developed with the help of ChatGPT and other AI platforms. However, although the code may compile and appear to work in backtesting, it does not always behave according to the strategy, rules, indicators, and trade-management logic that were originally designed. I do not want another
AI-Powered Forex Trading EA for MetaTrader 5
700 - 1500 USD
I need a professional AI-assisted Forex trading Expert Advisor (EA) for MetaTrader 5. The EA should not be based on a simple single indicator strategy. I want a robust multi-factor trading system that can analyze market conditions, trend, momentum, volatility, price action and risk before entering a trade. Requirements: Forex trading on MT5 Automated analysis and trade execution Dynamic entry and exit decisions Stop
Create a fully automated MetaTrader 5 (MT5) Expert Advisor (EA) in MQL5 based on the following exact trading strategy. STRATEGY NAME: Previous Day High/Low Daily Breakout Strategy INSTRUMENTS: 1. XAUUSD — fixed lot size: 0.01 2. EURUSD — fixed lot size: 0.10 TIMEZONE: All strategy times must be calculated in Indian Standard Time (IST / UTC+5:30). The broker's server time may be different, so the EA must correctly
OVERVIEW: I am looking for an experienced MQL developer to build a proprietary Expert Advisor (EA) specifically optimized to PASS evaluation challenges on modern prop firms (specifically targeting The 5%ers execution rules). The EA must rely on momentum and volume expansions, completely avoiding toxic strategies such as Grid, Martingale, or averaging down. Every trade must protect the account's daily drawdown
Hello here, I need someone who can work on pinescript and also with Renko charts. My entries for my strategy would be based on stop orders Kindly let me know if you can work on this for me and i will send necessary file and quote in the chat
Trade XAUUSD only Support MT5 Use Buy Stop and Sell Stop pending orders around a configurable breakout range. When the market breaks the range, activate the corresponding trade. Automatically place Stop Loss and Take Profit immediately with every order. Automatically cancel the opposite pending order after one side is triggered. No Martingale No Grid No averaging down No loss recovery system No unlimited position
Converting MT4 to MT5 Project
30 - 3000 USD
Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
Hello! I want to automatically trade on Sierra Charts (IronBeam Brokerage). NQ ($20 per "handle") or MNQ ($2 per point or handle) - futures Broker: IronBeam mostly for the low capital requirement for futures Chart: Sierra Charts I almost exclusively trade a 5-20 bracket with 2 contracts (first contract closes at a +5 and second bracket closes at a +20.) When the +5 is reached, I move my stop from -15 to BE
Informazioni sul progetto
Budget
50+ USD