Calculate Candlestick Bundles

MQL5 专家

指定

Hey,
 
I'm looking an MT5 EA that gives me calculated number how many times 4 specific candlesticks form from custom period time.
 
Simplest example how I think this should be done:
 
Starting point:
 
Time frame: 1 minute chart
 
Bundle1:
9:00 Open price 10 -> Closed price 11 (Candlestick green)
 
9:01 Open price 11 -> Closed price 10 (Candlestick red)
 
9:02 Open price 10 -> Closed price 9 (Candlestick red)
 
9:03 Open price 9 -> Closed price 8 (Candlestick red)
 
 
Bundle2:
9:04 Open price 10 -> Closed price 11 (Candlestick green)
 
9:05 Open price 11 -> Closed price 10 (Candlestick red)
 
9:06 Open price 10 -> Closed price 9 (Candlestick red)
 
9:07 Open price 9 -> Closed price 10 (Candlestick green)
 
 
Using this information:
 
We have 4 candlesticks in this order (green,red,red,red) from 4 minutes of time. This is one bundle (bundle1).
We have another 4 candlesticks in this order (green,red,red,green) from 8 minutes of time. This is second bundle (bundle2).
 
Result:
 
EA needs to look custom bars back from past searching bundles (green,red,red,red) (green,red,red,green) and compress that information in separated "packets" and give calculated number on main screen. (Example: Bundle1 = 1 / Bundle2 = 1).
Then I want that bundle1 and bundle2 are compared to each other which one is more favourite.
 
Example of a workaround:
 
Step 1: Look 50 bars back
Step 2: Found bundle1 20 times / Found bundle2 30 times
Step 3: Show numbers on main screen (Bundle1 = 10 / Bundle2 = 20)
Step 4: Calculate difference of bundles as %
Step 5: Show percentage difference which bundle is more favourite (Bundle1 = 40% / Bundle2 = 60%)
 
Execution rules:
 
When we got information that Bundle2 is 20% more favourite than Bundle1 then EA will go from FALSE to TRUE.
If EA is TRUE and Bundle2 is 20% more favourite than Bundle1 it needs to look next 3 closed candlesticks in this order (green,red,red) = Execute LONG order after third candlestick is closed.
(If Bundle1 is 20% more favourite than Bundle2 then same rules but EA needs to execute SHORT order)
 
I want that I can custom these features:
 
- Custom time period for looking bars
- Custom TP
- Custom SL
- EA Min or Max % what is confirmation to execute trade (In this example it is 20%)
- EA ON or OFF
 
This is only first beta and if it goes well I want to use same freelancer to expand this indicator/ea more further.
 
Future plan is add custom bundles, moving average, alarms, more patterns etc.

反馈

1
开发者 1
等级
(55)
项目
80
14%
仲裁
3
33% / 33%
逾期
7
9%
工作中
2
开发者 2
等级
(202)
项目
328
16%
仲裁
23
35% / 30%
逾期
17
5%
繁忙
3
开发者 3
等级
(25)
项目
32
16%
仲裁
7
29% / 43%
逾期
4
13%
工作中
4
开发者 4
等级
(88)
项目
111
24%
仲裁
10
50% / 20%
逾期
8
7%
工作中
5
开发者 5
等级
(349)
项目
474
51%
仲裁
24
46% / 25%
逾期
5
1%
已载入
6
开发者 6
等级
(88)
项目
138
25%
仲裁
34
32% / 44%
逾期
59
43%
工作中
7
开发者 7
等级
(39)
项目
44
30%
仲裁
4
25% / 25%
逾期
0
空闲
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(42)
项目
62
8%
仲裁
12
58% / 42%
逾期
1
2%
空闲
10
开发者 10
等级
(63)
项目
84
26%
仲裁
23
22% / 48%
逾期
23
27%
空闲
11
开发者 11
等级
(95)
项目
117
38%
仲裁
9
89% / 0%
逾期
0
工作中
相似订单
Making MQL5 indicator which includes bollingerbands and rsi with bollinger bands in its source code bollingerbands period is 14 (sma) with dev 2 rsi with bollingerbands => rsi period is 14 and its bollingerbands is sma 14 with source of rsi 14 and dev2 heres is its source code https://www.mql5.com/en/code/28473 indicator price source is selectable and consist open , high, low, close , hl2 , hlc3, ohlc4, (o+c)/2
Using 3 MA’s, Bollinger Bands and price action, I need an EA made for mt4 and mt5 (preferably) should have good knowledge of forex, risk management and candle stick patterns, and how to incorporate them in the codes. I need a very efficient code. * For the price, I just out anything there, but if you can do it I’ll pay the negotiated price*
Hello programmers, I'm looking for a skilled and knowledgeable programmer that can code me a Signals copier EA that takes the signals from Telegram channels. The program needs to feature the following settings: Signal format (Entry, TP and SL prices); Choose between multiple TP/SL levels with partial closure at each level; Add/Remove random points to TP and SL; Enter with random delay (with option to enter only if
need hedging grid EA for MT5 with these properties: continues to open a buy and a sell trade simultaneously at the same price after a specific points move. (the points should be set in input) Hits TP for each trade after specific price (should be set in input) If a buy trade hits its TP and is closed, it should open a buy trade again at the same price where the closed buy trade was opened, whereas the sell trade
Hi I need to create a EA that can receive trade signal from another EA and open trade base on that. this is not should be done inside the same computer as other trading accounts are in different countries and different locations you can let me know the best way to do this. I'm open for suggestions. what I want is when there is trade open by main EA. Other EAs should receive the same trade entry this should be for MT4
Look for a highly qualified programmer who can create AI-like EA codes that are scanning orders on the chart,I need the source code of the design as the AI ​​is scanning commands to assign to other source codes
Objective: Develop an Expert Advisor (EA) that integrates MetaTrader4/5 with the Binance platform for automated trading on both spot and futures markets. Deliverables: Trading Robot (EA) : Build an EA that functions on both MetaTrader4/5 (MT4/MT5) and Binance (Spot & Futures Trading) platforms. The EA should facilitate automated trading on both platforms simultaneously. Source Code : Provide complete and
My requirements are these. I am asking for a powerful EA indicator and robot to combat the ups and downs during trading in the market, also for all market conditions to bring a high value of profit in the business in the market during trading
Make me a template so I can make custom MT5 charts with one instrument versus another instrument. Example Gold/Bitcoin It gets the total of two individual instruments and divides by two. It will be a template that I can use over and over again. Thanks
Looking for good EA 50 - 200 USD
I'm looking for good EA which makes monthly 50-100% profit with low DD. If you have any such type of strategy or ideas please ping me . Once I test and satisfied with your strategy/idea I wll order same EA to develop for me

项目信息

预算
30 - 50 USD
VAT (24%): 7.2 - 12 USD
总计: 37 - 62 USD
开发人员
27 - 45 USD

客户

所下订单1
仲裁计数0