Previous candle high low break with lot size management

指定


Dear Developer,

4 different conditions to select to place pending order

Previous candle high break buy and low break sell

Previous candle high break sell and low break buy

Previous candle high break sell and low break sell

Previous candle high break buy and low break buy

Target and stoploss – input

(Below L means Loss and W means Win)

Lot increment method

 

1.      Fixed lot size

2.      increase 1 lot after 1 loss trade – 1L-2L-3L -4L-5L………

3.      increase 1 lot after 2 consecutive losses – 1L-1L-2L-2L-3L-3L-4L-4L………

4.       increase 1 lot after 3 consecutive losses – 1L-1L-1L-2L-2L-2L-3L-4L-4L-4L

                                             

 

above both the side highlighted will be custom, we can select 1 or 2 or 3….

 

Lot decrease method:    

1.      fixed lot

2.      decrease 1 lot after each 1 winning trade like- 1L-2L-3L-4W-3W-2L-3W-2W-1W-1W-1W-1L-2L

3.      decrease 1 lot after 2 winning trades after like- 1L-2L-3L-4W-4W-3W-2L-3W-3W-2W-1L-2W

4.      start from 1 lot directly after any winning trade like – 1L-2L-3L-4L-5W-1W-1W-1L-2L-3W-1L

 

 

here winning trade means the trade wins after loses, trade wins at first order, its not winning trade, then the above method will apply, when initial trade wins we continue with 1 lot only and the above method will start after lose trade only and winning trade after loss trade.

 

Place pending order once close previous candle,

Pending order also will be modified according to the lot size increment and decrease

Delete opposite order – true/false

Minimum pip size of the candle to take order - input

Magic number

Target and stoploss- input

Close maximum loss and maximum profit of account – input

Start and end time – input­­­­

Only one open position at a time.

 

Only previous candle pending order will be open all the time, before previous candle pending order will be closed when new candle opens.



i have the ea already, i want to maodify according to my above requirnment, i have attached the ea below , you can run and check 

 

 

 

 

 

 


応答済み

1
開発者 1
評価
(390)
プロジェクト
416
30%
仲裁
74
19% / 72%
期限切れ
52
13%
仕事中
2
開発者 2
評価
(279)
プロジェクト
341
37%
仲裁
6
50% / 17%
期限切れ
7
2%
パブリッシュした人: 5 codes
3
開発者 3
評価
(54)
プロジェクト
102
23%
仲裁
12
25% / 17%
期限切れ
13
13%
4
開発者 4
評価
(5)
プロジェクト
4
50%
仲裁
4
0% / 75%
期限切れ
0
5
開発者 5
評価
(319)
プロジェクト
568
35%
仲裁
82
30% / 45%
期限切れ
206
36%
取り込み中
6
開発者 6
評価
(568)
プロジェクト
641
41%
仲裁
25
48% / 36%
期限切れ
46
7%
仕事中
類似した注文
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing

プロジェクト情報

予算
30 - 50 USD