HENGtaykong

MQL5 インディケータ 相談

指定

Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators:

CCI
Chaikin
RSI
Stochastic Oscillator
Algorithm and Terms

The first stage is the construction of the Zigzag:

The overbought zone is determined as candlesticks, at which the indicator value Value > Lmax (Lmax=-20).
The oversold zone is determined as candlesticks, at which the indicator value Value < Lmin (Lmin=-80).
The values of Lmax and Lmin should be included in indicator parameters.
A yellow point should be added at the High point of candlesticks in the overbought zone—it is the H point.
A green point

応答済み

1
開発者 1
評価
(393)
プロジェクト
547
40%
仲裁
30
57% / 3%
期限切れ
57
10%
パブリッシュした人: 11 codes
2
開発者 2
評価
(18)
プロジェクト
22
9%
仲裁
6
33% / 50%
期限切れ
1
5%
仕事中
3
開発者 3
評価
(104)
プロジェクト
167
25%
仲裁
23
9% / 78%
期限切れ
16
10%
仕事中
4
開発者 4
評価
(51)
プロジェクト
69
35%
仲裁
4
25% / 75%
期限切れ
0
5
開発者 5
評価
(429)
プロジェクト
628
54%
仲裁
31
52% / 23%
期限切れ
6
1%
取り込み中
6
開発者 6
評価
(847)
プロジェクト
1449
72%
仲裁
120
28% / 47%
期限切れ
355
24%
仕事中
パブリッシュした人: 3 articles
7
開発者 7
評価
(530)
プロジェクト
804
62%
仲裁
33
27% / 45%
期限切れ
23
3%
パブリッシュした人: 1 code
8
開発者 8
評価
プロジェクト
0
0%
仲裁
1
0% / 0%
期限切れ
0
仕事中
9
開発者 9
評価
(2)
プロジェクト
4
0%
仲裁
2
0% / 0%
期限切れ
1
25%
仕事中
10
開発者 10
評価
(28)
プロジェクト
39
23%
仲裁
14
0% / 93%
期限切れ
4
10%
仕事中
11
開発者 11
評価
(181)
プロジェクト
235
20%
仲裁
21
43% / 19%
期限切れ
0
仕事中
12
開発者 12
評価
(60)
プロジェクト
87
29%
仲裁
24
13% / 58%
期限切れ
7
8%
仕事中
13
開発者 13
評価
(3)
プロジェクト
1
100%
仲裁
3
0% / 100%
期限切れ
0
14
開発者 14
評価
(3)
プロジェクト
3
33%
仲裁
0
期限切れ
0
仕事中
15
開発者 15
評価
(253)
プロジェクト
259
30%
仲裁
0
期限切れ
3
1%
パブリッシュした人: 2 codes
16
開発者 16
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
17
開発者 17
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
18
開発者 18
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
19
開発者 19
評価
(2643)
プロジェクト
3359
68%
仲裁
77
48% / 14%
期限切れ
342
10%
パブリッシュした人: 1 code
20
開発者 20
評価
(351)
プロジェクト
422
54%
仲裁
20
55% / 15%
期限切れ
29
7%
21
開発者 21
評価
(32)
プロジェクト
32
63%
仲裁
1
0% / 0%
期限切れ
1
3%
仕事中
パブリッシュした人: 5 codes
22
開発者 22
評価
(309)
プロジェクト
554
35%
仲裁
78
32% / 42%
期限切れ
200
36%
取り込み中
23
開発者 23
評価
(168)
プロジェクト
199
48%
仲裁
3
33% / 33%
期限切れ
2
1%
仕事中
24
開発者 24
評価
(39)
プロジェクト
44
25%
仲裁
13
8% / 69%
期限切れ
1
2%
多忙
類似した注文
Indicator 100+ USD
Does anyone know what indicator this is on the image because I'm looking for something like this but just a bit more sensitive. Speaking about the diamonds all the rest is irrelevant
Hello . Hello I already have an indicator on TradingView written in Pine Script. I need some modifications and fixes for the existing indicator. The indicator sometimes gives wrong signals and I want to improve it. I will provide the Pine Script source code. The developer should check the code, fix the problems, and adjust the logic if needed
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Kindly see details below BUY ALERT 1. Supertrend turns Bullish 2. On this candle , or the last 10, BBStops is Bearish 3. On this candle , or the last 10, price was < or = MA1 4. Instrument is in trend (STEP MA1 and STEP MA 2 are both Bullish) 5. Distance in pips between Lowest price during last time BBstop was Bearish, and the value of Step MA 1 at last bearish candle of Step MA1
EA requirements and necessary correction to be done . The EA monitors the PROFIT of open positions and turns ON or OFF the ALGO TRADING accordingly. By PROFIT I mean the SUM of profit + commission + swap. The EA will have two strategies, the INITIAL and the SECONDARY. Each one of them will be selectable by the user in the EA inputs. Let me explain here how the EA will operate: 1. INITIAL strategy: ·
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) ​ Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. ​ 1. Core Logic: Triple-Layer Confluence ​The signal (Call/Put)
Hello, I have an MQ4 indicator that works with a specific strategy. I want to modify some aspects and convert the file to MQ5. It's simple and won't take much effort or time for someone experienced in this field. Ideally, the person undertaking this task should be familiar with the MX2Trading software, as I will be using it to transfer the signals from the indicator to the trading platform
Phahla fx boto 30+ USD
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation

プロジェクト情報

予算
30 - 200 USD

依頼者

出された注文1
裁定取引数0