STEP INDEX & VOLATILITY INDICES SIGNAL INDICATOR/STRATEGY (3-4 DAILY SIGNALS)

Trabalho concluído

Tempo de execução 9 dias
Comentário do cliente
The Developer is very understanding & patient. I highly recommend him
Comentário do desenvolvedor
Very patient customer, i would like to continue working with him

Termos de Referência

STEP INDEX & VOLATILITY INDICES SIGNAL INDICATOR/STRATEGY (3-4 DAILY SIGNALS)

BUY (BLUE COLOR) & SELL (RED COLOR) Signals must show on the chart on time with NO delays

Core Signal System (M15 Entries + H1 Analysis)

Primary Trend Direction (Mandatory)

  • Analysis: H1 chart - 20-EMA vs 50-EMA trend direction
  • Entry: M15 chart - Price position relative to H1 EMAs
  • BUY: H1: 20-EMA over 50-EMA + M15: Price above H1 20-EMA level
  • SELL: H1: 20-EMA below 50-EMA + M15: Price below H1 20-EMA level

Multi-Timeframe RSI (Key Component)

  • Analysis timeframe: H1 RSI for trend bias
  • Signal timeframe: M15 RSI for precise entries
  • BUY: H1 RSI 35-65 + M15 RSI crosses above 35
  • SELL: H1 RSI 35-65 + M15 RSI crosses below 65

MACD Momentum (M15 Signals)

  • Settings: 8, 21, 5 on M15 chart
  • Analysis: H1 MACD for trend confirmation
  • BUY: H1 MACD bullish + M15 MACD line > Signal line
  • SELL: H1 MACD bearish + M15 MACD line < Signal line

Bollinger Band Squeeze/Expansion

  • Settings: BB(14, 2.0) optimized for step movements
  • BUY: Price touches lower band + starts moving up
  • SELL: Price touches upper band + starts moving down

Volume Surge Confirmation

  • Threshold: Volume > 1.3x average (20-period)
  • Purpose: Confirms algorithmic movement strength

Signal Generation Logic (3-4 Daily Signals)

BUY Signal Requirements (ALL 5 must be true):

  1.  H1: 20-EMA > 50-EMA + M15: Price above H1 20-EMA level
  2. H1 RSI 35-65 + M15 RSI crosses above 35
  3. H1 MACD bullish + M15 MACD line > Signal line
  4. M15: Price at/near Bollinger lower band + reversal candle
  5. M15: Volume > 1.3x average (confirms entry timing)

SELL Signal Requirements (ALL 5 must be true):

  1. H1: 20-EMA < 50-EMA + M15: Price below H1 20-EMA level
  2. H1 RSI 35-65 + M15 RSI crosses below 65
  3. H1 MACD bearish + M15 MACD line < Signal line
  4. M15: Price at/near Bollinger upper band + reversal candle
  5. M15: Volume > 1.3x average (confirms entry timing)

Step Index Specific Adaptations

Price Movement Recognition

Step Index moves in fixed increments (0.1, 0.2, 0.5 points)

Step Size = 0.1 Adjust based on index type

Min Move = Step Size  3  Minimum 3-step move for signal validity

 

Movement confirmation

Valid Move = abs (Close - Close[3]) >= Min Move

Support/Resistance for Step Indices

Use round numbers and step multiples

Resistance Level = ceil (High/Step Size) Step Size

Support Level = floor(Low/Step Size)  Step Size

Volatility Index Adaptations

Index-Specific Settings:

  • Vol 10: Use 15-minute timeframe for signals
  • Vol 25: Use 30-minute timeframe
  • Vol 50: Use 1-hour timeframe
  • Vol 75/100: Use 1-hour to 4-hour timeframes

Modified RSI Thresholds:

  • High Vol (75/100): RSI 30/70 levels
  • Medium Vol (25/50): RSI 35/65 levels
  • Low Vol (10): RSI 40/60 levels

Enhanced Technical Implementation

Core Algorithm (M15 Entry + H1 Analysis)

H1 Trend Analysis

H1_EMA20 = EMA(H1_Close, 20)

H1_EMA50 = EMA(H1_Close, 50) 

H1_TrendUp = H1_EMA20 > H1_EMA50

H1_TrendDown = H1_EMA20 < H1_EMA50

 

H1 Bias Indicators

H1_RSI = RSI(H1_Close, 14)

H1_MACD = EMA(H1_Close, 8) - EMA(H1_Close, 21)

H1_Signal = EMA(H1_MACD, 5)

H1_MACDBullish = H1_MACD > H1_Signal

H1_MACDBearish = H1_MACD < H1_Signal

 

M15 Entry Signals

M15_RSI = RSI(M15_Close, 14)

M15_MACD = EMA(M15_Close, 8) - EMA(M15_Close, 21)

M15_Signal = EMA(M15_MACD, 5)

M15_BB_Upper = SMA(M15_Close, 14) + (2  StdDev(M15_Close, 14))

M15_BB_Lower = SMA(M15_Close, 14) - (2  StdDev(M15_Close, 14))

 

Volume Confirmation

M15_AvgVol = SMA(M15_Volume, 20)

Volume Confirm = M15_Volume > (M15_AvgVol x 1.3)

Signal Generation Code

Score Count = 0

 

Similar logic for SELL signals

Visual Display (Optimized for Synthetic Markets)

Chart Signals

  • Signal strength: 1-5 stars based on score 

Information Panel

INDEX: STEP INDEX  

SIGNALS TODAY: 5/6   

TREND: BULLISH       

RSI: 45 → 38        

MACD: BULLISH      

BB: NEAR SUPPORT   

SCORE: 4/5      

NEXT SIGNAL: WAITING 

Risk Management for Synthetic Indices

Position Sizing

  • Risk per signal: 1-2% of account
  • Step Index stops: 5-10 steps from entry
  • Volatility Index stops: 0.5-1.0% of index value

Target Profits

  • Conservative: 2:1 risk-reward
  • Aggressive: 3:1 risk-reward
  • Step Index: Target 15-30 steps profit

Daily Signal Distribution

Target: 3-4 Strong Signals Per Day

  • Morning session: 1-2 signals (00:00-12:00 GMT)
  • Afternoon session: 1-2 signals (12:00-24:00 GMT)
  • Signal spacing: Minimum 2 hours between signals
  • Maximum per index: 5 signals per day per index

    Respondido

    1
    Desenvolvedor 1
    Classificação
    (14)
    Projetos
    20
    20%
    Arbitragem
    3
    33% / 67%
    Expirado
    3
    15%
    Livre
    2
    Desenvolvedor 2
    Classificação
    (16)
    Projetos
    35
    23%
    Arbitragem
    4
    0% / 50%
    Expirado
    2
    6%
    Trabalhando
    3
    Desenvolvedor 3
    Classificação
    (7)
    Projetos
    6
    0%
    Arbitragem
    4
    25% / 75%
    Expirado
    2
    33%
    Livre
    4
    Desenvolvedor 4
    Classificação
    (7)
    Projetos
    7
    29%
    Arbitragem
    3
    0% / 100%
    Expirado
    1
    14%
    Livre
    5
    Desenvolvedor 5
    Classificação
    (78)
    Projetos
    246
    74%
    Arbitragem
    7
    100% / 0%
    Expirado
    1
    0%
    Livre
    Publicou: 1 artigo
    6
    Desenvolvedor 6
    Classificação
    (318)
    Projetos
    565
    35%
    Arbitragem
    81
    31% / 44%
    Expirado
    204
    36%
    Livre
    7
    Desenvolvedor 7
    Classificação
    (48)
    Projetos
    58
    34%
    Arbitragem
    15
    27% / 60%
    Expirado
    1
    2%
    Trabalhando
    8
    Desenvolvedor 8
    Classificação
    (4)
    Projetos
    6
    33%
    Arbitragem
    7
    14% / 57%
    Expirado
    1
    17%
    Livre
    9
    Desenvolvedor 9
    Classificação
    (298)
    Projetos
    478
    40%
    Arbitragem
    105
    40% / 24%
    Expirado
    82
    17%
    Carregado
    Publicou: 2 códigos
    10
    Desenvolvedor 10
    Classificação
    Projetos
    0
    0%
    Arbitragem
    0
    Expirado
    0
    Livre
    Pedidos semelhantes
    I need an experienced MQL5 developer to create an Expert Advisor (EA) based on the trading strategy demonstrated in my video. The EA should accurately follow the entry, exit, risk management, lot size, trailing stop-loss, take-profit, and trade management rules shown. Full source code, backtesting, bug fixing, and clear input settings are required. And it should have option for Buy and Sell, then Sell only, Buy only
    Търсим опитен MQL5 разработчик , който да изгради първия прототип на MetaTrader 5 Expert Advisor за дългосрочен проект за алгоритмична търговия. Изисквания към проекта Вграден Renko двигател (без офлайн Renko графики). EMA 20 и EMA 50, изчислени от тухли Renko. Логика на търговия, базирана на подробна техническа спецификация (предоставена след избор от разработчика). Експертният съветник трябва да поддържа отваряне и
    I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
    I have an MQL5 expert advisor that i use on MT5 trading platform and it works perfectly. The only issue is that sometimes it hangs. I need to get it fixed so that it does not hang. The code is around 4500 lines in length but i clearly do not want it to be re-written. I know that many of you will approach me to try and convince me to get it redone.... but i simply dont have the budget. - This is a grid system and the
    I am looking for a highly experienced developer to build a professional, commercial-grade trading indicator for MT4/MT5. I am not looking for a basic indicator or a modified public script. I need a custom solution based on real market logic with high-quality coding standards. Requirements 100% Non-Repainting indicator. Accurate Entry signals. Automatic Stop Loss placement based on real market structure. Automatic
    I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
    Mac200 50+ USD
    I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
    Iconic Boy 300 - 400 USD
    Am looking for a bot to trade .so that I can be able to trade and become very successful and make some profit so that I cannot sleep on a empty stomach
    Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
    Supply and Demand EA 50 - 250 USD
    I need a SnD EA. Prefer coder who has previous experience coding SnD EA. PO are based on (CHoCH or BoS) and 3EMA, order block (from my TradingView indicator), area based on Fibonacci. SL options are based on fix pips or zone size; CL is based on candle closing. TP1 and TP2 options are based on fix pips or fix ratio. Canceling PO is based on market structure or Fibonacci. Money management are based on fix volume or

    Informações sobre o projeto

    Orçamento
    30 - 41 USD
    Prazo
    de 1 para 2 dias