Rules and confluences of the order panel
1. C.T. Frame, is the period chosen for calculations

2. N.OfBars, is the amount of candles for calculations

3. Correlation, if I type -80, it means that I will only work on pairs with negative correlation, (less than that the signs must be ignored).

4. The yellow START button.
Every time you have confluence in 2 pairs, as in this example of GBPUSD/USDJPY, with 82%, the signal with the pairs should appear respectively within the windows, and when you click the START button with "double click", have to open short in 2 orders simultaneously (this following the drop box button rule).
And if I want to make an average price later on, I just double-click again on the START button.

5. CLOSE ALL ORDERS button, if I want to close all orders at any time, just make a “sequential triple click”, and all orders will be closed.

6. The red “Auto” button, for example if I type in the green field 0.35, every time the set of orders (GBPUSD/USDJPY) gives a profit of 0.35% equivalent to the account balance, then orders for these pairs are closed automatically.

But if I type “0” (zero) in the field next to the “Auto” button, in this case the closing of these orders would be manual whenever I want, with a triple click on the “Close” button.

7. The value of 2.06 in the green field (next to the Close button) must match in the account currency the current negative or positive balance for the order set, (GBPUSD/USDJPY).

8. The correlation percentage warning button.
The value 0.82, (in the red field) shows that the current negative correlation is in the percentage of 82%, (above the stipulated 80). This should be updating in real time every 5 minutes and showing in the window. And whenever the value exceeds 0.80, the button must turn red, and when it goes below 0.80, it must change the color to "gray"

9. The drop box button.
I should have this editable outer option in front of each pair, so I can buy for example for both sides, or if I want to use positive correlation, buy and sell.

10. All orders must be executed with the default lot i have configured inside MT4, but leave it pre-configured in 0.01 (as in the image below).

11. Put strings inside the code where I can type only the pairs I want, as in the example in this image below.

12. I recommend you assemble the grid of pairs with at least 12 sets of pairs according to the image here, keeping the colors, but if necessary the layout can be different in some details, what you need to keep is just the logic.

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