Candle Grid EA

MQL4 지표

명시

Only for experienced developers, others will be rejected
EA is a kind of Grid EA, so if you have experience with such, will be excellent (references)
EA uses two indicator histograms, the OsMA and MACD, both must be integrated in the EA
for backtesting. Input to choose if long/short signal of OsMA, MACD both or one of them.
EA uses the high and low of a higher timeframe candle to span the grid. e.g. M5 chart and H1
higher timeframe (Input for that)
EA measures from low to high of the higher timeframe candle, this is referenced 0 to 100(%)
EA draws horizontal lines at high, in the middle (50) and low, style, color of lines as inputs.
Also it draws extensions above and below the candle (Input how many extensions should be
drawn). This is the Grid.
EA draws the "virtual" candle of the higher timeframe into the chart continuously.
Input for Start (start detection), end (end detection, no new tradesequences) and stop (close all
trades and pendings): Format hh:mm
EA start a tradesequence at end of configured higher timeframe candle. e.g. M5 chart and
M30 higher timeframe, its starts at xx:30 or xx:00
EA has inputs for Stop Loss and Take Profit, if zero, no SL or TP. SL and TP inputs are in
reference to high/low, see above, not in points, e.g. if trade entry was long at high of candle
and stop loss is 50 then sl is placed in the middle, same principle for TP
EA has inputs for SL count and TP count, meaning: How many times may the SL hit before
stopping the tradesequence. How many TP must be achieved. Example: If SL is 2 and TP is 3
and SL ist hit, then SL is down to 1 and TP is up to 4. If one is zero then tradesequence of that
candle stops
EA places stop and limit orders regarding to the indicators signal. First trade after end of
higher timeframe candle: Indicator long, price in the upper half of candle = stop buy at high
and limit buy at 50, Indicator short, price at lower half, Stop Sell at low and limit sell at 50,
principle should be clear, if not dont attend. There are more situations. Tradesequence starts
for this candle.
EA places the SL and the TP. TP is placed TP count x TP, e.g. TP count is 3 and TP is 50
then TP is placed 150% above or below the entry.
Every time a candle of the actual chart ends, the EA must check the indicator direction. If
trade is long and indicators are short then EA places corresponding Limit Sell and Stop Sell at
the grid levels, the TP or the SL of the actual trade must be moved to such grid levels to.
When the stop / Limit pendings are triggered the actual trade must be closed. If the indicator
changes with out triggering the new limit / sell the SL or TP moves back to the original grid
levels as they were before. Same for short positions. New pendings are placed till one of the
Counters (SL or TP) is zero. Reminder: TP is always placed as multiple of the actual TP
counter, e.g. TP counter is 3 and one TP is achieved then TP counter is 2 and TP is placed 2 x
TP (setting). If actual time is > End Time, the EA continues till tradesequence ends.
If SL counter is down to 1, then the EA cant place a new pending at the level of the SL aof the
actual trade. Why? When this SL is triggered the SL counter is 0 and the tradesequence ends,
so then the EA places only one pending.
EA has an input, how many tradesequences in Paralell should be traded.
EA has an input for Limit TP, as written above the TP is placed TP Count x TP, Limit TP
limits it, e.g. TP count is 3 and TP Limit is 2 then TP is placed 2 x TP input
EA has an Input for Break Even (yes/no), if trade achieves 1xTP SL is moved to BE
INputs for Comment / Magic Number
Input for Fixed Lot or Risk in% of Balance / Equity
EA must place the pendings including the spread of the asset (if you dont know why, dont
attend, i will ask)
EA must be backtestable, stable and fast. If MT4 crashes and restart the EA must be able to
continously trade.

응답함

1
개발자 1
등급
(146)
프로젝트
172
23%
중재
7
29% / 43%
기한 초과
4
2%
작업중
2
개발자 2
등급
(5)
프로젝트
6
17%
중재
0
기한 초과
0
무료
3
개발자 3
등급
(10)
프로젝트
25
28%
중재
2
0% / 0%
기한 초과
1
4%
로드됨
4
개발자 4
등급
(202)
프로젝트
206
27%
중재
0
기한 초과
3
1%
무료
5
개발자 5
등급
(56)
프로젝트
65
6%
중재
25
20% / 36%
기한 초과
4
6%
로드됨
6
개발자 6
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
7
개발자 7
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
8
개발자 8
등급
(71)
프로젝트
80
10%
중재
35
9% / 54%
기한 초과
6
8%
작업중
9
개발자 9
등급
(74)
프로젝트
121
43%
중재
12
33% / 50%
기한 초과
17
14%
무료
10
개발자 10
등급
(31)
프로젝트
41
20%
중재
9
11% / 89%
기한 초과
5
12%
무료
11
개발자 11
등급
(15)
프로젝트
18
39%
중재
2
50% / 50%
기한 초과
1
6%
작업중
12
개발자 12
등급
(12)
프로젝트
14
29%
중재
2
0% / 0%
기한 초과
0
무료
13
개발자 13
등급
(42)
프로젝트
59
54%
중재
3
0% / 0%
기한 초과
1
2%
작업중
14
개발자 14
등급
(256)
프로젝트
415
38%
중재
86
44% / 19%
기한 초과
70
17%
바쁜
15
개발자 15
등급
(42)
프로젝트
88
14%
중재
30
30% / 53%
기한 초과
36
41%
작업중
16
개발자 16
등급
(563)
프로젝트
932
47%
중재
302
59% / 25%
기한 초과
124
13%
로드됨
17
개발자 17
등급
(1)
프로젝트
2
0%
중재
1
100% / 0%
기한 초과
0
무료
비슷한 주문
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks
O TRABALHO CONSISTE NA MUDANÇA DO HISTOGRAMA DO INDICADOR TREDN DIRECTION AND FORCE DSEMA SMOOTHED PARA O HISTOGRAMA DA FOTO ANEXA, OBEDECENDO AS TRES CORES VERDE (UP, VERMELHOR(DOWN) E CINZA(TREND). O MESMO TEM QUE ODECER O MESMO CALCULO E COLORIR DA MESMA FORMA POREM COM HISTOGRAMA DDE FORMATO DIFERENTE
If you are knowledgeable in hedging strategy we can chat. I created my simple EA using Fxdreema , so you only need to modify it for me. There are two parts of the EA , 1. Is the execution strategy 2. Is the money management strategy (hedging). I already created number 1 which is the execution of trades , I only need someone who can implement hedging in every orders the EA create. Additional Parameters needed. Trade
We are interested in a TradingView indicator that reads candlestick pattern shapes and shows the location of entry and exit points on a candlestick chart. What services do you provide related to this
Hello Im looking for professional trading developer who htf ready made trading with best and working strategy with low risk level with average of 30 to 60 percent profit margin, broker is not problem, any broker is welcomed and any trading pairs are welcomed as well

프로젝트 정보

예산
200+ USD
VAT (19%): 38 USD
총: 238 USD
개발자에게
180 USD