Its a pivot indicator and the EA must place the trades according to the given lines.
if price crosses the red line, then Ea places Sell and if it crosses the blue line it must place a sell.
the ---------- lines is where the take profit must be
there are multiple red and blue lines.. say it crosses the first red line and the EA places a sell, then if it goes to the second line then it must place another sell and the tp and the order size must match to close at the second ------------- line.
it must use martingale algorithm according to the given lines distance. it must be calculated automatically.
it must continue until it takes profit. next day the indicator is updated again. if the trades don't close then it must continue following the new days chart.
eg-When the first SELL triggers (DR1), use base lot size (e.g. 0.10).
When DR2 is hit, open another SELL with increased lot (calculated automatically so if price returns to mR2, total profit ≥ TargetProfit).
Same for DR3. ( and vice versa for buy)
EA must auto-calculate lot based on Distance between entry and mR TP level.
If new day starts and indicator updates with new DR/mR and Ds/mS levels:
EA continues with open trades (it does not close them prematurely).
New triggers use the new lines automatically.
Continue until all trades close in profit at the matching mR TP line.
Next day, the pivot indicator updates — EA continues monitoring new lines while maintaining old open positions.
Opens SELLs on red line crosses
Opens BUYs on blue line crosses
Takes profit at corresponding minor level (mR or mS)
Automatically increases lot using martingale to ensure overall profit
Runs continuously — if trades remain open overnight, uses new pivot levels next day
Once all trades of a side (BUY or SELL) hit TP → closes all in that cycle and waits for next signal
inputs -
UseBuySide = true/false
UseSellSide = true/false
Maxorders
InitialLot
MaxLot
> Example:
XAUUSD price moves up and crosses DR1 (3272.78) → EA opens SELL 0.10.
If price continues to DR2 (3279.77) → EA opens SELL 0.22 (calculated automatically).
If price continues further to DR3 (3307.65) → EA opens SELL 0.45.
When price drops back to mR3 (3293.74) → EA closes all SELLs in profit.
Example Trade Sequence (XAUUSD)
1. Price crosses DR1 (3272.78) → EA opens SELL 0.10
2. Goes higher, crosses DR2 (3279.77) → EA opens SELL 0.22
3. Crosses DR3 (3307.65) → EA opens SELL 0.45
4. Drops to mR3 (3293.74) → EA closes all sells in profit
5. Later price falls, crosses DS1 (3223.95) → EA opens BUY 0.10
6. Falls again, crosses DS2 (3210.01) → EA opens BUY 0.22
7. Rebounds to mS2 (3230.94) → EA closes all buys in profit
8. Waits for next day’s pivots.
Solicitudes similares
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
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically