I need a EA/auto trader based on Moving Average

MQL4 エキスパート

指定

I need an EA to trade based on Moving Average. 

Inputs:

1. MA Selection (User should be able to provide MA type like simple, Exponential and weighted and MA length like 5, 10, 20, 50 etc.)

2. Lot size

3. Take profit

4. Stop Loss 

Strategy:

If the candle closes above the EMA, Buy/Long order should be placed  (Short/Sell order should be closed if already in Open). If the candle closes below EMA, Short/Sell order should be placed (Long/Buy order should be closed if already in Open)

Example Scenario:

Scenario 1: Previous Candle closed above EMA:

EA should place Buy/Long Order with TP and/or SL

Exit Criteria 1:

Order will be closed once it hits TP/SL. In this case EA should wait until the direction is changed i.e. candle closes below EMA to place Short/Sell order

Exit Criteria 2:

EA should close the Buy/Long position once the candle closes below EMA ( and should place Short/Sell order)


Scenario 2: Previous Candle closed below EMA:

EA should place Short/Sell Order with TP and/or SL

Exit Criteria 1:

Order will be closed once it hits TP/SL. In this case EA should wait until the direction is changed i.e. candle closes above EMA to place Buy/Long order

Exit Criteria 2:

EA should close the Short/Sell position once the candle closes above EMA ( and should place Buy/Long order)


Please let me know if you need more details to understand the strategy

ファイル:

応答済み

1
開発者 1
評価
(10)
プロジェクト
25
28%
仲裁
2
0% / 0%
期限切れ
1
4%
取り込み中
2
開発者 2
評価
(42)
プロジェクト
62
8%
仲裁
12
58% / 42%
期限切れ
1
2%
3
開発者 3
評価
(350)
プロジェクト
553
32%
仲裁
24
67% / 8%
期限切れ
16
3%
4
開発者 4
評価
(158)
プロジェクト
226
22%
仲裁
15
60% / 20%
期限切れ
1
0%
取り込み中
5
開発者 5
評価
(198)
プロジェクト
320
16%
仲裁
21
38% / 33%
期限切れ
16
5%
多忙
6
開発者 6
評価
(202)
プロジェクト
206
27%
仲裁
0
期限切れ
3
1%
7
開発者 7
評価
(302)
プロジェクト
383
20%
仲裁
43
60% / 23%
期限切れ
45
12%
取り込み中
8
開発者 8
評価
(105)
プロジェクト
164
32%
仲裁
12
25% / 33%
期限切れ
0
仕事中
9
開発者 9
評価
(463)
プロジェクト
524
33%
仲裁
28
39% / 43%
期限切れ
7
1%
多忙
10
開発者 10
評価
(549)
プロジェクト
1332
59%
仲裁
28
82% / 0%
期限切れ
10
1%
11
開発者 11
評価
(16)
プロジェクト
24
17%
仲裁
2
0% / 50%
期限切れ
1
4%
12
開発者 12
評価
プロジェクト
0
0%
仲裁
1
0% / 100%
期限切れ
0
13
開発者 13
評価
(3)
プロジェクト
5
0%
仲裁
0
期限切れ
2
40%
14
開発者 14
評価
(59)
プロジェクト
77
26%
仲裁
9
33% / 56%
期限切れ
8
10%
15
開発者 15
評価
(10)
プロジェクト
13
31%
仲裁
2
50% / 0%
期限切れ
1
8%
仕事中
16
開発者 16
評価
(563)
プロジェクト
932
47%
仲裁
302
59% / 25%
期限切れ
124
13%
取り込み中
17
開発者 17
評価
(71)
プロジェクト
80
10%
仲裁
35
9% / 54%
期限切れ
6
8%
仕事中
18
開発者 18
評価
(63)
プロジェクト
84
26%
仲裁
23
22% / 48%
期限切れ
23
27%
19
開発者 19
評価
(36)
プロジェクト
44
32%
仲裁
6
17% / 33%
期限切れ
8
18%
仕事中
20
開発者 20
評価
(568)
プロジェクト
641
41%
仲裁
21
57% / 29%
期限切れ
47
7%
仕事中
21
開発者 21
評価
(17)
プロジェクト
17
18%
仲裁
5
20% / 60%
期限切れ
2
12%
仕事中
22
開発者 22
評価
(96)
プロジェクト
143
76%
仲裁
0
期限切れ
2
1%
23
開発者 23
評価
(27)
プロジェクト
27
26%
仲裁
2
0% / 50%
期限切れ
1
4%
24
開発者 24
評価
(52)
プロジェクト
97
24%
仲裁
10
20% / 20%
期限切れ
12
12%
仕事中
25
開発者 25
評価
(38)
プロジェクト
40
25%
仲裁
23
13% / 70%
期限切れ
8
20%
取り込み中
26
開発者 26
評価
(61)
プロジェクト
186
73%
仲裁
4
100% / 0%
期限切れ
1
1%
27
開発者 27
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
28
開発者 28
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
29
開発者 29
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
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
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
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
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 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

プロジェクト情報

予算
30+ USD
開発者用
27 USD
締め切り
最低 1 最高 5 日