Fractals and Engulfing patterns

MQL4 专家

指定

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. 

反馈

1
开发者 1
等级
(2042)
项目
2592
62%
仲裁
112
45% / 26%
逾期
417
16%
工作中
2
开发者 2
等级
(2367)
项目
2975
65%
仲裁
76
47% / 14%
逾期
340
11%
空闲
3
开发者 3
等级
(1847)
项目
3447
88%
仲裁
73
40% / 15%
逾期
264
8%
空闲
4
开发者 4
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
86
41%
空闲
5
开发者 5
等级
(17)
项目
22
73%
仲裁
2
0% / 100%
逾期
10
45%
空闲
6
开发者 6
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
7
开发者 7
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
8
开发者 8
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
9
开发者 9
等级
(487)
项目
1013
58%
仲裁
29
28% / 24%
逾期
131
13%
工作中
10
开发者 10
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
I need someone to create an MA crossover EA. This program should be able to trade the crosses. We would be using the MA indicators to make decisions about buying and selling stocks or other assets. The MA crossover would help me invest my money more effectively by automatically executing trades based on these indicators. If you can create this program, please let me know as I am interested in working with you
the idea of the bot is to trade based on trend. we are going to use 5 different sma( smoothed moving average). they are sma7,sma20, sma50, sma100 and sma200. the bot will look for only buy trades when all the smas are facing up. the bot will look for only sell trades when all the smas are facing down. when we are in a up trend, the bot will look to enter trades on bullish candles that create fvg. if there is an fvg
Topx 80+ USD
1)I need EA with on/off button per currency and buttons to control lots size, auto change of currency with time, Dashboard of 4 indicators (Bollinger, Currency strength, FVG and Gann ) and trade management. Entry: When buy is clicked, the EA draws a line. After x pips market move away from the line or when price moves to given price line and or time, the EA opens buy order if clicked/selected indicators align. Set
I'm looking for an experienced developer to make some modifications to my MT4 Currency Strength Table indicator. Key Requirements: - I would like to have the add on feature of delta or the difference of the strength of currencies displayed in the new table and showing as B or S of only the one currency pair when the delta or difference arises. the delta will change values as the difference of strength of compared
I need Spike DETECTOR EA for Boom and Crash.. which will send me notification or alerts when spike is near. The EA should also be able be buy on crash Index and sell on Boom Index depending on the market..Demo may be provided for faster execution of my order
· I need an MT5 EA that trades on Currencies, Indices, Metals, Crypto, Commodities and Deriv Synthetic Indices. · It should trigger trades on the Moving average cross above or below of the RSI levels in the same window. It should have a Trailing stop and break even input variables. Please note that I only want to use the RSI levels and not its period hence the RSI period will be set to 1. Also the
ODSMART EA 30 USD
I want an EA developed from this strategy that will buy and sell based on the appearance of these colours. Blue-buy (Enter when the signal indicator is at zero on the blue background) Red -sell( Enter when the signal indicator is at 100) White and brown, exit trade
i want to create RSI trading bot in 1 min time frame this is will happern in 1 min timeframe if RSI level 3 min chat frame touch 27 RSI level than excute buy order as and if 3 min time frame candle touch 72 level RSI will excute sell order than profit will be 3 time where order fill from and stop loss open ,. and i want in the setting able adjust the stoploss in tick adjust the take profit and entry lot
I am in the middle of conducting a complex experiment. And part of this experiment entails modifying an existing free MT5 EA (DarkCloud PiercingLine Stoch, for which i can pass the source code to you if you need) to: run only on specific days and within specific hours on those specific days. I will provide you with the schedule. I need the EA to come with scheduling choices so that the user can choose which days and
Hi, I'm looking for a developper to create an EA based on: The combination of 6 FOREX indicators The strategy is based on the combination of 6 indicators It can be used regardless of the timeframe. It can be used regardless of the symbol

项目信息

预算
10 - 999 USD
开发人员
9 - 899.1 USD
截止日期
 1  10 天