NAME - One
1.RSI(VOL) - True/False (Relative Volume Histrogram NOT NECESSARY)
SELL Reset Level - (Manaul Entry)
SELL Open Order Level - (Manaul Entry)
BUY Reset Level - (Manaul Entry)
BUY Open Order Level - (Manaul Entry)
TimeFrame - 1M,5M,15M,30M,1H,4H,1D
2.cRSI - True/False
Dominant cycle value - (Manaul Entry)
SELL LEVEL - 70
BUY LEVEL - 30
TimeFrame - 1M,5M,15M,30M,1H,4H,1D
3. zTrend_Indicator True/False
ATR Multiplier - (Manaul Entry)
Multicurrency EA
EA uses the 2 indicators to place the orders. or either one if one disabled.
* If RSI(VOL) - True (Reset Level - 70, Open Order level - 65)
the EA should get ready once the Relative Strength of price exits the reset level. eg- If the Relative Strength of price touches reset level 70, then the EA will get ready and place order at level 65, and the EA will place a SELL order.
if the Relative Strength of price does not touch the reset level,then EA will not place an order even though it had crossed the open trade level.
(Relative Volume Histrogram NOT NECESSARY)
* - If cRSI - True (Dominant cycle value - 25)
the EA should place the order once the value enters back into the band, also exiting the given levels. eg once the line has crossed the upper band and the SELL level, EA will wait for it to cross down and then will place a sell order. likewise other way for BUY
* If Both Indicators - True - Both methods must be implemented.
* If zTrend_Indicator - True - EA will use the Trend to place orders aligning with RSI(VOL) and cRSI indicators. Orders will be placed once the Trend is favoring the Orders direction.
BUY ORDERS - True/False
SELL ORDERS - True /False
Multicurrency - up to 30+ pairs
Martinegle - (Grid / SL) - If Grid, then custom lots orders will continue to open at the given distance. If SL, then the orders closed with Stoploss will use the custom lots for next order.
Custom Lots (Manaul Entry) - 0.01;0.02;0.03.....
Distance - Points (Manaul Entry)
Take Profit - Points (Manaul Entry)
Stop Loss - Points (Manaul Entry)
AUTO TP/SL - True / RSI(VOL) / cRSI / False - ForTP RSI(VOL), EA will close the trade once rsi value hit 50. ForTP cRSI, EA will close once it touches the end line. For TrueTP, EA will use both RSI(VOL) and cRSI methods. (For SL - EA will use the Stoploss value, or if Grid then no SL, just the custom lots.)
Magic No -
Comment -
Trade Time - 00:00 - 23:59
Info Panel -
Current currencies
BUY/SELL order lots -
Profit amount -
Loss amount -
Similar orders
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
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not