An expert advisor based on RSI, STO and MACD needed

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 4 minutos

Termos de Referência

1.  The idea of the trading system is as follows: market entries are performed when MACD, RSI and Stochastic K main signal lines are in the same current trend direction.

MACD: use attached file MACD_coloured.mq4 (12,26,9)

Stochastic K: Stochastic main (14 period, 3 slowing)

RSI: (7)

 

2.  Trend is determined based on each indicator.

 

An indicator shows an UP TREND when:

RSI is above 50

Stochastic K is above 50

i) MACD main above signal line and difference between the two is increasing

 

An indicator shows an DOWN TREND when:

RSI is below 50

Stochastic K is below 50

ii) MACD main below signal line and difference between the two is increasing

 

MACD is not in trend when:

iii) MACD main above signal line and difference between the two is decreasing

iv) MACD main below signal line and difference between the two is decreasing

As depicted by indicator MACD_coloured.mq4 :

i)  Bright green

ii) Bright Red

iii) Dark green

iv) Dark red

 

3.  Trading Signals:

Trading signals should only be acted upon at at the start of a new bar.

 

ENTRY:

Buy signal: All three indicators show an UP TREND in the previous bar

RSI UP TREND     &&     Stochastic K% UP TREND     &&     MACD UP TREND

RSI > 50

STO > 50

MACD Entry when previous bar is bright colour - ie BUY when previous bar is bright green

Sell signal: All three indicators show a DOWN TREND in the previous bar

RSI DOWN TREND       &&       Stochastic K% DOWN TREND       &&       MACD DOWN TREND

RSI < 50

STO < 50

MACD Entry when previous bar is bright colour - ie SELL when previous bar is bright red

EXIT

OP_BUY: The previous bar - RSI is NOT in an UP trend   OR Stochastic K% is NOT in an UP trend OR MACD is NOT in an up trend

RSI < 50

STO < 50

MACD when previous bar is not bright green

 

OP_SELL: the previous bar - RSI is NOT in a DOWN trend OR Stochastic K% is NOT in a DOWN trend OR MACD is not in a DOWN trend

RSI < 50

STO < 50

MACD when previous bar is not bright red

 

4.  Positions are closed :

- on trading signal at start of new bar.  All positions closed at market.

- on Calculated TP or Trailing SL at any time

 

5.  Positions are opened:

- on trading signal at start of a new bar

BUY positions opened at one point above the high of the previous bar.

SELL positions opened at one point below the low of the previous bar.

 

One position open at any time

Size of position in points The value is set in the InpSize input parameter.

 

6. Additional filters for opening a position:

No additional filters

 

7. Additional filters for closing a position:

No additional filters

 

Protective Orders:

10.  Close by Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. The value is determined by Average True Range: ATR(7) x 3

 

9. Close by Trailing Stop Loss

 is used to protect profit and minimise loss. Stop Loss is set by Average True Range: ATR(7) x 1.5. for:

OP_BUY from the low of the previous bar

OP_SELL from the high of the previous bar

 

11.  Position Management

SL and TP should always be managed by the EA, never by the server.

SL and TP can occur during any OnTick()

If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance from the low of the previous bar. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased for OP_SELL

 

Exit trade due to TP and SL at any time in any OnTick()

If none of the protective orders (Take Profit or Stop Loss) triggers, the position should be closed by a trading signal at the start of a new bar. No other position exit methods are available.

 

12.  Add comments to describe function of each section - be descriptive of function and reason

13.  In price window:

A.  For any position opened, add line at that bar, at both TP (Blue)  and SL (red)  levels.

B.  Add line at each bar a SL is updated at the updated SL level

C.  Add a green dot above a bar if all three indicators show an UP trend - make it yellow if the previous bar does not have all three indicators show an up trend

D.  Add a red dot below bar if all three indicators show a DOWN trend - make it pink if the previous bar does not have all three indicators show a down trend

14.  Copyright will be transferred to me

15. C++ formatting preferred

16. Multiple screenshots of EA testing with Indicators clearly visible - so decision making methodology can be assessed and compared with demonstration testing. 

 

 


Respondido

1
Desenvolvedor 1
Classificação
(55)
Projetos
96
40%
Arbitragem
13
38% / 62%
Expirado
25
26%
Livre
2
Desenvolvedor 2
Classificação
(57)
Projetos
72
22%
Arbitragem
13
46% / 15%
Expirado
5
7%
Livre
3
Desenvolvedor 3
Classificação
(15)
Projetos
17
6%
Arbitragem
1
0% / 100%
Expirado
1
6%
Livre
4
Desenvolvedor 4
Classificação
(143)
Projetos
255
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
5
Desenvolvedor 5
Classificação
(350)
Projetos
553
32%
Arbitragem
24
67% / 8%
Expirado
16
3%
Livre
6
Desenvolvedor 6
Classificação
(14)
Projetos
14
50%
Arbitragem
2
0% / 100%
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(58)
Projetos
76
33%
Arbitragem
9
78% / 11%
Expirado
7
9%
Livre
8
Desenvolvedor 8
Classificação
(2428)
Projetos
3057
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
9
Desenvolvedor 9
Classificação
(7)
Projetos
12
42%
Arbitragem
1
0% / 100%
Expirado
2
17%
Livre
10
Desenvolvedor 10
Classificação
(137)
Projetos
167
35%
Arbitragem
11
91% / 0%
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(42)
Projetos
88
14%
Arbitragem
30
30% / 53%
Expirado
36
41%
Trabalhando
12
Desenvolvedor 12
Classificação
(48)
Projetos
51
43%
Arbitragem
1
0% / 0%
Expirado
0
Livre
Pedidos semelhantes
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other
Hi man, How are u? I have an EA and I need to check few aspects of the code, if It works fine? I am looking for an expert coder, who can understand mt4 language and help us to solve this out. This job will hardly take about 3-4 hours max for an experienced coder, when explained detail. Also, I would like to give this to someone, who can understand and speak English well. Also, the coder should be able to come via
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. THREE TYPES OF ENTRIES 1: AGGRESSIVE 2: DIVERGENCE 3
Indicator in use: Bollinger Bands Mechanism (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the lowest point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal; or if on Futures if the increment is .25 or .10 then this is used) 2. Enter sell ONLY on the next candle if price breaks
Indicator in use: Bollinger Bands Mechanism: (See diagrams provided for help) Sells: 1. Trigger candle: When candle low is above the top Bollinger band - accurate to the point scale (e.g. On EURUSD if candle low is 1.07915 and the value of top bollinger is 1.07914 - this is a sell signal) 2. Enter sell ONLY on the next candle if price breaks below the trigger candle LOW (using the e.g. above- if next candle price
hey guys, im looking for an auto mt5 license system through a web app i have already, i simply want it so a unique license key is generated for memebers, they input this onto the EA input and then it checks if its valid. active license per user capped at 5. i already have an mt5 coder and dec team for the app so i dont know if youd prefer to intergrate onto the webapp yourself or simply provide the code and doc so my

Informações sobre o projeto

Orçamento
200+ USD
Desenvolvedor
180 USD