Make RSI and Moving Average EA

MQL4 エキスパート

仕事が完了した

実行時間11 時間
依頼者からのフィードバック
Highly recommended!

指定

Input

- Lot1

- Lot2

- Lot3

- Lot4

- Lot5

- Magic Number

Logic :

Open buy when RSI(14) cross up 20 level (This can open 5 order but 1 cross time per 1 order with Lot1 - Lot5)  and candle close above MA200

Open Sell when RSI(14) cross down 80 level (This can open 5 order but 1 cross time per 1 order with Lot1 - Lot5)   and candle close below MA200

Close buy when RSI(14) cross down 80 level

Close Sell when RSI(14) cross up 20 level

応答済み

1
開発者 1
評価
(1100)
プロジェクト
1781
61%
仲裁
14
64% / 7%
期限切れ
84
5%
2
開発者 2
評価
(362)
プロジェクト
496
39%
仲裁
27
56% / 4%
期限切れ
53
11%
3
開発者 3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
4
開発者 4
評価
(414)
プロジェクト
478
40%
仲裁
7
43% / 29%
期限切れ
16
3%
5
開発者 5
評価
(320)
プロジェクト
523
66%
仲裁
52
21% / 38%
期限切れ
167
32%
仕事中
6
開発者 6
評価
(2440)
プロジェクト
3075
66%
仲裁
77
48% / 14%
期限切れ
340
11%
7
開発者 7
評価
(2100)
プロジェクト
2670
62%
仲裁
114
46% / 25%
期限切れ
420
16%
取り込み中
8
開発者 8
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
9
開発者 9
評価
(88)
プロジェクト
143
39%
仲裁
21
19% / 48%
期限切れ
30
21%
10
開発者 10
評価
(1134)
プロジェクト
1436
62%
仲裁
21
57% / 10%
期限切れ
43
3%
11
開発者 11
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(12)
プロジェクト
14
29%
仲裁
5
20% / 80%
期限切れ
6
43%
13
開発者 13
評価
(304)
プロジェクト
509
47%
仲裁
29
10% / 45%
期限切れ
138
27%
14
開発者 14
評価
(554)
プロジェクト
1341
59%
仲裁
28
82% / 0%
期限切れ
10
1%
15
開発者 15
評価
(42)
プロジェクト
47
83%
仲裁
1
0% / 0%
期限切れ
2
4%
16
開発者 16
評価
(4)
プロジェクト
5
0%
仲裁
3
0% / 67%
期限切れ
2
40%
17
開発者 17
評価
(53)
プロジェクト
79
18%
仲裁
13
15% / 54%
期限切れ
5
6%
18
開発者 18
評価
(62)
プロジェクト
140
46%
仲裁
19
42% / 16%
期限切れ
32
23%
類似した注文
All information is detailed in the attached EA diagram. I need a risk management EA build that calculated % amounts based on a snapshot of the starting balance each day, the initial balance and the floating balance. I then need to close positions based on this targets and also disable/enable algo trading. Quite basic ideas. Please see the attached image for all/more details and please let me know what you think/your
Halo These ACS&Csdash indicators work in the same way but provide signals of different currency pairs. And Either of these two ACS indicators should be selected any one and set to trade. It provides signals of multiple currency pairs in the interface So the EA should work like that to trade multiple currency pairs on one chart. CsDash should analyze whether it is a strong signal to show on the dash board and make a
Hello, Please I need help to connect a script to crypto Triangular Arbitrage to binance api to buy sell sell and buy buy sell step A Step B Step C minimum profit 0,3 and minimum 100 usdt , bnb in value 100 usdt and eth in value 100 usdt .Thanks
RSI 9 level 90/10 EA Indicators are 1. PSAR with step 0.01 max 0.02 2. Zigzag 3. SwR 1. At the close of candle at 0630 Pacific Standard Time. draw up and down of candles at 0625 and 0630 including the wick 2. Allow a breakout of either trend on up for buy and down for sell 3. Before buy. Ensure PSAR is in the buy position of candles above the PSAR line dot (Allow entry in input for setting) 4. TP1 on *% eg. 60%
I need a gold scalper EA which can trade in real environment. EA should open trades based on candlesticks close. Must have TP, Open SL, and should have DD control settings. If you can do just let me know. I may meed a test to make sure it opens real trades
Good morning. I would like to create HFT bot to trade on Prop Firm without breaking the rules. It should scalp. EA should have SL, TP, BE and even Trail Loss inputs. The EA should also have daily loss and profits target so when met the EA stops for the day
EA improvements 60+ USD
Hi, I want to improve an existing EA Ability to modify the main time frame and indicators settings. I will give you clear specifications and I will send you the source code. Best regards
Basil 50+ USD
thanks alot Very nice concept , but if I want to write a price action indicator with multiple prices (high,low,close,open)which calculates indicator value based on i.e difference of high and low there is a problem of having only one array of data (m_source_data in CIndicator class),is there a way to work around this or do you suggest to modify the CIndicator class and make the m_source_data an array of (mqlRates or
I want to deal in triangular forex arbitrage trading. I want an automated trading robot for the same. It is also expected that the developer advises me about the setting up the operations. I live in India, so he/she must know the ethical way to do it, be it international broker account or whatever. I just need to start this sooner but in the efficient way. The developer is expected to have some experience and should
Alex 30+ USD
//+------------------------------------------------------------------+ //| PriceAction.mq4 | //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023" #property link " https://www.mql5.com " #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property

プロジェクト情報

予算
30+ USD
開発者用
27 USD