· Settings Inputs
o Currencies pairs to be used.
o Fixed or auto lot calculation.
o Fixed lot value.
o Auto lot calculation method (equity or balance).
o Risk percentage per trade (1%, 2%, 3%, 4%, 5%).
o Risk: Reward Ratio: low (1:1), mid (1:1.5) and high (1:2)
o Max trades at same time(variable)
o Trading hours start(GMT) (variables)
o Trading hours’ end(GMT) (variables)
o Magic number
· Timeframe:
o 15 MIN (Execution TF) / H1 (confirming TF)
o Entry Rules for Buy signal
§ Both 15 MIN TF and H1 must be trending up.
§ If trending up, three moving averages must be as the following on both 15 MIN & H1 TF.
· 18 EMA above 50 EMA above 200 SMA (15 MIN TF & H1 TF).
· Current Swing high (is higher than) previous Swing high (15 MIN TF).
· Current Swing low (is higher than) previous Swing low. (15 MIN TF).
· For going Long on uptrend, we want to see the Current Swing low is at reliable support ( 18 EMA or 50 EMA) AND ( Fibonacci level 38.2% or 50% or 61.8%)
· When the candle reaches the reliable support, place (Buy Stop) 1 pip above the high of the candle.
· Stop loss is (1.5x ATR & not less than 8 pips) and Take profit is (based on the calculated risk (low, mid or high)) and breakeven start after (1.5x ATR) and 2 pips above entry.
· Delete the pending order if it exceeds 3 candles.
o Entry Rules for Sell signal
§ Both 15 MIN TF and H1 must be trending down.
§ If trending down, three moving averages must be as the following on both 15 MIN & H1 TF.
· 18 EMA below 50 EMA below 200 SMA (15 MIN TF & H1 TF).
· Current Swing high (is lower than) previous Swing high (15 MIN TF).
· Current Swing low (is lower than) previous Swing low. (15 MIN TF).
· For going Short on downtrend, we want to see the Current Swing high is at reliable resistance ( 18 EMA or 50 EMA) AND ( Fibonacci level 38.2% or 50% or 61.8%)
· When the candle reaches the reliable resistance, place (Sell Stop) 1 pip below the low of the candle.
· Stop loss is (1.5x ATR & not less than 8 pips) and Take profit is (based on the calculated risk (low, mid or high)) and breakeven start after (1.5x ATR) and 2 pips below entry.
· Delete the pending order if it exceeds 3 candles.
· The GUI should show the statistics done by the EA.
· Number of trades, win%, breakeven %, lose %.
· The EA should run on one Chart only, while running multiple pairs.
· During testing of EA, I should show the Fibonacci drawing and Moving averages.
Similar orders
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
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 or broker clock. 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/buy at 50% of the FVG 7. SL: 10 pips above
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
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
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
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