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
評価
(721)
プロジェクト
1040
39%
仲裁
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%
類似した注文
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
Hello, i am searching for an experienced, professional software engineer, who can convert three Indicators from MQL4 to MQL5. This may sound like an easy job, but one indicator is like a trading system and therefore a bit complex. So you need to have a very good understanding of both languages. You should also be able to code MQL5 classes ( https://www.mql5.com/en/docs/basis/oop ). The intention is to code MQL5
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should

プロジェクト情報

予算
50+ USD
開発者用
45 USD
締め切り
最低 1 最高 2 日