The EA creates a Donchian
channel and opens buy/sell positions based on the upper/lower range of the Donchian
band.
The EA uses an optional
trailing stop to take profit.
It opens more buy/sell
positions based on the Donchian band and creates a grid if the positions are not
closed in profit.
The EA features a special
recovery system: If a sustained trend occurs the biggest open loss making order
is reduced step by step with the profits made buy the opposite orders similar to the
recovery system from the EA “AW Recovery System”: https://www.mql5.com/en/market/product/28868
The EA always splits the
biggest loss making order into many separate parts, and closes each of them
separately. In this way there is no need for a big enough retracement in prize
to recover the loss basket.
If a retracement in price
happens large enough then close all loss making positions and start a new grid
cycle.
The EA must also have
a user interface that that shows Profit target, current floating profit/loss of
the EA, etc.
Trailing stops, take
profits should be internally calculated and “invisible” to the broker.
I expect the code to
be clean, organized and commented without bloating of “template code”.
Delivery: source code
and compiled file
Parameters:
- magic number
- maximum slippage
(points)
- maximum spread
(points)
- maximum orders buy
- maximum orders sell
- start Lot
- use trailing stop (yes/no)
- trailing stop distance
(points)
- take profit (points)
The Grid settings have
the following parameters:
- grid step (points)
- martingale/sum start
lot/fixed start lot/fibo lot for the next orders
- increase of grid
step after each order (points)
Recovery settings
- minimum drawdown to start recovery (percent of account balance)
- how much of the profits are used for recovery (percent of profits)
- how much profit used to reduce biggest loss order (dropdown) (the remaining percent are distributed equally among potential other open loss orders in case 90-10% is selected)
-- 100%
-- 90%
-- 80%
-- 70%
-- 60%
-- 50%
-- 40%
-- 30%
-- 20%
-- 10%
類似した注文
Hi,I am looking for an experienced developer specializing in the creation of Expert Advisors (EAs) for trading platforms. I would like to commission the development of an EA based on the open-source LuxAlgo code. The entry strategy will be based, among other things, on Martingale and Grid trading concepts. A detailed specification covering trade management, position sizing, and risk management rules will be provided
Hi! I’m looking for someone to make TPO Market profile, volume profile, footprint, delta for Sierra charts I need it to be set up to give me these for Nasdaq, ES/NQ and also the minii’s. Is this something you can help me with
I have a EA for XAUUSD which works awesome in sideways and trending market as well, capital requirement is only 2000USd and weekly profit is around 1500-2000 USD. I am using this bot from 3 months and getting continuous good result
I’m looking for an experienced MT4 developer to create a custom indicator (or EA) with mobile push notifications based on the following strategy. Trend Filter (Daily Timeframe) Daily Close above 50 EMA = Bullish Bias Daily Close below 50 EMA = Bearish Bias Entry Timeframe (H1) RSI Settings RSI Period: 14 (default) Upper Level: 65 Lower Level: 35 Buy Signal Generate a BUY signal when: Daily bias is Bullish (Daily
Expert should be able to place trades across all Forex symbols (solution is advised) . xauusd live chart execution error . Deletion and Cleaning the Code (if required) . Live Chart Only
Dear All i am working on strategy in forex market specifically in xausud and i just want someone to make it automatic execution mode as per my requirements with propee risk management my broker is exness and i have an account in MT5
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Hi to all, I need a modification of an existing grid EA with the following instructions: Add the following optional external inputs to the attached Expert Advisor: input bool TradeModeAgainstTrend ( TMAT ) = true ; input int CounterTrendLotsToStartTMAT = 0.15 ; input double CoefficientForTrendLots = 0.30 ; input double MaxTrendLot = 0.08 ; input bool OneSideTMATOnly = true ; input double CombinedClosureAmount = 10.0
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development