SIMPLE, EFFECTIVE & EFFICIENT

MQL4 Experten

Spezifikation

SIMPLE, EFFECTIVE & EFFICIENT

Any currency pair

Any time frame

Long Only: (Must have its own input fields as the variable/criteria will be different to SHORT):
MA Period - input field
MA Shift - input field

MA Method - input field
MA Apply to - input field

Max consecutive deals - input field (example 5)
Lot size - input field
Take Profit - input field

Stop Loss - input field

Trailing stop - input field 

Methodology:
Cycle = from the time that price closes above MA (previous close was below MA) to the time price closes below MA again.

A) Open Buy 1 at price-close when price-close is above MA and previous price-close was below MA (Cycle 1 starts).

B) Close when one of the following is triggered whichever first:

  •  - Take Profit
  •  - Stop Loss
  •  - Trailing Stop
  •  - Price crosses MA

C) Once Buy 1 is open, continue consecutive buys (Example: Buy 2, Buy 3, Buy 4, Buy 5):

  •  - at close of each candle
  •  - till max consecutive deals are reached (Example : 5 deals)
  •  - for as long as long as price does not cross (Low) MA

D) Close all deals if price crosses (Low) MA.

E) If price closes below MA, Cycle 1 ends.

F) If price does not close below MA but did cross the MA during the time period, Cycle 1 is still open.
    If price does not close below MA but did cross it in the time period, close all open deals at cross-over price open again a Buy as price will close above MA.

G) If Cycle 1 stays open, keep on repeating C, D & F if Cycle 1 stays open

H) If Cycle 1 ends, start again at A when a new cycle starts.

SHORT Only (Must have its own input fields as the variable/criteria will be different to LONG):
MA Period - input field
MA Shift - input field

MA Method - input field
MA Apply to - input field

Max consecutive deals - input field
Lot size - input field
Take Profit - input field

Stop Loss - input field

Trailing stop - input field (example 5)

Methodology:
Same as for LONG but just to the opposite
 

Bewerbungen

1
Entwickler 1
Bewertung
(1093)
Projekte
1449
45%
Schlichtung
49
73% / 12%
Frist nicht eingehalten
36
2%
Arbeitet
2
Entwickler 2
Bewertung
(365)
Projekte
412
36%
Schlichtung
35
26% / 57%
Frist nicht eingehalten
63
15%
Frei
3
Entwickler 3
Bewertung
(549)
Projekte
1332
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
4
Entwickler 4
Bewertung
(21)
Projekte
24
17%
Schlichtung
15
20% / 40%
Frist nicht eingehalten
6
25%
Frei
5
Entwickler 5
Bewertung
(96)
Projekte
143
76%
Schlichtung
0
Frist nicht eingehalten
2
1%
Frei
6
Entwickler 6
Bewertung
(4)
Projekte
5
0%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(257)
Projekte
314
37%
Schlichtung
6
50% / 17%
Frist nicht eingehalten
7
2%
Frei
8
Entwickler 8
Bewertung
(84)
Projekte
149
31%
Schlichtung
32
34% / 41%
Frist nicht eingehalten
43
29%
Frei
9
Entwickler 9
Bewertung
(350)
Projekte
553
32%
Schlichtung
24
67% / 8%
Frist nicht eingehalten
16
3%
Frei
10
Entwickler 10
Bewertung
(266)
Projekte
540
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
41%
Frei
11
Entwickler 11
Bewertung
(82)
Projekte
86
57%
Schlichtung
25
0% / 84%
Frist nicht eingehalten
19
22%
Frei
12
Entwickler 12
Bewertung
(24)
Projekte
27
33%
Schlichtung
2
100% / 0%
Frist nicht eingehalten
1
4%
Frei
13
Entwickler 13
Bewertung
(8)
Projekte
12
0%
Schlichtung
21
0% / 81%
Frist nicht eingehalten
4
33%
Frei
14
Entwickler 14
Bewertung
(356)
Projekte
632
26%
Schlichtung
89
73% / 13%
Frist nicht eingehalten
12
2%
Frei
15
Entwickler 15
Bewertung
(256)
Projekte
415
38%
Schlichtung
86
44% / 19%
Frist nicht eingehalten
70
17%
Überlastet
16
Entwickler 16
Bewertung
(48)
Projekte
91
31%
Schlichtung
28
29% / 43%
Frist nicht eingehalten
42
46%
Frei
17
Entwickler 17
Bewertung
(221)
Projekte
369
66%
Schlichtung
10
50% / 0%
Frist nicht eingehalten
46
12%
Frei
18
Entwickler 18
Bewertung
(463)
Projekte
524
33%
Schlichtung
28
39% / 43%
Frist nicht eingehalten
7
1%
Überlastet
19
Entwickler 19
Bewertung
(66)
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
20
Entwickler 20
Bewertung
(563)
Projekte
932
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
124
13%
Beschäftigt
Ähnliche Aufträge
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

Projektdetails

Budget
30 - 100 USD
Für die Entwickler
27 - 90 USD