PLEASE ONLY RESPOND WHEN YOU HAVE READ THE FULL REQUIREMENT BELOW AND NOT JUST BID TELLING YOUR STARS ETC...
I have attached 4 screenshots for reference.
I want both an indicator and an EA, to be build on basis of this concept.
Both must be tested / back-tested as well, and evidence by screenshots must be submitted by the developer before you state that it's
complete.
SS1 highlights
candle change percentage @ -8.5 or point difference between 1st and 2nd candle
Volume @ 186
SS2 highlights
candle change percentage @ -0.5 or point difference between 1st and 2nd candle
Volume @ 226
Open trade in the opposite direction of 1st Candle close i.e. SS1 bearish, we BUY in this scenario and SL
should automatically be set to 10 points lower then the 2nd CANDLE SS2 LOW unless I specify the value in EA parameter.
-----------------------------
SS3 highlights
candle change percentage @ 26.5 or point difference between 1st and 2nd candle
Volume @ 582
SS4 highlights
candle change percentage @ -0.5 or point difference between 1st and 2nd candle
Volume @ 619
Open trade in the opposite direction of 1st Candle close i.e. SS3 Bullish, we SELL in this scenario and SL
should automatically be set to 10 points HIGHER then the 2nd CANDLE HIGH (SS4) unless I specify the value in EA parameter.
-----------------------------
SS5 highlights
candle change percentage @ 0.099 or point difference between 1st and 2nd candle
Volume @ 4112
SS6 highlights
candle change percentage @ 0.096 or point difference between 1st and 2nd candle
Volume @ 4470
Open trade in the opposite direction of 1st Candle close i.e. SS5 Bullish, we SELL in this scenario and SL
should automatically be set to 10 points HIGHER then the 2nd CANDLE HIGH (SS6) unless I specify the value in EA parameter.
SCENARIO: Always measure the last candle close with current candle close and
evaluate the change percentage with volume of 2nd candle close. If the change percentage of 2nd candle is lower than 1st and the volume of 2nd
candle is higher or even similar than 1st candle close than this scenario is valid.
INDICATOR must calculate candle percentage or points difference between the open of 1st candle to close of 2nd candle: there are few on MQL that can do
this, so you need to find a good one. Example URL:
https://www.mql5.com/en/code/8935. However, it must be able to run on any time frame based on chart opened.
example charts are (SS1 and SS2 for 2 candle close, for bullish BUY scenario) and (SS3 and SS4 - SS5 and SS6 2 candle close, for bearish
scenario) so on
whatever timeframe it must be run, we have to wait for close of 2 candles and take the trade on 3rd candle open,
and only than raise the alert or EA must trade.
Whenever and on whatever timeframe and instrument (commodities, forex, Indices etc) this scenario (explained
above) occurs:-
Indicator must raise an alert with name of instrument and mark a Circle on the chart..
I must be able to set Parameter for alert to be raised or not and color of circle etc.
EA must ignore certain/multiple times when to trade, if mentioned.
Parameter for timings to ignore.. example are 2 timings 0800HRS to 0900HRS and 1300HRS to 1400 HRS. I should be able to change them as per my need.
All time must be GMT and be able to run on both MT4 and MT5.
Default SL is 10 points, and I must be able to set SL, TP and also be able to put trade at break-even when the price moves xx number of points in
profit.
Ability to close half position when TP reached and put the rest of trade at Break-even with target number of points set as take-profit.
Option to start Reverse trade if SL HIT.
And that's it, a very simple requirement and a simple budget :-)
Benzer siparişler
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