Writing of an Expert Advisor

Job finished

Execution time 10 days
Feedback from customer
This guy is thorough just like how I am. I appreciate your patience. When I'm ready to add more I will reach out.
Feedback from employee
Patient and clear in communication, your composure made the automation of the system possible

Specification

Price is negotiable. I can send all pictures to make sense

H4 Time Frame

I don’t have an indicator to detect HL, HH, LH, and LL.

There should be only three options: buy, sell, off.

I trade Fibonacci PRZ levels on the H4.

EA only looks for BUYS/SELLS when I draw a Fibonacci on my MT4 chart.

The EA will need to identify my Fibonacci levels.

M30 and M5 Time Frames

M30 and M5 need to work together. Two charts are needed for this EA to work on one pair.

Support is always a Bearish then Bullish candle on M30. Only one candle must touch Fib level. (See M30 Support)

Resistance is always Bullish then Bearish candle on M30. Only one candle must touch Fib level. (See M30 Resistance)

When I draw the Fib on H4 that means on M30 support needs to form for Buys. (See Support Buy photo)

When resistance forms, then the EA should look for Sells. (See Resistance Sell photo)

ENTRIES BUYS/SELLS

After that it’s time for EA to start looking for entries on M5.

EA needs to be able to recognize Break of Structure (B.O.S.), Higher Lows, and Lower Highs only on M5 time frame.

**1st type of entry is when in BUY mode the market must break the last LOWER HIGH on the M5 chart to start looking for BUYS. A break in the market is 2 BULLISH candles.

When that happens, EA enters trade on the first HL engulfing candle. (See Buy mode M5).

*When in SELL mode the market must break the last HIGHER LOW on the M5 chart to start looking for SELLS. A break in the market is 2 BEARISH candles.

When that happens, EA enters trade on the first HL engulfing candle. (See Sell mode M5).

EA must be able to trade multiple pairs without any conflict.

**2nd type of entry would be when EA is in Buy mode and market starts to make HLs on 5 min chart. When the market finally breaks the last LH, the EA opens trade when 2 GREEN (Bullish) candles closes. The BLUE marks represent the market making HL Prior to a Break of Structure (See Prior BOS Buy M5).

 When EA is in Sell mode and market starts to make LHs on 5 min chart PRIOR to a Break of Structure. When the market finally breaks the last HL, the EA opens trade when 2 RED (Bearish) candles close. The RED marks represent the market making LH Prior to a Break of Structure (See Prior BOS Sell M5).

 

STOP LOSS

Previous LL should be a SL for Buys but adjustable by me.

Previous HH should be a SL for Sells but adjustable by me.

If the last HH/LL is too high, pip wise and over a certain amount, then it should have an option to how many pips is acceptable for that pair.

*For example, if the last HH and entry has 100 pips in between them that’s too much. The SL I would set for that pair would be 40 pips. So, I would need the EA to calculate which is a better reward and make that decision. In this case, the EA must choose the 40 pip SL I set for it. This would apply for Sells also. (See Acceptable and Unacceptable Stop Loss Pics).

 

 

Responded

1
Developer 1
Rating
(4)
Projects
6
0%
Arbitration
4
25% / 75%
Overdue
0
Free
2
Developer 2
Rating
(237)
Projects
419
34%
Arbitration
53
36% / 40%
Overdue
154
37%
Busy
3
Developer 3
Rating
(45)
Projects
75
49%
Arbitration
1
0% / 0%
Overdue
1
1%
Free
4
Developer 4
Rating
(4)
Projects
4
25%
Arbitration
2
0% / 100%
Overdue
0
Free
5
Developer 5
Rating
(253)
Projects
408
38%
Arbitration
86
43% / 19%
Overdue
70
17%
Working
6
Developer 6
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
7
Developer 7
Rating
(272)
Projects
394
63%
Arbitration
70
53% / 26%
Overdue
198
50%
Free
Similar orders
Hi there folks, Need help to develop a trading screener to track and trade the 28 FX major pairs. The panel Will work with 3 signals on the 15 min timeframe and will require: Reading from files, calculate a pair of EMA’s, calculate CCI , calculate ADR’s, generate alerts, open and cover positions based on trader’s manual input (button). Also the EA will need to perform basic risk management based on trader’s input
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
hi this is a question regarding your telegram to metatrader copier. if i buy the premium/lifetime will it work on unlimited accounts? or will you lock in in an account
Hello, I'm looking for an MQL5 developer that can create an MQL5 code that can accurately mark the following: 1. Swing Break of Structure using Horizontal Ray 2. Internal Break of Structure using Horizontal Ray 3. Extreme Supply and Demand zones using Rectangle 4. Decisional Supply and Demand zones using Rectangle 5. Breaker Block zones using Rectangle 6. Buy to sell wick zones using Rectangle 7. Sell to buy wick
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both

Project information

Budget
30 - 54 USD
For the developer
27 - 48.6 USD
Deadline
from 1 to 4 day(s)