I am looking to create an EA that can monitor multiple pairs when placed on a chart in MT4.
I will build this EA in steps and will begin with an indicator with alerts that can be utilized for an EA to actively trade. I would like a simple managment EA that moves the SL of orders as trades are opened.
Will need to detect:
1. Engulfing pattern (ratio of pips of the engulfing and wick to body)
I would like the EA to detect and alert to engulfing candle within a set pip range (18pips+) , ratio, or percentage of the prior bar being engulfed. Additionally, a manually set percent of the wick to body ratio for the engulfing candle.
2. Create Support and resistance lines on High and low of Engulfing candle and Alert when closed above/below on selected TF
Signal Limit short entry if closed below and Limit Long entry if above on selected Fib levels.
3. TP and SL adjustment (pips) Move trailing stop of orders every set number of pips (based on ATR or set number)
4. Auto Twin trade function, when I open a trade, a copy trade is opened instantly.
I would like the twin trade function to work as such. When profit hits a set number of pips (20 pips etc.) one order closes and the EA manages the SL of the other order closing at a set pip limit or until SL is hit.
I will add an auto trade function later but I still have to find good filters until i am comfortable with this EA. For now I just want alerts to a trade.
A Recovery function would be a plus if you know of a good, safe system to close with little to no loss.
UPDATE:
Below attached are some examples of the functions I would like to implement into the Indicator and then the EA to trade the indicator.
The hedge EA is an example, not sure about its abilities but feel free to test or tweak if it meets my needs.
Suggested take profits utilizing the ATR and a SL secured by a hedging function would be key features for the EA.
Entry point for the EA would be a market execution based on the crossing of a fib level of the engulfing candle, thus the Auto fib example below. Levels I would need for the Fib would be:
0.25, 0.5, -0.5, 0.618, 0.882, 1, 1.5, 2.0, 0 (9 levels total)
Similar orders
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback