Fractals and Engulfing patterns

MQL4 Experts

Specification

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. 

Responded

1
Developer 1
Rating
(2044)
Projects
2595
62%
Arbitration
112
45% / 26%
Overdue
417
16%
Free
2
Developer 2
Rating
(2367)
Projects
2975
65%
Arbitration
76
47% / 14%
Overdue
340
11%
Free
3
Developer 3
Rating
(1847)
Projects
3447
88%
Arbitration
73
40% / 15%
Overdue
264
8%
Free
4
Developer 4
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
86
41%
Free
5
Developer 5
Rating
(17)
Projects
22
73%
Arbitration
2
0% / 100%
Overdue
10
45%
Free
6
Developer 6
Rating
(89)
Projects
137
24%
Arbitration
35
9% / 40%
Overdue
52
38%
Free
7
Developer 7
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
8
Developer 8
Rating
(49)
Projects
134
27%
Arbitration
62
13% / 53%
Overdue
58
43%
Free
9
Developer 9
Rating
(487)
Projects
1013
58%
Arbitration
29
28% / 24%
Overdue
131
13%
Working
10
Developer 10
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
I have already develop metatrader 4 indicator that is exhibiting some error which in turn making the indicator to misbehave so what i need right now is to correct the error, if you are very good in mql4 language, please bid and figure out this can be solve and make it works the way i want it to work
In search of a dev who can develop an EA that executes buys on Boom and sells on Crash after a Spike. Need to be able to specify TP and SL
1. Extract all historical economic calendar data. 2. Extract all historical price data for all symbols and all timeframes. 3. Calculate the difference between successive OPEN, HIGH, LOW, and CLOSE prices for each symbol to measure correlation ( https://youtu.be/TytPUU9Y55E?si=hTGn4YBWw786J5QY 1:55-2:20). 4. Assign weights to each symbol based on their correlation with other symbols. 5. Aggregate the data from all
Hi, I am looking for a developer who will develop for me an EA code/program which will help me to get data from forex factory. The EA code/program meets the following requirements. 1. I currently have an EA that I manually specify specific (High impact) news times where I would want to start analysis (You will see a screenshot in the attached requirement). 2. I developed this EA myself, so I have the source code but
Please I need a profitable EA with any of the following criteria; Hedge Trading Hedging trades is permitted however, hedging separate accounts against each other (known as Wash Trading) is not permitted and is a direct violation of the OnlyFunds’ Terms and Conditions. Wash trading is illegal and considered to be fraudulent, as it undermines the integrity of financial markets. Swing Trading Swing trading is
I have an EA that has a nasty drawdown but otherwise is quite profitable. I am looking for a developer who can improve the drawdown by closing or hedging the older open orders. You'll need to supply a demo showing that you've solved this problem rather than just claiming that you can fix it
dear developers.i want to modify my custom indicator by adding new rules for alerts and arrows,the indicator is based upon some trend following rules and the indicator should be able to send out all types of alerts.i will need demonstration...thank you
Looking for a developer of profitable EA tested for over 2 or more years time history of profits with investors read me only access as proof of usage. MT4 or MT5
Adjust MY Hedging EA 30 - 40 USD
1. Need averaging TP for my hedging EA. (Close both Buy and Sell position with TP) 2. Add function auto/manual entry. (EA will entry based on manual position(placed by trader) or auto trade based on existing setting)
I have a robot set up that sends trading signals to my telegram group and the group sends trading signals for (28 forex pairs, 3 crypto pairs, 6 commodities, 6 indexes, & 55 stocks) basically almot 100 CFDs and sends out trend price action breakout, impulse, reversal, and exit indications to each one of those CFDs on different timeframes. I want to make it so that a person can sign up and choose which alerts they

Project information

Budget
10 - 999 USD
For the developer
9 - 899.1 USD
Deadline
from 1 to 10 day(s)