RSI EA

MQL4 Experts

Specification

RSI EA

 

The RSI EA should place trades once it goes through the RSI buy or sell levels from inside the lines only. For example is the buy level for the RSI is 30 the it will only place buy trades then the previous number is more then 30. If it's coming back through from levels 29 or lower one it hits 30 again it doesn't place another buy trade. Same goes for the sell side, if the level of 70 the from 69 then it hits 70 a sell order is placed, but from 71 down to 70, nothing is done.

 

The system will place additional orders only if it meets 2 condition: 1 the RSI level is hit again from the inside out again as explained above, and the trades is meets the designated "DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS" value(input 18). For example if the DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS VALUE is 100 and the value of the eur/usd is 1.22000 when the RSI level reaches 70 then it places the first trade. If the 70 level is hit again and the previous trade is still in then it will only place the trade is the eur/usd paid is at 1.22100 or higher. If not no trade is placed and it proceeds to trade with just the one order. this same protocol is to be followed for each additional trade that is entered. It has to meet both the RSI and previous trade distance criteria.

 

The subsequent trades will follow the MARTINGALE(input 2) or the lot increase rule. But instead of increasing the value of the lots, we would like the number of trades to be increased to correlate with the martingale or lot increase values. Example. If the Lot Size is 1 and conditions are meet for 4 more trades under Martingale the number of 1 lot trades will be 2, 4, and 8 trades. they don't all have to be at the same value. The same goes with the lot increase amount. If the lot size is 1 and the lot increase amount is 2 then each time the conditions are meet it will place 2 trades at 1 lot for the second trades, 4 trades at 1 lot for the third trade and 6 trades at 1 lot each for the forth trade.   

 

The last inputs I'll explain are 9 and 10(TAKE PROFIT PER SIDE IN $). If this option is set to true then the buy side and sell side trades are calculated separately. Once the input dollar amount is reached for 1 sided then it just closes out that side trades and the opposite sides keeps trading until it also reached the input $ amount. This rule also goes with the TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY.

 

INPUTS:

1.      LOT SIZE VALUE
2.      MARTINGALE: TRUE/FALSE
3.      LOT INCREASE: TRUE/FALSE
4.      LOT INCREASE AMOUNT VALUE
5.      TOTAL TAKE PROFIT FOR THIS PAIR IN $: TRUE/FALSE
6.      TOTAL TAKE PROFIT FOR THIS PAIR IN $ VALUE
7.      TOTAL TAKE PROFIT FOR THIS PAIR IN EQUITY %: TRUE/FALSE
8.      TOTAL TAKE PROFIT FOR THIS PAIR IN EQUITY % VALUE
9.      TAKE PROFIT PER TRADE IN $: TRUE/FALSE
10.   TAKE PROFIT PER TRADE AMOUNT IN $ VALUE
11.   TAKE PROFIT PER TRADE IN PIPS: TRUE/FALSE
12.   TAKE PROFIT PER TRADE AMOUNT IN PIPS VALUE
13.   TAKE PROFIT PER SIDE IN $: TRUE/FALSE
14.   TAKE PROFIT PER SIDE AMOUNT IN $ VALUE
15.   TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY: TRUE/FALSE
16.   TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY VALUE
17.   STOP LOSS IN PIPS: TRUE/FALSE
18.   STOP LOSS IN PIPS AMOUNT VALUE
19.   STOP LOSS IN $ PER TRADE: TRUE/FALSE
20.   STOP LOSS IN  $ PER TRADE AMOUNT VALUE
21.   STOP LOSS IN $ PER SIDE: TRUE/FALSE
22.   STOP LOSS IN $ PER SIDE AMOUNT VALUE
23.   DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS: TRUE/FALSE
24.   DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS VALUE
25.   MAGIC NUMBER

RSI INDICATOR INPUTS

26.   RSI PERIOD: VALUE
27.   RSI BUY LEVEL: VALUE
28.   RSI SELL LEVEL: VALUE

Can you also add BUY SIDE P/L AND SELL SIDE P/L to an on chart info display.

let me know if you have any questions.



Responded

1
Developer 1
Rating
(362)
Projects
504
40%
Arbitration
147
18% / 72%
Overdue
98
19%
Busy
2
Developer 2
Rating
(188)
Projects
212
58%
Arbitration
9
11% / 89%
Overdue
8
4%
Free
3
Developer 3
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
4
Developer 4
Rating
(48)
Projects
73
37%
Arbitration
22
9% / 41%
Overdue
14
19%
Working
5
Developer 5
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
6
Developer 6
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
7
Developer 7
Rating
(14)
Projects
22
59%
Arbitration
2
0% / 50%
Overdue
2
9%
Free
8
Developer 8
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
Similar orders
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5

Project information

Budget
50 - 75 USD
For the developer
45 - 67.5 USD
Deadline
from 3 to 7 day(s)