Binary Trump Indicator

MQL4 Indikatoren

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Kunden
The developer delivered work in time and did the job perfectly. Will hire again
Bewertung des Entwicklers
A good customer, he knows what he wants. Thank you for an interesting order!

Spezifikation

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.

 



Bewerbungen

1
Entwickler 1
Bewertung
(725)
Projekte
1045
39%
Schlichtung
47
49% / 23%
Frist nicht eingehalten
84
8%
Frei
2
Entwickler 2
Bewertung
(101)
Projekte
136
36%
Schlichtung
14
29% / 50%
Frist nicht eingehalten
15
11%
Frei
3
Entwickler 3
Bewertung
(62)
Projekte
140
46%
Schlichtung
19
42% / 16%
Frist nicht eingehalten
32
23%
Frei
Ähnliche Aufträge
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
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

Projektdetails

Budget
50+ USD
Für die Entwickler
45 USD
Ausführungsfristen
von 1 bis 2 Tag(e)