RSI EA

MQL4 Esperti

Specifiche

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.



Con risposta

1
Sviluppatore 1
Valutazioni
(363)
Progetti
506
40%
Arbitraggio
147
18% / 72%
In ritardo
99
20%
Caricato
2
Sviluppatore 2
Valutazioni
(188)
Progetti
212
58%
Arbitraggio
9
11% / 89%
In ritardo
8
4%
Gratuito
3
Sviluppatore 3
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
4
Sviluppatore 4
Valutazioni
(48)
Progetti
73
37%
Arbitraggio
22
9% / 41%
In ritardo
14
19%
In elaborazione
5
Sviluppatore 5
Valutazioni
(43)
Progetti
72
49%
Arbitraggio
4
0% / 50%
In ritardo
19
26%
Gratuito
6
Sviluppatore 6
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
7
Sviluppatore 7
Valutazioni
(14)
Progetti
22
59%
Arbitraggio
2
0% / 50%
In ritardo
2
9%
Gratuito
8
Sviluppatore 8
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
50 - 75 USD
Per lo sviluppatore
45 - 67.5 USD
Scadenze
da 3 a 7 giorno(i)