Make a Price Action EA

MQL4 Experts

Job finished

Execution time 4 days

Specification

TMT strategy is to catch the higher high / lower low pull back situation during a big trend.


https://www.forexfactory.com/showthread.php?t=912456

 

Buy stop order:

==============

1) Confirmation of UPTREND (MA 7 line is above MA 20 line),

2) Daily candle >50,

3) MFI >50,

4) RSI >50,

5) After the candle price has pull back, moved inside EMA 7 & 20 line, and closed (ref: "example 1.png"),

6) Draw trendline immediately,

- Trendline joint 1 and joint 2 points must consist of the previous e.g. 2 - 30 candles, that before the pull back candle,

- It may not able to find joint 1 and 2 points sometimes, then dont draw trendline (ref: "example 2.png"),

- If cannot draw trendline, restart condition checking from 1) again,

7) Wait until new candle price breaks ABOVE trendline, and closed,

8) Place buy stop order immediately at closed candle price + XXX pips (ref: "Entry Buffer Pips (for the buy/sell)" at Inputs).

 

Conclusion:

==========

It should determine condition 1 - 5 first, then only proceed to draw the trendline (condition 6), then place buy stop order immediately (condition 7 - 8).

 

 

Sell stop order:

===============

 

1) Confirmation of DOWNTREND (MA 7 line is below MA 20 line),

2) Daily candle <50,

3) MFI <50,

4) RSI <50,

5) After the candle price has pull back, moved inside EMA 7 & 20 line, and closed (ref: "example 1.png"),

6) Draw trendline immediately,

- Trendline joint 1 and joint 2 points must consist of the previous e.g. 2 - 30 candles, that before the pull back candle,

- It may not able to find joint 1 and 2 points sometimes, then dont draw trendline (ref: "example 2.png"),

- If cannot draw trendline, restart condition checking from 1) again,

7) Wait until new candle price breaks BELOW trendline, and closed,

8) Place buy stop order immediately at closed candle price + XXX pips (ref: "Entry Buffer Pips (for the buy/sell)" at Inputs).

 

Conclusion:

==========

It should determine condition 1 - 5 first, then only proceed to draw the trendline (condition 6), then place buy stop order immediately (condition 7 - 8).

 

 

INPUTS PARAMETERS

 

                                                                           === DAILY CANDLE ===

Enable Daily Candle                                       true/false

Positive Green                                                 To Buy (this is not input, just explanation)

Negative Red                                                  To Sell (this is not input, just explanation)

 

                                                                           === RSI ===

Enable RSI filter                                              true/false

RSI Period                                                        8

RSI Value to buy                                             70

RSI Value to sell                                              30

 

                                                                           === MFI ===

Enable MFI Filter                                            true/false

MFI Period                                                       15

MFI Value to buy                                            70

MFI Value to sell                                            30

 

                                                                           === EMA ===

Enable MA Filter                                            true/false

MA1 Period                                                     7

MA2 Period                                                     20

MA Method                                                     EMA

MA Apply To                                                   Close

 

                                                                           === MONEY MANAGEMENT ===

Money Management Model                       Risk / Fixed Lot

Risk Percent                                                    1

Fixed Lot Size                                                  0.01

SL in Pips                                                          30 (if SL risk = 1%, 30 pips = 1%)

TP in Pips                                                          30 (if SL risk = 1% = 30 pips, TP 30 pips = 1%)

Entry Buffer Pips (For Stop Orders)           5

 

                                                                           === TRAILING STOP ===

Use Trailing Stop                                            true / false

Trailing Stop Trigger in Pips                         15

Move to Breakeven + XX Pips                     5

Trailing Stepping in Pips                               3

 

                                                                           === GENERAL ===           

Hour Start                                                        00:00:00

Hour End                                                          23:59:59

Pending Order Expiry Minutes                    600

Magic Number                                                23382338

Comment                                                         TMT

 

                                                                           === TRENDLINE ===

Draw Trendline                                                                             true/false

Max Candles to Search for Trendline Joint Points                              50

Min Trendline Slope                                                                    20 (to open pending orders)

