Line at percentage of winnings indicator

MQL5 インディケータ

仕事が完了した

実行時間6 日
依頼者からのフィードバック
Very good programmer! Smooth communication, quick changes and good results. :-)
開発者からのフィードバック
excellent client. Was clear with what he wanted.

指定

I'm looking to have the following indicator programmed. The goal of the indicator ist to provide trailing stop levels for winning trades. A percentage of the winnings is given as breathing room to winning trades.


Indicator inputs:

(A) Trades to monitor: "Long" or "Short"

(B) Number of trades to monitor: #

(C) Start trailing at Pips: #

(D) Trailing percentage: 1-99

(E) Magic number: #


Indicator behaviour:

1) Get starting point:

- The indicator looks for open long or short trades, depending on input A.

- If there is 1 open trade, the tade open price is used as starting point.

- If there are multiple open trades, the indicator calculates the combined starting point from the trade open prices and the respective lot sizes of the number of trades specified in input B. This means a basket of multiple orders can be treated as one position.

- If Input E is "0", all open trades on the currency pair are used. Otherwise only trades with the specified magic number are used.


2) Wait for trades to go into profit:

- As long as the monitored trades are less than the number of pips specified in input C in profit (or in loss), the indicator displays nothing.


3) Show trailing stop line:

- As soon as the monitored trades are more than the pips specified in input C in profit, the indicator displays a line as follows.

- Locked in pips are calculated: Distance from starting point to furthest reached point of profit in pips / 100 * input D = locked in pips.

- The line is drawn at starting point + (for long trades) / - (for short trades) locked in pips.

- As price retraces back into less profit or even loss the line does not move. It only moves towards more profit.


Please see also the attached graphics that demonstrate the princliple for inputs A=short, B=1, C=15, D=50, E=0.


Note: I will require an indicator in mq5-Format and with easily readable buffers to be used by another EA. 

ファイル:

JPG
1.JPG
22.1 Kb
JPG
2.JPG
30.2 Kb
JPG
3.JPG
34.5 Kb
JPG
4.JPG
47.5 Kb
JPG
5.JPG
43.1 Kb

応答済み

1
開発者 1
評価
(2672)
プロジェクト
3408
68%
仲裁
77
48% / 14%
期限切れ
342
10%
パブリッシュした人: 1 code
2
開発者 2
評価
(88)
プロジェクト
143
39%
仲裁
21
19% / 48%
期限切れ
30
21%
3
開発者 3
評価
(139)
プロジェクト
181
24%
仲裁
23
22% / 39%
期限切れ
13
7%
4
開発者 4
評価
(4)
プロジェクト
5
0%
仲裁
5
0% / 80%
期限切れ
2
40%
5
開発者 5
評価
(33)
プロジェクト
46
59%
仲裁
0
期限切れ
6
13%
6
開発者 6
評価
(14)
プロジェクト
19
11%
仲裁
1
0% / 100%
期限切れ
5
26%
7
開発者 7
評価
(34)
プロジェクト
55
31%
仲裁
8
0% / 63%
期限切れ
13
24%
パブリッシュした人: 22 articles, 1 code
8
開発者 8
評価
(589)
プロジェクト
1069
50%
仲裁
39
28% / 41%
期限切れ
49
5%
仕事中
パブリッシュした人: 1 article, 8 codes
9
開発者 9
評価
(574)
プロジェクト
945
47%
仲裁
309
58% / 27%
期限切れ
125
13%
類似した注文
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
Shooter razor 30+ USD
Makes it takes trades by it self buy and sell, it must use the higher signals, also when I press stop it must not pick any trades I want it to take trades automatically when I press start also close by it self
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
I have a EA/indicator that I want built. I should say 1st off dont know how to code myself so I will be using AI to verify that the source code is complete and matches the documents spec or if better so if you can not truly do the job do not waste either of out time. This is a idea I came.up wit and used AI to produce a framework for it.... and of course AI isn't 100% accurate so I need a knowledgeable quantitative
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies

プロジェクト情報

予算
30 - 150 USD
締め切り
最高 10 日