EA needed with the specified criteria - Using MA's, SAR, ADX & RSI

MQL4 エキスパート

仕事が完了した

実行時間5 日
依頼者からのフィードバック
Great partner! Apologies for the delay in accepting, it's my first time using the site and didn't realise I had to confirm again!

指定

Expert advisor that uses moving averages, parabolic SAR, and ADX, and RSI as filters... inputs needed as below:

Entry: when 50 EMA is above 200 EMA and parabolic SAR change to buy on candlebar close, the stoploss is place at the SAR dot level.

inputs

Trade_MA_Direction = true or false ( trades in direction of moving averages fast ema above slow ema buys only, fast ema below slow ema sell only)

FastEMA:50

SlowEMA:200

ADXFilter=true or false

ADXPeriod:10

Notradesbelow20 ( no trades taken if adx is below 20)

RSIFilter= True or false

RSIPeriod:28

Notradesbelow=30 ( no sell entry trades when rsi below 30)

Notradesabove=70 (no buy entry trades when rsi above 70)

TrailSAR= True or False ( the stoploss moves its stoplosses to each SAR dot on each candle close )

Riskpercentage = True or False ( will use % of account risk over the trade rather than just a lotsize )

RiskPercent=1 ( will use 1% risk of account balance over stoploss distance )

TimeFilter= True or False

StartTime:06:00

End Time:20:00

応答済み

1
開発者 1
評価
(2452)
プロジェクト
3088
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
2
開発者 2
評価
(879)
プロジェクト
1394
67%
仲裁
117
32% / 42%
期限切れ
215
15%
3
開発者 3
評価
(590)
プロジェクト
789
71%
仲裁
9
33% / 33%
期限切れ
22
3%
4
開発者 4
評価
(11)
プロジェクト
10
0%
仲裁
7
0% / 43%
期限切れ
1
10%
5
開発者 5
評価
(600)
プロジェクト
935
46%
仲裁
31
39% / 29%
期限切れ
93
10%
6
開発者 6
評価
(117)
プロジェクト
138
41%
仲裁
30
7% / 77%
期限切れ
17
12%
7
開発者 7
評価
(362)
プロジェクト
496
39%
仲裁
27
56% / 4%
期限切れ
53
11%
8
開発者 8
評価
(2115)
プロジェクト
2686
62%
仲裁
114
46% / 25%
期限切れ
419
16%
取り込み中
9
開発者 9
評価
(1863)
プロジェクト
3466
88%
仲裁
73
40% / 15%
期限切れ
265
8%
10
開発者 10
評価
(130)
プロジェクト
210
40%
仲裁
90
20% / 43%
期限切れ
85
40%
11
開発者 11
評価
(320)
プロジェクト
525
66%
仲裁
52
21% / 38%
期限切れ
169
32%
12
開発者 12
評価
プロジェクト
3
0%
仲裁
0
期限切れ
1
33%
13
開発者 13
評価
(14)
プロジェクト
23
17%
仲裁
3
0% / 100%
期限切れ
5
22%
14
開発者 14
評価
(414)
プロジェクト
670
33%
仲裁
60
17% / 32%
期限切れ
113
17%
仕事中
15
開発者 15
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
16
開発者 16
評価
(182)
プロジェクト
342
42%
仲裁
118
12% / 73%
期限切れ
104
30%
17
開発者 17
評価
(253)
プロジェクト
358
49%
仲裁
24
25% / 50%
期限切れ
80
22%
18
開発者 18
評価
(57)
プロジェクト
85
74%
仲裁
0
期限切れ
13
15%
19
開発者 19
評価
(53)
プロジェクト
79
18%
仲裁
13
15% / 54%
期限切れ
5
6%
20
開発者 20
評価
(1135)
プロジェクト
1438
62%
仲裁
21
57% / 10%
期限切れ
43
3%
21
開発者 21
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
22
開発者 22
評価
(59)
プロジェクト
182
55%
仲裁
31
45% / 16%
期限切れ
103
57%
23
開発者 23
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
24
開発者 24
評価
(97)
プロジェクト
121
25%
仲裁
5
20% / 60%
期限切れ
17
14%
25
開発者 25
評価
(236)
プロジェクト
440
26%
仲裁
125
21% / 57%
期限切れ
96
22%
仕事中
類似した注文
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works

プロジェクト情報

予算
20 - 100 USD
開発者用
18 - 90 USD
締め切り
最低 1 最高 7 日