Trabalho concluído
Tempo de execução 1 dia
Comentário do cliente
there is just 5 star even if its 10 ill give full ten , this person is proficient on 10 plus coding language
Comentário do desenvolvedor
Easy to work with and very clear instructions!
Termos de Referência
The modified RSI indicator, designed to adjust its period based on market volatility measured by the Average True Range (ATR), is a custom approach that aims to make the Relative Strength Index (RSI) more adaptive to changing market conditions. Here's a detailed explanation of each component and the overall logic:
Components of the Indicator
Average True Range (ATR)
- Purpose: The ATR is used to measure market volatility. It calculates the range of each candlestick (including gaps) to determine how much an asset's price is moving on average over a given period.
- Calculation: For each period, it takes the maximum of the following three values:
- The difference between the current high and the current low.
- The absolute difference between the current high and the previous close.
- The absolute difference between the current low and the previous close.
- Usage: In this indicator, the ATR serves as the basis for adjusting the RSI period. A higher ATR indicates higher volatility, while a lower ATR suggests lower volatility.
Relative Strength Index (RSI)
- Purpose: The RSI is a momentum oscillator that measures the speed and change of price movements to identify overbought or oversold conditions.
- Standard Calculation: Typically calculated over a 14-period timeframe, it compares the magnitude of recent gains to recent losses to determine overbought or oversold conditions.
- Dynamic Adjustment: Instead of using a fixed period (like 14 days), this custom RSI uses a variable period based on the current market volatility (as measured by the ATR).
Logic for Dynamic Adjustment
Determining the Adjustment Threshold
- Median ATR: The median of the ATR values over the visible chart is calculated to serve as a threshold. This median serves as a benchmark to distinguish between high and low volatility phases.
Adjusting the RSI Period
- High Volatility: When the current ATR is greater than the median ATR multiplied by a predefined threshold ( VolatilityThreshold ), it indicates a high volatility phase. In such phases, the RSI period is increased to MaxRSIPeriod . This means the RSI will consider a larger number of periods for its calculation, which smooths out its fluctuations and potentially filters out market noise, making it less reactive to short-term price changes.
- Low Volatility: Conversely, when the current ATR is below this threshold, it signifies a low volatility phase. The RSI period is decreased to MinRSIPeriod , making the RSI more sensitive to recent price movements. This adjustment allows the RSI to react more quickly to price changes during stable market conditions.
Advantages of This Approach
- Adaptability: The main advantage of this approach is its adaptability to changing market conditions. By adjusting the calculation period based on volatility, the RSI can become a more versatile tool for traders.
- Reduced Noise: During high volatility periods, increasing the RSI period can help reduce the noise in the RSI signals, potentially leading to more reliable indications of overbought or oversold conditions.
- Increased Sensitivity: During low volatility, decreasing the RSI period makes it more sensitive to price movements, which could help capture shorter-term trading opportunities.
Implementation Notes
- Customization: The MinRSIPeriod , MaxRSIPeriod , and VolatilityThreshold are input parameters that can be customized based on individual trading strategies or asset characteristics. results to optimize performance.
- Median Calculation: The median ATR is used to set a benchmark for volatility. This method helps in making the adjustment threshold less sensitive to extreme values, providing a more stable reference point for volatility assessment.
Respondido
1
Classificação
Projetos
10
50%
Arbitragem
6
17%
/
50%
Expirado
3
30%
Trabalhando
2
Classificação
Projetos
6
33%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
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
GRID/DCA EA for XAUUSD Trading needed
50 - 100 USD
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
Mashiri
50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
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
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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
Adaptive XAUUSD EA – MT5
30 - 200 USD
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
Informações sobre o projeto
Orçamento
30+ USD