Create a Simple Robot Based on RSI

MQL4 Experts

Trabalho concluído

Tempo de execução 11 dias
Comentário do cliente
Revision after revision yet still can't get the EA correctly done. Very very slow communication as well. Won't use again.
Comentário do desenvolvedor
Thank you for giving me the opportunity.

Termos de Referência

MT4 EA


Inbuilt Indicators:

Relative Strength Index


Description:

The EA should be able to run in all timeframes & all currencies.  

Buy / Sell order should be based at start of candlestick price.


1. Entry Rules:
1.1 Buy: equal/below [RSI Low (default input: 40.0)]
1.2 Sell: equal/above [RSI High (default input: 80.0)]

**There is a reason for RSI 40 / 80. This EA is specifically for 1 currency pair trade that suit to my requirement.


2. Entry Execution: Market Order, with
2.1. Input: Lot Size
2.2. Input: Take Profit
2.3. Input: Stop Loss (hidden from market) (2 conditions: At Stop Loss, or Account Balance Protection, whichever reach first)

2.4. When hitting RSI value above 80 / below 40.

2.5. Show TP (blue line) at chart (hidden from market)

2.6. Buy order: blue dot. Sell order: red dot.

 

3) Input field values (Please rename the description if necessary) (When it has numerical value, it is manual input, not dropdown menu): 
- RSI Period (Day): 7
- RSI Upper Level: 80
- RSI Lower Level: 40
- Manual Order Lot Default Value: 0.10
- Auto Order Lot: [True / False] (by default, for every $10000 balance, trade 1.00 lot.
E.g. if $12500 balance, trade 1.25 lot; if $2000, trade 0.20 lot)
- Auto Order Lot Default Value: 1.00 (This is multiplier, can be 0.20, 0.45, 0.90, 1.50, etc… manual input). if I put 1.50, for $10000 balance, it will trade 1.5 lot. 
- Max Auto Order Lot Size: 1000
- Max Floating Orders: 8 (Buy and Sell orders each 8)
- Close Floating Buy & Sell Orders Separately: [True / False]
- Take Profit: 60 (If there are 8 orders at different price point, take the aggregate sum divide by 8, then plus 60, please discuss with me)
- Stop Loss: 5000
- Max Spread Allowed: 10
- Account Balance Protection (%): 50% [balance - equity = 50%] (To close all trades. this is for cut loss purpose)
- Trading Start Hour: 1 (ICMarkets.com, GMT+3)
- Trading End Hour: 23 (Question: Can it be 22:15, 22:30???)
- Pause trading before high important news: 60 (mins)
- Pause trading before medium important news: 15 (mins)
- Pause trading before low important news: 0 (mins)
- Pause trading after high important news: 60 (mins)
- Pause trading after medium important news: 15 (mins)
- Pause trading after low important news: 0 (mins)
- Show Graph Line high important news: True/False 
- Show Graph Line medium important news: True/False
- Show Graph Line low important news: True/False

*** Please use forexfactory.com or investing.com for pausing important news.





Respondido

1
Desenvolvedor 1
Classificação
(620)
Projetos
680
57%
Arbitragem
25
16% / 60%
Expirado
228
34%
Livre
2
Desenvolvedor 2
Classificação
(229)
Projetos
339
49%
Arbitragem
21
5% / 33%
Expirado
24
7%
Livre
3
Desenvolvedor 3
Classificação
(130)
Projetos
210
40%
Arbitragem
90
20% / 43%
Expirado
86
41%
Livre
4
Desenvolvedor 4
Classificação
(414)
Projetos
670
33%
Arbitragem
60
17% / 32%
Expirado
114
17%
Trabalhando
5
Desenvolvedor 5
Classificação
(212)
Projetos
246
45%
Arbitragem
42
10% / 57%
Expirado
5
2%
Livre
6
Desenvolvedor 6
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
7
Desenvolvedor 7
Classificação
(2)
Projetos
2
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
Hello, I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000. The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator. The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I
Требуется дописать условия постепенного закрытия позиций для готового советника. Есть готовый советник для МТ4 с простым условием для ТР. ТР= n x SL Требуется написать условие постепенного выхода из сделки. 1. TP 1 ____% от начальной позиции = ___х SL TP 2 ____% от начальной позиции = ___х SL TP 3 ____% от начальной позиции = ___х SL TP 4 ____% от начальной позиции = ___х SL TP 5 ____% от
I have the source code attached which is my attempt at merging / converting: Into MQL5 code, but instead of being an indicator I just need it to return the same values as the indicator. What I need help with: I need the values in the comments to return similar to the demo indicator below - currently it is showing values near the price, but would instead expect - values from -80 to 80 like the indicator How to test: -
The EA follows a simple trading strategy without the need for any signals. Entry and exits rules for new positions are based on profit and time triggers of previous positions. An overall profit triggers closes all open positions. A sequence of max 10 open positions is envisaged. 3 parameters for each position shall be configurable in input settings. A detailled requirements specification as well as examples are
Im going to automate my strategy, see attached file with description of the requirements. Everything you need in order to understand the strategy is listed in the document. If any questions appear feel free to ask! Please leave a quote. thanks ahead. /Axel
— EA RULES — 1. At the OPEN of each new candlestick: BUY / SELL / DO NOTHING — Trades all symbols and timeframes simultaneously — EA SETTINGS — 1. Max Exposure Risk %: (Input) (On/Off) 2. Max Daily TakeProfit %: (Input) (On/Off) 3. Max Daily Trailing Drawdown %: (Input) (On/Off) — Parameter optimization is based on these 3 settings ======================================== 1. Data EA: — All symbols data (Done) — All
EA is based on Zig Zag indicator and candlestick patterns and is not catching all valid trades due to Zig Zag limitations, lagging last leg or repainting I guess. Before I will select you please present me a solution for this issue. I am so sorry, but I haven't got time for an amateur programmers. I am searching a programmer for a longer co-operation
Brizzo bot 1.2 30 - 150 USD
*Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is below the 50-day SMA by 2% or more, buy the stock. 3. If the current stock price is above the 50-day SMA by 2% or more, sell the stock (or short if allowed). *Exit Rules:* 1. Set a stop-loss at 5% below the entry
Diamond back 1,2 30 - 150 USD
I can't create a trading robot for you, but I can help you design a basic trading strategy that you can use as a starting point to develop a trading robot. Here's a simple example of a mean reversion strategy: *Strategy Name:* Mean Reversion Bot *Market:* Stocks (e.g., S&P 500) *Timeframe:* Daily *Entry Rules:* 1. Calculate the 50-day simple moving average (SMA) of the stock price. 2. If the current stock price is

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD
Prazo
de 1 para 3 dias