Which indicator is best for beginners?
For a beginner trader, Moving Average (EMA 50 or EMA 200) combined with RSI 14 is the most accessible starting point. The EMA shows you the dominant trend direction, while RSI helps you identify overbought/oversold conditions. As you gain experience, add MACD for momentum and ATR for stop-loss calculation. Avoid placing more than 3-4 indicators on the chart during the first 6 months.
How do I choose indicators for gold (XAU/USD)?
Gold is a high-volatility instrument with strong moves. The most effective tested combination is: EMA 20 + EMA 50 on H4 (trend), MACD divergence (reversal timing), ATR for stop-loss (risk management proportional to volatility). For scalping on M5, add VWAP for institutional entry. Avoid purely oscillator-based setups (single RSI) — gold can stay overbought for weeks in a strong trend.
Are indicators enough to make consistent profit?
No. Indicators are tools, not systems. A profitable trader combines indicators + price action + risk management (the 1-2% rule per trade) + psychological discipline. Indicators give probabilities, not certainties. A system with a 50% win rate and 1:2 risk/reward is profitable; a system with a 70% win rate and 1:0.5 risk/reward is a loser.
Which indicators work best for scalping?
For scalping M1-M5: EMA 9 and EMA 21 (fast cross-over), VWAP (institutional price reference), Stochastic 5,3,3 (fast momentum), ATR on M5 (stop calculation). The EMA 50/100 crossover strategy on M1 GBP/USD is documented by Admiral Markets as a popular scalping strategy. Avoid slow indicators (standard MACD, ADX) on M1 — they generate signals too late.
How do I install a custom indicator in MetaTrader 4?
Steps: (1) Download the `.ex4` or `.mq4` file. (2) In MT4 → File → Open Data Folder. (3) Go to MQL4 → Indicators → paste the file there. (4) Restart MT4 or right-click "Indicators" in the Navigator → Refresh. (5) The indicator appears under Navigator → Custom Indicators — drag it onto the chart. For MT5, the folder is MQL5 → Indicators and the extensions are `.ex5`/`.mq5`.
What is the difference between MT4 and MT5 in terms of indicators?
MT4 has approximately 30 built-in indicators and uses the MQL4 language. MT5 has more than 38 built-in indicators, supports more non-standard timeframes (M2, M3, M10), and uses MQL5, which allows multi-currency back-testing. Many popular indicators (LuxAlgo SMC, UT Bot) have versions for both platforms. MT5 is better suited for complex indicators and professional back-testing; MT4 remains preferred for legacy EAs and simplicity.
Do indicators repaint? How do I recognize a repainting indicator?
Yes, many custom indicators repaint — they change historical signals when new price data arrives. This makes them unusable for live trading, even if they look perfect on historical charts. How to recognize one: (1) download it, apply it on a demo, observe whether arrows/zones shift after a candle closes; (2) use the Strategy Tester in visual mode; (3) check reviews on MQL5 Market. Standard MT4/MT5 indicators (RSI, MACD, MA) do not repaint. Indicators based on ZigZag, Fractals, or projected pivots repaint by design — they can be used, but with a clear understanding of this.
How many indicators should I use at the same time?
Maximum 3-4. The optimal combination: 1 trend indicator (MA, ADX, Ichimoku) + 1 momentum indicator (RSI, MACD, Stochastic) + 1 volatility indicator (ATR, Bollinger). Adding more indicators that answer the same question ("is the trend bullish?") adds no information — it adds noise and decision paralysis.
Do indicators work on cryptocurrencies?
Yes, but with adjustments. Crypto has much higher volatility than forex — use ATR with a larger multiplier (3-4× instead of 2×) for stop-losses. Bollinger Bands and Ichimoku work excellently on BTC and ETH on the daily. "Extreme" RSI (above 80 or below 20) is normal in crypto, not an automatic reversal zone. Smart Money Concepts works just as well on BTC/ETH as on forex — often more cleanly due to the absence of central bank intervention.
Which indicator is best for oil (WTI and Brent)?
Oil is strongly influenced by fundamentals (OPEC+, DOE inventories, geopolitics). The optimal technical combination: EMA 50 daily (major trend), ADX 14 (trend strength — below 20, avoid directional trades), MACD (timing), ATR (stop is very important — WTI can move $3-5 daily). Add the weekly events filter (EIA Crude Inventories report Wednesday 17:30 EET).
Are Smart Money Concepts (SMC) indicators better than classic indicators?
They are not "better" — they are different. Classic indicators (RSI, MACD) are mathematical formulas applied to price. SMC is a structural interpretation of institutional order flow. The best results come from combining both: SMC for context and zones (Order Blocks, FVG, Killzones) + classic indicators for precise timing (RSI divergence at an Order Block level).
Can I use indicators on a demo account before going live?
Yes, you must do this. A minimum of 2-3 months of demo testing with any new strategy, before risking real money. All MT4/MT5 brokers (XTB, Admiral Markets, IFC Markets, etc.) offer free demo accounts with conditions similar to a live account. Document every trade in a journal — wins, losses, the reason for entry, the reason for exit.
Is there a "holy grail" indicator — one that perfectly predicts the market?
No. Any promise of 90%+ win rate or a "holy grail" is a trap. No indicator can compensate for a lack of strategy, discipline, and risk management. The most profitable traders in the world use simple combinations of standard indicators plus ironclad discipline. Your "edge" comes from execution, not from the indicator.
Are there regulations in Moldova regarding trading with MetaTrader?
Yes. Comisia Națională a Pieței Financiare (CNPF) is the supervisory authority. In July 2025, through the Law amending certain normative acts (LP177/2025, published in the Official Gazette), restrictions were introduced on the aggressive distribution of leveraged derivative instruments to non-professional clients. Binary options are banned. CFDs remain legal, but their marketing is restricted. Always verify that your chosen broker is regulated by a trusted authority (FCA, CySEC, BaFin, ASIC).
Why does my indicator strategy that worked on demo fail on a live account?
The most common causes: (1) slippage — on a live account, the execution price differs from the displayed price, especially around news; (2) spread — on a live account, costs eat into the small profit per trade; (3) emotions — on demo you don't care, on a live account you close trades too early or hold them too long; (4) overfitting — the strategy was over-optimized for demo conditions. Solution: start with a small live account (50-100 EUR), 0.5% risk per trade rule, track 50 trades before scaling.