Need EA developed that opens trade in direction of on screen arrow after cross of EMA14 on 30min chart. Closes when opposite direction arrow appears on 5min chart. Repeats process.

MQL4 专家

指定

Hello requirements are as follows:


Need an EA developed that opens and closes a trade as follows

Open trade condition: Arrow appears on 30 min chart.  Trade is placed in that direction once Japanese Candle closes above or below EMA 14 in direction of Arrow signal.

Close trade condition: Arrow appears in opposite direction on 5 min chart, trade is closed.

The EA then repeats this process, starts looking for Open Trade condition again on 30min chart and waits for close condition on 5 min chart. 

Requirement Notes:

30 min chart is only used for placing trades.  5 min chart is only used for closing trades of that exact same pair.

If another signal arrow appears in the same direction on 30min chart while a trade in the same direction is still open for that pair, another cannot be opened until the existing trade is closed as per the close trade condition.

On screen arrow buffer from colour tab on indicator.  0 up arrow.  1 down arrow, Signal Buffer To Use.jpg file attached gives example of this to make it very clear, have also put arrow next to buffer to further clarify this.

I'm not entirely sure how this would work but I imagine I would need to have say 30MIN EUR/USD on one chart with indicator and 5MIN EUR/USD on another chart with same indicator?

Must be able to set variable lot size.

Must have option to set stop loss based on pips value if needed.

Any comments on a better way to do this are also welcome :)







附加的文件:

反馈

1
开发者 1
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
2
开发者 2
等级
(173)
项目
201
49%
仲裁
18
11% / 44%
逾期
1
0%
空闲
3
开发者 3
等级
(365)
项目
412
36%
仲裁
35
26% / 57%
逾期
63
15%
空闲
4
开发者 4
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
5
开发者 5
等级
(349)
项目
463
51%
仲裁
41
24% / 49%
逾期
149
32%
空闲
6
开发者 6
等级
(430)
项目
606
55%
仲裁
48
23% / 56%
逾期
178
29%
空闲
7
开发者 7
等级
(68)
项目
111
26%
仲裁
17
6% / 71%
逾期
15
14%
空闲
8
开发者 8
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
9
开发者 9
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
10
开发者 10
等级
(195)
项目
317
35%
仲裁
64
13% / 56%
逾期
82
26%
空闲
11
开发者 11
等级
(5)
项目
3
0%
仲裁
19
0% / 100%
逾期
0
空闲
12
开发者 12
等级
(114)
项目
154
47%
仲裁
2
0% / 50%
逾期
4
3%
空闲
13
开发者 13
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
工作中
14
开发者 14
等级
(7)
项目
8
13%
仲裁
0
逾期
1
13%
空闲
15
开发者 15
等级
(19)
项目
27
11%
仲裁
11
9% / 55%
逾期
12
44%
空闲
16
开发者 16
等级
(137)
项目
167
35%
仲裁
11
91% / 0%
逾期
0
空闲
17
开发者 17
等级
(2367)
项目
2975
65%
仲裁
76
47% / 14%
逾期
340
11%
空闲
18
开发者 18
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
相似订单
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
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

项目信息

预算
50+ USD
开发人员
45 USD