Basic RSI Robot

MQL4 エキスパート

仕事が完了した

実行時間1 日
依頼者からのフィードバック
Fast delivery and experienced developper, easy to work with him. I hope we work together again.
開発者からのフィードバック
Thanks so much!!!!!

指定

Hi ,

I need a Simple EA which will work with RSI. Trade logic is like this. For sell order: RSI should be above a level first (70 on this screen shot) then RSI should cross second level from above to below ( 60 on this screen shot) and at that point EA will create a Sell order. For Buy order it's opposite, RSI should be below a level first (30 on this screen shot) then when it cross a certain level from below to above(40 on this screen shot)  it should create a BUY order. 


                               SELL                                                                                                BUY

                     



On the second part If first trade closes by stoploss another which means a losing trade. Then EA will create another market order immediatly but to the opposite side. If losing trade was a SELL market order so it will create a BUY market Order. If also that second Market order Which was a Buy order closes by stoploss then 3.Market order will be SELL order. It will continue like this until finding the winning trade. (Closing by limit) Then it will start to work again from the beginning. 

Which means every time there will be only 1 open position.


Example: If EA started with SELL Market order sequence will be SELL-BUY-SELL-BUY-SELL

               If EA started with BUY market order sequence will be BUY-SELL-BUY-SELL-BUY


EA can create 5 consecutive market order until finding the winning trade ıf it's consecutive 5 losing trades EA should stop trading. And Starts from the begging. 


Also I need a time constraint which EA will work between that time period. At stop time EA stop creating market orders and at Close Open order time, EA will close open order if there is and will start to trade from the beggining next day on start time 


I need this parameters on settings page of the EA :

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

EA time to start working:

EA time to stop working:

EA Time close open order ıf there is: 

RSI Settings period:

RSI Price (closed,open,high,low and so on):


RSI first level to Sell : ( Rsı should be be above this level first)

RSI Second level to Sell : (RSI should cross from above to below this level where EA will create a SELL market order)


RSI first level to Buy: (Rsi should be below this level first)

RSI second level to Buy: (Rsi should cross from below to above this level where EA will create a BUY market order)


1.Market order lot size:

1. Market order limit:

1. Market order stoploss:


2. Market order Lot size:

2. Market order Limit:

2. Market order Stoploss:


3.Market Order Lot size:

3.Market Order Limit:

3. Market Order Stoploss:


4. Market Order Lot size:

4.Market Order Limit:

4. Market Order Stoploss:


5. Market Order Lot size:

5. Market Order Limit:

5. Market Order Stoploss: 

応答済み

1
開発者 1
評価
(468)
プロジェクト
703
56%
仲裁
45
29% / 31%
期限切れ
115
16%
仕事中
2
開発者 2
評価
(2441)
プロジェクト
3076
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
3
開発者 3
評価
(137)
プロジェクト
167
35%
仲裁
11
91% / 0%
期限切れ
0
4
開発者 4
評価
(647)
プロジェクト
1295
67%
仲裁
84
26% / 49%
期限切れ
338
26%
5
開発者 5
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
6
開発者 6
評価
(2)
プロジェクト
4
25%
仲裁
3
33% / 67%
期限切れ
1
25%
7
開発者 7
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
8
開発者 8
評価
(1100)
プロジェクト
1457
46%
仲裁
49
73% / 12%
期限切れ
36
2%
仕事中
9
開発者 9
評価
(349)
プロジェクト
463
51%
仲裁
41
24% / 49%
期限切れ
149
32%
10
開発者 10
評価
(23)
プロジェクト
27
22%
仲裁
0
期限切れ
1
4%
11
開発者 11
評価
(1134)
プロジェクト
1436
62%
仲裁
21
57% / 10%
期限切れ
43
3%
12
開発者 12
評価
(6)
プロジェクト
8
13%
仲裁
1
0% / 100%
期限切れ
0
13
開発者 13
評価
(135)
プロジェクト
193
42%
仲裁
17
29% / 59%
期限切れ
28
15%
14
開発者 14
評価
(19)
プロジェクト
35
26%
仲裁
10
30% / 70%
期限切れ
5
14%
15
開発者 15
評価
(117)
プロジェクト
138
41%
仲裁
30
7% / 77%
期限切れ
17
12%
16
開発者 16
評価
(197)
プロジェクト
320
35%
仲裁
64
13% / 56%
期限切れ
83
26%
17
開発者 17
評価
(96)
プロジェクト
143
76%
仲裁
0
期限切れ
2
1%
類似した注文
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

プロジェクト情報

予算
50 - 75 USD
開発者用
45 - 67.5 USD
締め切り
最低 1 最高 3 日