Max Trendline Slope                                                                   60

Min Trendline Candle Joint Point #2 Distance from Pull Back Candle          2

Min Candle distance for Trendline Joint Point #1 & #2                                    5

Trendline Color                                                                            XXX

Trendline Width                                                                           2

                                                                                         

 

 

 

On the Chart:

=============

1) Successful buy order - blue dot color.

2) Successful sell order - red dot color.

3) Closed orders - dot line link from order price to closed price.

4) If stop orders cancelled (by either new conditions met cancellation, or specific time expiry), leave a short red horizontal line on chart to indicate there was an cancelled order.

 

 

Other Conditions:

===============

1)     Only 1 buy/sell stop order for each pair & chart. If new conditions met, cancel previous order, and place new order.


Files:

PNG
example_1.png
169.1 Kb
PNG
example_2.png
146.1 Kb

Responded

1
Developer 1
Rating
(258)
Projects
395
28%
Arbitration
69
19% / 49%
Overdue
120
30%
Free
2
Developer 2
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
3
Developer 3
Rating
(1853)
Projects
3454
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Working
4
Developer 4
Rating
(26)
Projects
34
26%
Arbitration
7
14% / 43%
Overdue
7
21%
Free
5
Developer 5
Rating
(251)
Projects
402
38%
Arbitration
82
41% / 20%
Overdue
70
17%
Loaded
Similar orders
The wizard 100 - 100000 USD
A robot that can predict trade and the same time have best trading strategies,And gives accurate signals that may yeld huge profit in a short periods of time.also able to play the market and make trade on it's self even if am not in the market and able to avoid trades with huge loses but not profitable
Hello, I would like to automate a strategy that is based on Fibonacci Retracement with different input, a daily read of 3 mins highest Close of the previous day, and lowest close of the day on 3 min timeframe, Then a specific line that will be named R, a video will be given to explain it, and main Trade (percentage per trade), With 1 cancelation added within the range of the R
------MAIN FUNCTIONS----------- Trade will enter buy trade after current candle goes below previous candle then within the same candle closes at or near the highest point. (PIN BAR) Trade will enter SELL trade after current candle goes below previous candle then within the same candle closes at or near the lowest point. (PIN BAR) ENTRY CANDLE TIMEFRAME: 1MIN, 5 MIN, 15MIN, 30MIN, H1, H4, DAILY PERCENTAGE DISTANCE
Hi Looking for an exisiting bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Prop Firm EA Bot Using Gold Pairs Need source code Unlimited License NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades
H ello, I have a pinescript from trading view with several self-created indicators. Now I would like to convert these into an mt4/mt5 EA that trades automatically according to my specifications. The bot should also have an integrated news filter and not trade 2 hours before the news . I am looking for someone who can start immediately and deliver high-quality results. If you believe you are the right fit for this
I need a developer to code my strategy which is based on 2 x TFs of a single indicator and 1 TF of a confirmation Indicator. Contact me for more. MQ4 file is required after the job is done. Only developer with good reputation, please
Hello, I have a Pine Script from TradingView that includes several self-created indicators. I am looking for a professional and experienced developer to convert this script into an MT4/MT5 Expert Advisor (EA) that trades automatically according to my specifications. Key Requirements: Conversion of Pine Script to MT4/MT5 EA: Integrate multiple self-created indicators from the Pine Script. Implement specific trading
Hi i am searching for who can makes me Mt4 Robot Analysis Method = Candle + Ichimoku and also i want to attach image with Ea and image will provide from like when i attach my Ea to any type chart the chart image chnages to image which i attached to my Ea Message me for Ea parameters and for more information and only developer message me who is agree with 6days deadline and i will start job with developer on monday
Currently I have an mt4 file, I need to convert this mt4 robot to mt5 version for it, according to the available mt4 file, I can do some other ea if it meets the requirements
Unicorn model entry for boom and crash only to catch spikes and crashes... Selling crash and buying boom Please have knowledge about boom and crash before applying Also demo to confirm quick selection

Project information

Budget
30 - 120 USD
For the developer
27 - 108 USD
Deadline
from 3 to 5 day(s)