I need a EA based on my 3 indicators

MQL4 Эксперты

Работа завершена

Время выполнения 4 дня
Отзыв от заказчика
Very professional and patient. Highly recommended
Отзыв от исполнителя
Thank you so much...

Техническое задание

The 3 indicators are the trade signals (arrows), Heiken Ashi and Trend histogram (below), the action points are denoted by the numbers

1) a buy trade signal is given (buy arrow)
2) the EA checks if the direction of the arrow is the buy direction as the histogram
3) if the heiken ashi candle shows in the same buy direction it takes a trade, 
    if the heiken ashi candle shows an opposite direct (sell), it waits for the candle to turn buy direction then a trade is taken 
4) upon the opposite signal arrow the trade closes

another example:

5) a buy trade arrow signal is given
6) the EA checks if the direction of the arrow is the same as the histogram
7) if the heiken ashi candle shows in the buy direction it takes a trade, 
    if the heiken ashi candle shows an opposite direct, it waits for the candle to turn blue then a trade is taken 
8) another buy trade arrow signal is given
9) if the heiken ashi candle shows in the same buy direction it takes a trade, 
    if the heiken ashi candle shows an opposite direct (sell), it waits for the candle to turn sell direct then a trade is taken (second trade taken)

10) upon the opposite arrow the 2 trades closes

also since the trade sign at 10 is a sell trade and the EA checks that the trend histogram is also showing a sell trend the system waits for the heiken ashi candle to show a sell before a another sell trade its taken (if the sell arrow is shown, the trend is sell and the heiken ashi is sell a sell trade is immediately taken)

and vise versa for sell trade

I also need a news filter - no trades will be taken before and after a low, mid, high news/event (timing selectable)

***Note: the following are needed:
you will be working on my vps (access will be given) - as the indicators are tied into my demo account with password

EA Plot on the chart to show where the actual trade was taken and TP and gain/loss in pips


Hidden Take Profit

SL (user definable)

Ability to check with next higher trend histogram to confirm trade (able to on or off this function)

User definable comment box

User definable lot size and/or % of balance

*besides closing the trade on opposite arrow signals I need an option to close on fixed pips too...

Also can add function not to trade if spread is above a certain number eg =10pips    0=fuction off


Откликнулись

1
Разработчик 1
Оценка
(229)
Проекты
339
49%
Арбитраж
21
5% / 33%
Просрочено
24
7%
Свободен
2
Разработчик 2
Оценка
(130)
Проекты
184
32%
Арбитраж
16
31% / 63%
Просрочено
27
15%
Свободен
3
Разработчик 3
Оценка
(356)
Проекты
632
26%
Арбитраж
89
73% / 13%
Просрочено
12
2%
Свободен
4
Разработчик 4
Оценка
(1102)
Проекты
1459
45%
Арбитраж
49
73% / 12%
Просрочено
36
2%
Свободен
5
Разработчик 5
Оценка
(769)
Проекты
1033
44%
Арбитраж
50
8% / 50%
Просрочено
117
11%
Свободен
6
Разработчик 6
Оценка
(267)
Проекты
542
50%
Арбитраж
55
40% / 36%
Просрочено
225
42%
Работает
7
Разработчик 7
Оценка
(221)
Проекты
369
66%
Арбитраж
10
50% / 0%
Просрочено
46
12%
Свободен
8
Разработчик 8
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
9
Разработчик 9
Оценка
(2444)
Проекты
3081
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Свободен
10
Разработчик 10
Оценка
(66)
Проекты
143
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
Похожие заказы
Bot rules Bot has simple previous candles break It will look back from the start trading time at the candles that have closed and use the high or low (or separate function for open and close prices ) with reverse at entry point if hit after set amount of points in profit If set to high and low breaks it will use the highs as sells and lows as buys ( will have a function that will say “reverse entries” if this is
Here’s a rephrased version with more than 30 words: "Hello, I'm new here and looking for assistance in coding my trading strategies on TradingView. I need someone experienced with Pine Script to help me create scripts for my strategies. Please let me know if you're able to assist with this project. Thank you!" 4o
Please I am new here I need someone to help me code my strategies on tradingviews. I need pine script for my tradingview. Please let know if you can help me on this project. thanks
O robot já está feito in jforex Java pra plaforma jforex Java Preciso.: 1 converta robôt jforex Pra egiabmql5 2: depois da conversão é pra adicionar estratégia grid ou seja irá converter jforex Java dukascopy pra mql4 e depois da conversão é pra adicionar dentro do mql4 a estratégia grid
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
I've a EA with follow logic. strategy is simple using ema, supertrend and "head and shoulder" indicators. simply put when price closes below ema and the supertrend is red then we enter short .strategy must recognize that there was a previous cycle of long trend with a head and shoulder pattern of long before we enter the short. the opposite is for long entries. max long trades: ex: 3-If long trades are made 3 times
Hello, Looking for someone experienced to create indicators. 1. Will be a MA step indicator, visually it has to look like bands, so each band will be an MA. Like picture below. 2. Reversal Indicator with overall trend indicator using perhaps SMA, lets discuss, should look like this 3. Volume Oscillator. SMA to calculate momentum of the market, has upper and lower threshold values
I am seeking a developer to create a script that will integrate comprehensive Hong Kong stock market data into Sierra Chart. The integration must support both historical and real-time data, including trade details for footprint charts and full-depth order book data. I need a data provider that allows easy access to extensive historical data without restrictive limitations. The provider should support historical
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The
REQUEST: Need to change the calculation to only historical bars, from [Last bar -1]. 1. No calculation OnTicks 2. No calculation of the Last Current Bar 3. The chart values in real time must be exactly the same refreshing the indicator. 4. Must be very fast in EA as the calculation will be only OnBar. 5. Last bar values must be ZERO (or copying same value of the previous bar). MORE INFO: It use several native

Информация о проекте

Бюджет
50+ USD
Исполнителю
45 USD