Labouchere which transfer Units to Another Serie

MQL5 エキスパート

指定

Labouchere System has many series and can transfer the Units to any other Series when needed (this function is very important).Building a dedicated SeriesManager class to handle all eight arrays would be very useful  to make the unit transfers "atomic," so the logic is bulletproof and we never have to worry about data errors during the series transitions. The coders who really knows this cancellation sytem can apply, others not. Also the coder should have practical usage of phyton language to translate this strategy into phyton to use it in crypto markets.  No indicator or chart issues ,but it has many mathematical functions and  calculations . the code should be clear ,not complex (simplicity), and well-commented and modular code to make sure nothing gets lost or miscalculated when the units are shifting around.

A part of strategy is as below :

LABOUCHERE STRATEGY 

rules & inputs


Standard Execution: Every trade size is calculated traditionally by summing the first and last elements (units) of the selected active array (serie).

Base serie: [1,1] 

            

SeriescanTrade :A1,A2,B1,B2,C1,C2,D1,D2  //permission ,for now ,the others can not.


// Active Series For LONG positions always are A1,B1,C1,D1;   SHORT positions always are A2,B2 ,C2,D2 . THE BELOW SERIES (arrays) need to be shown as INPUTS so we can change units .

// Start opening trade by A1 with long position and open the others in their solid direction and  in sequence as below .

  A1 : [1,1] 

  A2 : [1,1] 

  B1 : [1,1] 

  B2 : [1,1]                 

  C1 : [1,1] 

  C2 : [1,1] 

  D1 : [1,1]  

  D2 : [1,1] 

// New positions should be opened after 5 seconds from the previous one , (we possibly need time for transfer and unit calculation "before" a new order).

// Delay : 5 (seconds),delaying orders function input.

 TP&SL : 1 (%1)   // TP and SL is equal and  calculated by percentage of Traded Asset Value (price) ex: % 1 . ex :BTC (Bitcoin) =80.000 USDT , % 1= 800 usdt

// 1Unit value :1000  // (here 1 unit is equal to 1000 usdt ) ,in mql5 is equal to 1000 USD , BUT in crypto markets is  equal to 1000 USDT 

//  & So we can calculate the trade of 2 Units (1+1) =2000usd and %1 of 2000 usdt = Result is either profit +20 usd TP or a loss of -20 usd SL . 


応答済み

1
開発者 1
評価
(159)
プロジェクト
169
44%
仲裁
3
33% / 33%
期限切れ
1
1%
取り込み中
2
開発者 2
評価
(33)
プロジェクト
36
33%
仲裁
5
0% / 80%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
3
開発者 3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
4
開発者 4
評価
(199)
プロジェクト
255
21%
仲裁
23
48% / 17%
期限切れ
0
仕事中
5
開発者 5
評価
(39)
プロジェクト
44
57%
仲裁
4
50% / 25%
期限切れ
0
仕事中
6
開発者 6
評価
(543)
プロジェクト
824
62%
仲裁
33
27% / 45%
期限切れ
23
3%
パブリッシュした人: 1 code
7
開発者 7
評価
(47)
プロジェクト
55
33%
仲裁
15
27% / 60%
期限切れ
1
2%
仕事中
8
開発者 8
評価
(169)
プロジェクト
202
48%
仲裁
5
20% / 60%
期限切れ
2
1%
9
開発者 9
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
10
開発者 10
評価
(242)
プロジェクト
285
77%
仲裁
13
69% / 0%
期限切れ
4
1%
仕事中
11
開発者 11
評価
(6)
プロジェクト
5
0%
仲裁
4
25% / 75%
期限切れ
2
40%
12
開発者 12
評価
(4)
プロジェクト
5
0%
仲裁
1
100% / 0%
期限切れ
1
20%
取り込み中
類似した注文
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
SNIPER X AI 30 - 120 USD
I need help in building a Robot SNIPER X AI — FINAL BUILD Trading System Type AI Scalping + Sniper Entry Expert Advisor Platforms MetaTrader 4 MetaTrader 5 Supported Brokers � exness.com � justmarkets.com � deriv.com Universal MT4/MT5 broker support FINAL CORE FEATURES ✅ AI Scalping Engine ✅ Sniper Entries ✅ Auto Buy/Sell ✅ EMA Trend Detection ✅ RSI Momentum Filter ✅ Smart Stop Loss ✅ Dynamic Take Profit ✅ Trailing
Hello, I am looking for a serious and experienced MQL5 developer who also has practical trading experience , not only programming skills. The goal is to develop a professional-grade Expert Advisor / semi-automated trading system suitable for prop firm trading , with a strong focus on: ✅ Quality ✅ Robustness ✅ Risk control ✅ Realistic execution ✅ Professional backtesting ✅ Prop firm-friendly logic This is not a simple
//+------------------------------------------------------------------+ //| $10 Smart Scalping Bot for MT5 | //| EURGBP + AUDUSD + XAGUSD Optimized | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //========================= INPUTS ================================== input double LotSize = 0.01; input int FastEMA = 20; input int SlowEMA =
1. Project Overview & Strategic Objective We are seeking an elite, senior-level MQL developer to design and engineer a bulletproof, proprietary MT4 non-standard bar generation application. The primary objective of this project is to build an independent, institutional-grade charting infrastructure to permanently eliminate third-party plugin dependency risks (highlighted by legacy solutions like AZ-INVEST going
Hello, I am looking to develop a commercial-grade Expert Advisor for MT5 specifically optimized for XAUUSD (Gold). The underlying logic should be an intelligent, trend-filtered cost-averaging grid system focused on capital preservation. The EA must include the following functional architecture: 1. Core Strategy Structure: - Must feature a multi-strategy logic entry module. I want to use a combination of 3-4 standard
MT5 Indicator – QML (Quasimodo Left) Pattern I need an experienced MQL5 developer to build a custom MT5 indicator based on the QML Quasimodo pattern as used in SMC/ICT trading. I will attach reference screenshots showing exactly how the pattern should look. The indicator must detect and draw: 1. QML pattern structure — HH, HH, HL, LL swing labels with the QML level drawn as a horizontal dotted line at the last Higher
Am looking for Professional programmer who can build below analysis bot as specified below. The indicators will be provided. 🔷 1. CORE ARCHITECTURE OF YOUR EA Your EA has 3 modes: ✅ Mode 1: Indicator 1 Strategy (9-Signal Engine) ✅ Mode 2: Indicator 2 Strategy (Multi-indicator confluence) ✅ Mode 3: Hybrid Mode (Indicator 1 filters Indicator 2) 🔷 2. PAIR SELECTION LOGIC EA will NOT auto-scan market (based on your
Matriks programında güzel bir stratejim var, meta da kayıtlı olmayan iki indikatörümü de metaya yükledim, stratejim belli, ama robot oluşturmak konusunda bilgim eksik. Yardım istiyorum. Acil dönüş bekliyorum. 12-276 üssel ortalamayı hangi yöne keserse, alphatrend indikaörüde bunu desteklesin, kendi gömdüpüm diğer bir indikatörde seviyelere göre alsın satsın
Hi all I would like a strategy to be developed for LIMT ORDERS strategy for both Buy/sell limit for XAUUSD, US30 & DE30/40 on the M1 or M5 chart . I have my EA but it's not profitable. It should be a Limit order strategy with a profit factor of 2+ when back testing . You should consider that My EA has trailing stop and a trailing limit order. I have experience in coding in MQL4/5, I'm currently struggling I with

プロジェクト情報

予算
30+ USD
締め切り
最低 1 最高 3 日

依頼者

(12)
出された注文64
裁定取引数0