I need 2 EAs that runs on 2 MT4s that coordinates with each other to open and close trades.

MQL4 Experten

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Kunden
Great work! Fast and accurate!

Spezifikation

I need 2 EAs that runs on 2 MT4s that coordinates with each other to open and close trades. Both MT4s will run on the same VPS or computer.

Let's name the 2 EAs "EA1" and "EA2".

-EA1 runs on one MT4 terminal, let's call it "Term1"

-EA2 runs on a second MT4 terminal on the same VPS or computer, let's call it "Term2"

-EA1 has user defined settings on symbol, direction (buy or sell), lot size, x pips profit, x pips loss, max spread (in 5th digit, so 0.0000x, ie, a value of "6" is spread of 0.6 pips), min duration (in seconds), and max trades

-EA2 has no user settings or buttons, but receives the above settings values from EA1

-EA1 displays a "start" button and a "stop" button on the chart it runs on

-EA1 and EA2 also displays "connected" in their respective terminals when connected to each other, showing that they are operational

-When the user presses "start" button on EA1, a trade is opened ONLY in Term1 with symbol, direction and lot size defined by the user in the settings

-once the trade is opened, EA1 will not do anything for the min duration as defined in the user settings

-once the min duration has elapsed, AND the trade goes in x pips profit or x pips loss as defined in the settings, AND the spread on the defined symbol is equal to or less than the max spread as defined by the settings, EA1 closes the trade and sends a signal to EA2 to open the same trade

-EA2 immediately opens the same trade in Term2 with the same direction and lot size

-once the min duration has elapsed, AND the trade in Term2 goes in x pips profit or x pips loss as defined in the settings, AND the spread is less than the max spread as defined by the settings in EA1, EA2 closes the trade and sends a signal to EA1 to open the same trade

-EA1 immediately opens the same trade in Term1 with the same direction and lot size

-this continues until the total number of closed trades (Term1+Term2) reaches the user defined setting, or until the user presses the "stop" button on EA1, in which case the one trade that is open will close, whether it be on Term1 or Term2

-you can make EA1 and EA2 check the conditions for the trades every 1-2 seconds or more frequently, it doesn't really matter as long as it doesn't use too much CPU


Example1:

-EA1 running on Term1, EA2 running on Term2

-EA1 user settings: symbol = EURUSD, direction = sell, lot size = 1, pips profit = 4, pips loss = 4, max spread = 6, min duration = 200 seconds, max trades = 20

-User presses "start" on Term1, EA1 opens a EURUSD sell order with lot size 1.00

-100 seconds after the order was open, the order goes into profit 4 pips, EA1 IGNORES this, as it hasn't been 200 seconds since the order was opened

-200 seconds after the order was opened, the order goes back to only 2 pips profit, EA1 doesn't close the trade as it needs to be in 4 pips profit or loss to close trade

-300 seconds after the order was opened, the order goes to 4 pips loss, but the spread is 8 (or 0.8 pips). EA1 doesn't close the trade as the spread is too high.

-400 seconds after the order was opened, the order goes to 5 pips loss, the spread drops to 6. Now, as all conditions are satisfied, EA1 closes the trade and sends a signal to EA2 to open the same trade.

-EA2 immediately opens the same trade on Term2 (EURUSD sell order with lot size 1.00), and as before, will wait for all conditions to be satisfied to close the trade and send signal to EA1 to open the same trade

-thus, there is only 1 order opened at any time, and EA1 and EA2 essentially pass the order back and forth until the max number of closed trades is reached as defined in the user settings (in this case it is 20, or 10 for both Term1 and Term2) or until the user presses the "stop" button


Bewerbungen

1
Entwickler 1
Bewertung
(1235)
Projekte
2820
80%
Schlichtung
156
22% / 43%
Frist nicht eingehalten
488
17%
Frei
2
Entwickler 2
Bewertung
(20)
Projekte
29
55%
Schlichtung
0
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(266)
Projekte
540
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
41%
Frei
4
Entwickler 4
Bewertung
(16)
Projekte
17
29%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
2
12%
Frei
5
Entwickler 5
Bewertung
(18)
Projekte
24
54%
Schlichtung
0
Frist nicht eingehalten
2
8%
Frei
6
Entwickler 6
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
Ähnliche Aufträge
Hi man, How are u? I have an EA and I need to check few aspects of the code, if It works fine? I am looking for an expert coder, who can understand mt4 language and help us to solve this out. This job will hardly take about 3-4 hours max for an experienced coder, when explained detail. Also, I would like to give this to someone, who can understand and speak English well. Also, the coder should be able to come via
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell

Projektdetails

Budget
150 - 233 USD
Für die Entwickler
135 - 209.7 USD
Ausführungsfristen
bis 10 Tag(e)