I have a Fractal reversal indicator for MT4 that I would like to copy and to also create a matching EA. The new indicator and separate EA will have a new name and branding.
A Fractal is a group of five candles:
For an up fractal candle 3 is the highest candle of the, candles 1 and 2 highs are below the high of candle 3 and the highs of candles 4 and 5 are also below candle 3.
When candle 5 is painted a reversal continuation down signal red arrow is painted above candle 3.
For an down fractal candle 3 is the lowest candle of the 5, candles 1 and 2 lows are below the high of candle 3 and the lows of candles 4 and 5 are also below candle 3.
When candle 5 is painted a reversal continuation up signal blue arrow is painted below candle 3.
See attached indicator for example.
The attached example also has options for inputs Breakout and Examine 7 bar fractals. I would also like to include these options.
Indicator New Name: SFX Reversal Continuation
I would like indicator to display - SecretFXSignals.com - bottom left of chart when placed on charts.
Alerts: All alerts to be available as per the example indicator.
Custom Alert Text required - Text field default SFX RevCont
Display alerts - true or false
Mail alerts - true or false (make sure to have new name of indicator)
Push alerts - true or false
Sound alerts - true or false
I would like different alerts for long or short and the alerts to have prices as follows:
Long Signal (from down fractal): Entry Price = Buy Order High of Candle 5, Stop Low of Candle 3
Short Signal (from up fractal): Entry Price = Sell Order Low of Candle 5, Stop High of Candle 3
EA
EA name: SFX Reversal Continuation Trader
The EA to display and use the same signals as the indicator.
Input option for trading time window: 24 hrs plus option Input Time for trading to start plus Input Time for trading to stop. This is so I can chose to just let the system open new trades during certain times of the day.
Two trade orders generated from each Fractal signal.
First is reversal order, second is breakout order. EA input option for A) Reversal Orders Only B) Breakout Orders Only C) both reversal and breakout orders
Down Fractal Creates:
A) Reversal Order Long at High of candle 5, Stop Low of candle 3.
B) Breakout Short at Low of candle 3 - (x pips), Stop High of Candle 5.
Up Fractal Creates:
A) Reversal Order Short at Low of candle 5, Stop High of candle 3.
B) Breakout Long at High of candle 3 + (x pips), Stop low of Candle 5.
x pips is EA Input option 0, 2, 4, 6, 8, 10
Orders from new Fractal signals replace old orders.
Position Management Input Options
Break Even in pips: Input - Disabled, 2 to 30
Trailing Stop: Input - Min 5, number (default 5)
Max Stop Loss in pips: Input number (default 100)
Take Profit in pips: Input number (zero = not used)
Money Management
Auto calculate: True = Balance/Risk Allocation %, False = Manual Lotsize
Risk allocation % of balance: Input number
Manual Lotsize: Input number
Other inputs
Custom Order Comment: SFX Reversal Continuation Trader
Magic number: 5 numbers
I need the Indicator and EA within 2 days.
Thanks
Michael
相似订单
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
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
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0