I have an ea
that opens a buy (market execution) and n pips below it place a sell stop order
... or vice versa...
*user
can set 1st trade become buy or sell.
*user
can set distance between 1st buy and sell stop.
scenario
1: market continues its
1st direction without hitting 2nd stop order (sell stop here) ea will add to
1st position (buy position here)
each n pips with
the same lot , decreasing lot or increasing lot on each new trade and when it
reaches its predefined target it will close
all buy
positions and also inactive stop order
and starts again...
*user
can set distance between each remaining position with its previous one.
*user
can set if each new position lot amount in lot multiplier section.
*user
can set his/her target in target section.
scenario
2: market turns against
our 1st trade and hits 2nd stop order (sell stop here) it will start add to each
direction market will continue each n pips. with same lots as 1st 2 trades on
each new trade or increase lots on each new trade or decrease lots on each new
trade.
when total
buys + total sells = predetermined amount of target ea will close all buys and sells instantly at
the same time. and starts again...
NOW I WANT YOU TO ADD THIS SECTION TO MY EA:
add to 1st position : true/false
true: in case of scenario 1 EA will add to 1st opened position.
scenario
1: market continues its
1st direction without hitting 2nd stop order (sell stop here) ea will add to
1st position (buy position here)
each n pips with
the same lot , decreasing lot or increasing lot on each new trade and when it
reaches its predefined target it will close
all buy
positions and also inactive stop order
and starts again... and vise versa for when 1st trade is a sell position...
false: in case of scenario 1 EA will not add to 1st opened position.
scenario
1 amendment : market continues its
1st direction without hitting 2nd stop order (sell stop here) ea will
not add to
1st position (buy position here) each n pips with
the same lot , decreasing lot or increasing lot on each new trade and
let the only opened position (1st position) continues to reach
predefined profit when it
reaches its predefined target it will close
that buy
position and also inactive stop order
and starts again...and vise versa for when 1st trade is a sell position...
NOTE: please add this new section after magic number and before 1st trade sections.
i will send EA file for those i will agree to give the job to him.
thank you
Ordini simili
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation