MQL4 Candle stick pattern identifier

MQL4 エキスパート

指定

Synopsis: The EA scans the markets to alert/open trades on symbols which meet the following Candle criterias  Doji, Falling/Rising Hammer, Candle Reversal.

EA Input;

<<GENERAL>>

·        Mode: (Long | Short | Alert Long | Alert Short )
·        Alert email (Y|N)
·        Alert Push (Y|N)
·        Lot Size
·        Magic Number
·        Market Selection

o   Market watch -- EA scans all symbols in my market watch list for all symbols meeting the trade entry requirements

o   Predefined list -- EA scans all symbols within the pre-defined list of instruments in the 'User defined list' box below for symbols matching the EA entry requirement

o   Open Trades -- EA scans all symbols currently opened or closed within a given period as specified under 'EA Close Period'

·        User defined list -- The input here will be the name of a '*.set' file within the data folder. The *.set file will have a list of the symbols which the EA will scan if 'Pre-defined list' is the input under 'Market'
·        EA Close Period (s)
·        EA Refresh rate (s) -- Defines how often in seconds the EA will refresh itself, so it isn't constantly running at each tick

 <<REVERSAL>>

·        R-Mode (On | Off ) - If on, look for trades meeting the reversal criteria.
·        Time-Frame (1minute - 1month)
·        Pre-Bars -- Number of consecutive bars moving against the direction of trade (See above 'General:Mode' setting for EA direction of trade)
·        Post-Bars -- Number of consecutive reversal bars to evaluate (These bars which will follow the Pre-Bars above) but will move in the direction of trade
·        Candle Engulfing % - (0 - 200%)
·        Candle Period - Current candle, last candle.

-- The idea here is to look for a trade reversal, so if 'PreBars = 2', PostBars - 2, Candle Engulfing % - 100%', Candle Period (Current Candle) and the General EA Mode is Long, the EA will look for a situation where the current either one or two consecutive long bar is currently past 100% of the full range of the last 2 short bars.

 <<DOJI STAR>>

·        D-Mode  (On | Off ) - If on, look for trades meeting the Doji candle criteria.
·        Timeframe (1minute - 1month)
·        Body %
·        Candle Period (Current | Last)

-- The idea here is to look for trades meeting the Doji candle criteria. It is agnostic of the General EA Mode so if the mode is long and this criteria is met simply enter long, if short simply enter short trade. Example Body % (5%) and candle period (Last), The EA looks for trades where the body of the last candle is 5% of the full range of the candle.

<<HAMMER>>

·        F-Mode (On/Off)
·        Shadow (%)

-- If EA mode is Long, this will be the % of the lower Shadow of the candle and if the EA mode is short this will be the % of the higher shadow of the candle, in comparison with the full length of the candle.

·        Candle Range -- Number of previous candles  over which the height of the candle (For falling hammer) or the bottom of the candle (for Rising hammer) should supersede. e.g. if set to 5, and the EA mode is short, the height of the current candle would be above the 5 previous candles.
·        Period
·        Timeframe (1minute - 1month)

 Note: The 3 different patterns work independently of each other, so once you've completed one and you've tested to make sure it works, send to my to begin prorotyping so to quicken the job turn around.



応答済み

1
開発者 1
評価
(509)
プロジェクト
977
74%
仲裁
27
19% / 67%
期限切れ
101
10%
パブリッシュした人: 1 article, 6 codes
2
開発者 2
評価
(414)
プロジェクト
670
33%
仲裁
60
17% / 32%
期限切れ
113
17%
仕事中
3
開発者 3
評価
(29)
プロジェクト
49
22%
仲裁
14
29% / 21%
期限切れ
13
27%
4
開発者 4
評価
プロジェクト
0
0%
仲裁
1
0% / 0%
期限切れ
0
5
開発者 5
評価
(271)
プロジェクト
553
50%
仲裁
57
40% / 37%
期限切れ
227
41%
仕事中
6
開発者 6
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
7
開発者 7
評価
(258)
プロジェクト
396
28%
仲裁
69
19% / 49%
期限切れ
121
31%
8
開発者 8
評価
(17)
プロジェクト
24
33%
仲裁
5
20% / 40%
期限切れ
8
33%
9
開発者 9
評価
(4)
プロジェクト
6
0%
仲裁
2
0% / 50%
期限切れ
4
67%
10
開発者 10
評価
(16)
プロジェクト
21
19%
仲裁
7
0% / 71%
期限切れ
14
67%
類似した注文
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step

プロジェクト情報

予算
30 - 50 USD
締め切り
最高 3 日