指定

A supertrend ea with:

- martingale that resets back to initial lot size only after a specified number of wins in a row.

- Immediately when I place it on the chart, I want it to check the past signals and determine the current number of
  losses in a row according to the set TradeDirection, TakeProfit and StopLoss.
  (Look at the historical data to check the past signals and determine the current number of losses in a row 
   and then update those losses as the chart updates with new data)

- I want it to display the number of current losses in a row on the right side of the chart and reset
  the counter if a win occurs.

- If the current losses in a row have reached the set LossAlertThreshold, I want it to show an alert on the chart.

- Close trade on opposite signal.

- Option to show an alert when a new signal occurs, which can be turned on or off.


Example of settings:

// Input parameters

input double Period = 10;                // ATR period for Supertrend

input double Multiplier = 3.0;           // Multiplier for Supertrend 

input double TradeDirection = direction  // Trade direction (regular, inverse, buy only, sell only)

input double LotSize = 0.1;              // Initial lot size

input double MartingaleMultiplier = 2.0; // Martingale multiplier

input int MartingaleReset = 3;           // Reset Martingale after specified consecutive wins in a row

input double TakeProfit = 100;           // Take profit in points

input double StopLoss = 50;              // Stop loss in points

input int LossAlertThreshold = 3;        // Alert after specified consecutive losses in a row is reached

input double AlertOnNewSignal = True;    // Alert On New Signal

input int MagicNumber = 123456;          // Magic number for trades

*** Include a custom comment, and settings for the font size of the displayed consectutive losses as well.


応答済み

1
開発者 1
評価
(8)
プロジェクト
11
0%
仲裁
7
29% / 71%
期限切れ
2
18%
仕事中
2
開発者 2
評価
(43)
プロジェクト
62
23%
仲裁
8
25% / 38%
期限切れ
10
16%
仕事中
3
開発者 3
評価
(24)
プロジェクト
26
73%
仲裁
0
期限切れ
0
4
開発者 4
評価
(33)
プロジェクト
35
20%
仲裁
5
40% / 40%
期限切れ
0
パブリッシュした人: 1 code
5
開発者 5
評価
(2322)
プロジェクト
2925
63%
仲裁
123
45% / 25%
期限切れ
429
15%
6
開発者 6
評価
(6)
プロジェクト
5
0%
仲裁
3
33% / 67%
期限切れ
2
40%
7
開発者 7
評価
(4)
プロジェクト
9
11%
仲裁
11
18% / 64%
期限切れ
4
44%
8
開発者 8
評価
(47)
プロジェクト
67
37%
仲裁
5
40% / 40%
期限切れ
1
1%
9
開発者 9
評価
(382)
プロジェクト
492
23%
仲裁
59
54% / 25%
期限切れ
57
12%
取り込み中
10
開発者 10
評価
(102)
プロジェクト
105
60%
仲裁
0
期限切れ
0
11
開発者 11
評価
プロジェクト
1
0%
仲裁
3
0% / 67%
期限切れ
0
12
開発者 12
評価
(162)
プロジェクト
289
35%
仲裁
18
22% / 61%
期限切れ
43
15%
13
開発者 13
評価
(12)
プロジェクト
13
8%
仲裁
1
0% / 100%
期限切れ
0
14
開発者 14
評価
(195)
プロジェクト
251
20%
仲裁
22
50% / 18%
期限切れ
0
多忙
15
開発者 15
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
類似した注文
Junior EA 30+ USD
1. EA for MT5, hedging allowed. 2. Entry: 50 EMA crosses 200 EMA on H1. Buy on bullish cross, sell on bearish. 3. SL: 100 pips, TP: 200 pips. No trailing stop. 4. Lot size: 0.01 fixed. Max 3 trades at once. 5. Trade only 08:00-18:00 GMT. No trades if spread > 20 points. 6. Inputs: EMA periods, SL, TP, lot size, start/end time
I am searching professional strategy, not grid, not martingale, controlled risk, Please don't waste my time if you havent got nothing valueable to show, in first message please describe this strategy, if you will not do this, I will move you to rejected, Budget is negotiable
Specification 300 - 900 USD
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
Trading Strategy Specification 🟢 Buy Setup Conditions: Trend Identification: The overall trend must be Bullish (Upward). (Note for the programmer: Define the bullish trend using higher highs/higher lows structure or a specific Moving Average). Fibonacci Retracement: The price must correct downwards to touch or test the 61.8% Fibonacci level , drawn from the most recent swing low to the swing high. Entry
Hey I need help with the development of my ea. I am using a built in indicator and a custom indicator. It shouldn't take too long. I will tell you the conditions and then I just need some help with the coding but I have some experience. Thanks we can chat on whatsap or telegram
I need an experienced MQL5 developer to build a semi automated trading signal system for Gold (XAUUSD) on MT5. The system is NOT a martingale or grid EA. The goal is to build a clean rule based signal engine that detects high probability setups based on predefined strategy rules and sends trading alerts with optional pending order logic. Main Requirements: 1. Signal Generation - Buy and Sell signals - Buy Limit - Buy
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry ​Project Overview ​Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. ​1. Timezone & News Filter Requirements ​The
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional

プロジェクト情報

予算
30+ USD