Hello Programming Gurus,
Majority of
EAs manage Trailing Stop Loss, Trailing Take Profit with pre-set incremental
stepping, either in pips or points.
I wish to
have an EA that work out incremental Steps based on a ratio applied to the ATR
reading taking off a chart on a chosen time frame.
The zipped PDF file attached herewith explains the requirement in details.
Fee is negotiable, depending how much the EA can achieve.
In brief, the concept and functions are as follows:
Concept
1. The EA will take the ATR reading (literally, with same
decimal places as price)
of a forex pair
at any Time Frame, ie: H1, H4, D1.... etc
2. User sets the multiplicational factors (eg: 1.5, 1, 0.5,
0.75 ... any positive numbers)
As ratio to be
applied onto ATR for respective TPs and SLs.
eg: A Long trade
on AUDUSD, Opening Price [OP] = 0.66000, ATR=0.00500,
SLi,
initial SL to be set at 1.5*ATR away from OP,
=> 0.66000-1.5*0.00500 =
0.66000-0.00750 = 0.65250
TP1,
[initial] TP to be set at 0.5*ATR from OP,
=> 0.66000+0.5*0.00500 =
0.66000+0.00250 = 0.66250
3. Stepped increments
for SL and TP are also computed in n*ATR.
Functions:
- Trailing Stop
Loss/Take Profit/Partial or Full closure of a trade, which are supposed to be
placed-order in lots of 5.
- Trailing
incremental steps based on pre-set (adjustable) ratios multiplication factors
applied to ATR reading pertinent to a chart.
- Options to apply to
one chart or to all
- User’s error
handling
- Send alert signal
and push notification to mobile metatrader app.
- Partially
interactive. Accept user’s intermediate inputs (change parameter values)
without having to reset entire procedure.
- Multiple retry –
in case the change hadn’t get to the broker
Solicitudes similares
I own the premium Forex/trading domain SignalsForex.com and I am looking for a person who can help find a serious buyer. The domain is suitable for: Forex signals services Trading education projects Broker affiliate websites Forex lead generation Trading communities Telegram/Discord signal brands Financial marketing projects Target sale price: $7,500+ Commission: 10% of the final sale price after the deal is
I need a simple bot for opening range. Simple Entry / Exit rules, to be able to customize the timeframe, time zone (entry candle) and other normal settings like size, etc
Free link free land free land free land free land free free land free land free things free land free land free land free land free land free land free land free Finch I will do it
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