Binary Trump Indicator

MQL4 Индикаторы

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

Время выполнения 1 день
Отзыв от заказчика
The developer delivered work in time and did the job perfectly. Will hire again
Отзыв от исполнителя
A good customer, he knows what he wants. Thank you for an interesting order!

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

The indicator, when applied to a chart will give buy and sell signals as well as draw indicating arrows/trend lines on the chart.

Suppose there are 2 candles A and B. Candle A is followed by Candle B.

For example, when applied to a 5 min chart, indicator will give a BUY signal when these 4 conditions are fulfilled.

Condition 1: Candle A has a longer wick than the body of candle A.

Condition 2: Body of candle A is engulfed by the body of candle B (Bullish Engulfing).

Condition 3: Candle A and Candle B form a tweezer bottom i.e. (opening price of candle B is equal to closing price of candle A).

Condition 4: Candle A is a bearish candle and Candle B is a bullish candle.

Similarly, the indicator will generate a SELL signal when these 4 conditions are fulfilled.

Condition 1: Candle A has a longer wick than the body of candle A.

Condition 2: Body of candle A is engulfed by the body of candle B (Bearish Engulfing).

Condition 3: Candle A and Candle B form a tweezer top i.e. (opening price of candle B is equal to closing price of candle A).

Condition 4: Candle A is a bullish candle and Candle B is a bearish candle.

The indicator must have an input parameter named 'Minimum Wick To Body Size Ratio'. The default value of this parameter must be '1'. 

When the parameter value is set to 1, the indicator will give a BUY/SELL signal only if the candle A has a wick size greater than 1 times of its body size.

When the parameter value is set to 2, the indicator will give a BUY/SELL signal only if the candle A has a wick size greater than 2 times of its body size.

Another input parameter will be 'Maximum Number of Candlesticks To Look Back'. Default value will be 1000. If value is set to 1000, it will indicate signals upto a 1000 candles back in time, on chart and so on.

Another input parameter will be 'Maximum Tolerance in Tweezer Formation'. Default value will be 0. When the value is 0, the opening price of candle B has to be exactly equal to the closing price of candle A and there should not a difference of even the last digit in a 4-digit (or 5 digit) price feed. When value is set to 1, there can be a difference of maximum 1 unit, if set to 5, there can be a difference of 5 digits.

For example, if value is 0 and closing price of candle A is 1.18101, then opening price of candle B must be 1.18101 for the indicator to generate a BUY/SELL signal.

If value is 5 and closing price of candle A is 1.18101, then opening price of candle B can be between (1.18096-1.18106), both values inclusive, for the indicator to generate a BUY/SELL signal.

In 4 digit pricing, if value of parameter is 5 and closing price of candle A is 1.1810, then opening price of candle B can be between (1.1805-1.1815), both values inclusive, for the indicator to generate a BUY/SELL signal.

Definition of Engulfing

Engulfing has got many different forms, but for the sake of this indicator, bearish engulfing happens only when the opening price of candle B is equal to or higher than closing price of candle A and the closing price of candle B is equal to or lower than the opening price of candle A and bullish engulfing happens only when the opening price of candle B is equal to or lower than closing price of candle A and the closing price of candle B is equal to or higher than the opening price of candle A.

Requirements:

If the indicator is applied on m5 chart, it should indicate signals according to m5 chart candles. If we switch the timeframe to m1 or m15 or any other timeframe, it should then indicate the signals according to the candles of that timeframe and on that chart. 

Indicator should send BUY and SELL alerts in MT4 (both sound and popup) so that user can know that there is a trade opportunity.

Indicator should not repaint its arrows, lines or indications.

Please see the attached screenshot which shows that indicator should draw 2 trendlines; both in case of a BUY signal and in case of a SELL signal.

Another input parameter will be ‘Ending Point of Diagonal Trend Line’. This input can have 2 values: ‘Closing of the candle’ OR ‘High or Low of the candle’. The default value will be set at ‘Closing of the candle’.

When the value is set at ‘Closing of the candle’, then the left end of diagonal trendline will be at the close price of some candle.

When the value is set at ‘High or Low of the candle’, then the left end of diagonal trendline will be at the high/low of some candle.

 



Файлы:

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

1
Разработчик 1
Оценка
(732)
Проекты
1053
40%
Арбитраж
47
49% / 23%
Просрочено
84
8%
Свободен
2
Разработчик 2
Оценка
(101)
Проекты
136
36%
Арбитраж
14
29% / 50%
Просрочено
15
11%
Свободен
3
Разработчик 3
Оценка
(62)
Проекты
140
46%
Арбитраж
19
42% / 16%
Просрочено
32
23%
Свободен
Похожие заказы
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
I need an EA edited to make TWO main changes to conditions for how it enters trades. The EA code is written with clean code and is well commented. Will provide more info on changes in a doc in the chat
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP

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

Бюджет
50+ USD
Исполнителю
45 USD
Сроки выполнения
от 1 до 2 дн.