Fractals and Engulfing patterns

MQL4 Experts

Termos de Referência

I would like an EA that uses fractals but not in the typical fashion. Normally fractals identifies high and low points using the wick or drip of the candle. I would like it to identify zones using the candle stick only.

Fractal Resistance level - High of high stick in the middle and both the low stick and the high stick of the 2 candles on each side being lower would result in a trend line at the highest portion of the highest candle stick representing the fractal level or resistance level.

Fractal Support level - Low stick in the middle with two candle sticks higher would result in a trend line at the lowest portion of the lowest stick representing the support zone.

Bad level - If a candle closes above a resistance level or below a support level then those levels are no longer valid and should be deleted from your array or whatever you are using to store the variable.

Retest and Not New Level - If a candle wick touches a resistance level and forms a resistance fractal without a candle stick closing over the resistance level then this level should be categorized as a retest. If a candle drip touches a support level and forms a support fractal without a candle stick closing under the support level then this level should be categorized as a retest also.

*** The following engulfing candles may be different than the traditional *** 

Bearish engulfing - if(Open[1]<Close[1] && Open[0]>Close[0] && Close[1]-Open[1]<High[0]-Close[0])  I want the 1st bar to be green, second one to be red, and candle stick of first bar to be less than candle wick plus stick of second bar (Last bar created)

Bullish engulfing -  if(Open[1]>Close[1] && Open[0]<Close[0] && Open[1]-Close[1]<Close[0]-Low[0])  I want the 1st bar to be red, second one to be green, and candle stick of first bar to be less than candle wick plus stick of second bar (Last bar created)

Bearish engulfing candle - If there is a bearish engulfing candle and neither stick closes above the resistance but the wick touches or crosses over the resistance than this would signal a potential sell or short position.

Bullish engulfing candle - If there is a bullish engulfing candle and neither stick closes below the support but the wick touches or crosses under the support than this would signal a potential buy or long position.

Zone test signifying reversal - If the candle opens, touches or goes above with the wick of a candle and closes red. Then short or sell position potentially opens.

                                         - If the candle opens, touches support or goes below with drip of candle and then closes green. Long or buy position is potentially opened. 

Short positions #1 : if the previous criteria is met than the final way to check if a potential position is good is to check the difference between the last unbroken resistance level and the current one being tested and compare it to the last support level and the current resistance level being tested. It should be at least 2 to 1. if last unbroken resistance minus current position is at least half of the current position minus the last unbroken support level then short.

Long positions #1: if the previous criteria is met than the final way to check if a potential position is good is to check the difference between the last unbroken support level and the current one being tested and compare it to the last resistance level and the current support level being tested. basically the same setup as the last with a variable represting a ratio between the two. 

*** This may change according to the pair and time frame being traded. An adjustable variable representing the ratio between the two differences will be required *******

Short position #2 : find the high of the resistance levels candles and current candles testing the zone. Whatever the higher wins. I want to subtract the current price from that price and compare it to the difference between the current price and the last unbroken support. adjustable variable representing a ratio between the two.

Long Position #2 : find the low of the support levels candles and current candles testing the zone. Whatever the lower wins. I want to subtract the low price from the current price and compare it to the difference between the last unbroken resistance price and the current price. Also, adjustable variable representing a ratio between the two.

Short 1 Stop loss would be placed at the lowest drip of the previous unbroken support not being tested. 

Short 2 Stop loss would be placed on the lowest drip of the support being tested.

Long 1 Stop loss would be placed on the highest wick of the previous unbroken resistance not being tested.

Long 2 stop loss would be placed on the highest wick of the resistance being tested. 

Lot size would be calculated based off of current difference of stop location, price and adjustable variable representing the amount of risk I would like to make per trade.

Take profit on the Long would be at the resistance level

Take profit on the short would be at the support level

 

I am working too much. I don't have time to make this program or trade manually. 

Respondido

1
Desenvolvedor 1
Classificação
(2039)
Projetos
2589
62%
Arbitragem
112
45% / 26%
Expirado
417
16%
Trabalhando
2
Desenvolvedor 2
Classificação
(2367)
Projetos
2975
65%
Arbitragem
76
47% / 14%
Expirado
340
11%
Livre
3
Desenvolvedor 3
Classificação
(1847)
Projetos
3447
88%
Arbitragem
73
40% / 15%
Expirado
264
8%
Livre
4
Desenvolvedor 4
Classificação
(130)
Projetos
210
40%
Arbitragem
90
20% / 43%
Expirado
86
41%
Livre
5
Desenvolvedor 5
Classificação
(17)
Projetos
22
73%
Arbitragem
2
0% / 100%
Expirado
10
45%
Livre
6
Desenvolvedor 6
Classificação
(89)
Projetos
137
24%
Arbitragem
35
9% / 40%
Expirado
52
38%
Livre
7
Desenvolvedor 7
Classificação
(121)
Projetos
134
66%
Arbitragem
36
25% / 56%
Expirado
22
16%
Livre
8
Desenvolvedor 8
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
9
Desenvolvedor 9
Classificação
(487)
Projetos
1013
58%
Arbitragem
29
28% / 24%
Expirado
131
13%
Trabalhando
10
Desenvolvedor 10
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
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
An EA that monitors orders and enters them into recovery mode when a certain DD is reached. Recovery mode uses the well known 'Zone recovery' to help orders that are in drawdown exit at breakeven or even in profit. It is also possible to open trades with a trade panel and there are settings to activate a 'positive grid' (grid in profit) Please read the document carefully before responding to the job, this is not a

Informações sobre o projeto

Orçamento
10 - 999 USD
Desenvolvedor
9 - 899.1 USD
Prazo
de 1 para 10 dias