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
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
Looking for an all in one buy sell indicator I'm looking for a strategy too as part of the project I'm willing to pay well but I will want to test it before proceeding with contract. I'm looking for a developer that is skilled motivated open for future projects... if you aren't one of those do us a favor and just don't respond
Im after a person to copy, exactly MACD in TRADINGVIEW to use on MT5. Ive tryed alot of the apps available...Tradingview works for me. Im also after a person to make a real time chart, overlayed on the delayed chart Thanks
need a dots marking of a simple rules pullback indicator. in the .tpl file look at 28 Jan 2026, TF M5 basically it is just overlaping lows or highs of the previous candle price. there are 2 scenario to accomodate: 1. simple pullbacks 2. pullbacks with inside bar and outside bar involved
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua italiana e inglese. Attività Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie •
I am looking for an experienced MT5 developer to build a custom, aggressive XAUUSD scalping EA with structured basket management and momentum continuation logic. This is not a generic EA — it requires careful architecture and proper risk control. Key Requirements: Instrument & Timeframes: XAUUSD only M1 execution chart M5/M15 for directional bias and structure context Execution & Basket Logic: Aggressive basket-style
1. Project Overview Asset: XAUUSD (Gold) Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). 2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the