mt4

  1. shanmugapradeep

    Error 146 ("Trade context busy") is due to Broker Server Side or MT4 Client Side?

    Hello, I am using an EA attached to 4 currency pairs in one MT4 client. I frequently encounter an error "Trade context busy." My question is, is this error due to my computer hardware resource issue (RAM/CPU), Metatrader 4 application-related issue, or Forex broker server-side issue? If this...
  2. ultimate3101

    Hi! I have an Error: 138

    I Made an EA, but get an Error which sais Order Send Error 138 Can someone Help me? input double UpZone = 1.3000; // Define your UpZone value input double DownZone = 1.2900; // Define your DownZone value input int ATR_Period = 14; // ATR period input double MinATRLevel = 0.001; // Minimum ATR...
  3. Enivid

    MetaTrader 4 Client Terminal Build 1415

    Despite the claims that they are no longer developing MetaTrader 4, MetaQuotes has updated the MT4 trading platform. The new build (Build 1415) was released yesterday and is now available through the automatic update system of some MT4 Forex brokers. There are no details on what changes are...
  4. copyforex

    Trading Strategies by CopyFOREX

    Strategy "Scalping with use of Parabolic SAR + CCI" Recommended timeframes M1 This strategy is based on Parabolic SAR and Commodities Channel Index indicators. That's an impulse scalping strategy founded on the current price trend. Tools: EUR/USD, AUD/USD, GBP/USD. Тimeframes: M1, M5...
  5. Jajaofopobo

    MTF FRACTAL MT4 TO MT5 CONVERSION

    I attempted to convert an MT4 multi-timeframe fractal indicator to MT5 but encountered difficulties due to the differences in syntax, particularly with the absence of barshift in MQL5. I'm not acoder, I would greatly appreciate any assistance in implementing the iFractals coding (copy buffer...
  6. mkhno.9

    ma cross to exit trade

    hi guys can someone helpe me to find ea ma cross close trade .. i mean if ma crose the open trade that i open must be closed
  7. shanmugapradeep

    Should i upgrade my EA to MT5

    Hello, I have an EA for MT4. Is there any advantage in algo trading with MetaTrader 5 instead of MetaTrader 4? Based on your advice, I will decide whether to convert my EA from MT4 to MT5. If there is no significant difference between MT4 and MT5, I will continue with MT4.
  8. Enivid

    Bollinger Bands with Alert

    Discuss Bollinger Bands with Alert indicator (a classic but customizable Bollinger Bands indicator with popup, email, and mobile alerts) in this thread. You can ask any questions about this free MetaTrader indicator here.
  9. M

    Alqannas strategy

    Hello, Today, I am excited to share with this simple strategy. Rules: Choose a high volume/volatility session (depends on the pair - London, NY ...). Enter Long Positions: When the trend is UP and strong. Exit when the indicator gives a sell signal. Enter Short Positions: When the trend is...
  10. Erebus

    Pivot Point SuperTrend

    My new favorite trend indicator for 2024, let's do it.
  11. Sami01

    Metatrader 4 Forex Trading

    MetaTrader 4 (MT4) is a popular trading platform widely used for online trading in the forex market. Here are some key aspects and features of MetaTrader 4: User Interface: Charting Tools: MT4 provides advanced charting tools with multiple timeframes and a variety of technical indicators for...
  12. Enivid

    Close All Orders (Positions)

    Please use this thread to discuss our Close All Orders (Positions) MetaTrader script. It's a simple script to mass-close orders in MT4 or positions in MT5. You can download the script from its description page (linked earlier) and ask any questions about this free script here.
  13. C

    MT4 Strategy Tester Customize Report

    Hi all, Ive have some purchased EAs in MT4 and would like to know whether there is a possibility to customize the backtest report to add a couple extra performance indicators. I'd like to add maximum equity drawdown and recovery factor. Is this possible, I have no programming knowledge. Thanks
  14. Enivid

    BB Multi-Timeframe

    Discuss BB Multi-Timeframe (an MTF panel indicator with alerts to work with Bollinger Bands on multiple timeframes) for MT4 and MT5 in this thread. You can ask any questions about this indicator here.
  15. Enivid

    MetaTrader 4 Client Terminal Build 1400

    MetaQuotes has decided to update the MT4 trading platform (which is no longer officially developed). The new build (Build 1400) was released yesterday and is now available through the automatic update system of some MT4 Forex brokers. The build focuses on providing extra security for MQL5 Market...
  16. Enivid

    Fractals with Alert

    Discuss Fractals with Alert indicator (Bill William's classic but customizable Fractals with three types of alerts) in this thread. You can ask any questions about this free MetaTrader indicator here.
  17. sport

    A Useful Manually Traded System

    Hello everyone, I have had some success with system, it is really quite easy to understand working with the provided indicators that I have on the H1 time frame. Let us know how you got on, cheers, sport
  18. DaVinciFX Group

    EA Japan Express USD-JPY

    EA name: Japan Express USD-JPY Terminal: MT4 Timeframe: m5 Trading time: Evening/Night scalper Description: An advisor that trades a return to the average price during the evening/night trading session. Has take profit and stop loss. The advisor was tested in Tick Data Suite with a real spread.
  19. Enivid

    Donchian Ultimate

    Discuss Donchian Ultimate indicator (a highly customizable indicator of Donchian channels) for MT4, MT5, and cTrader in this thread. You can ask any questions about this free indicator here.
  20. TradeChaser

    Looking for help calculating Lin Reg for Indicator

    I am trying to call properties of a Linear Regression channel. I have tried created an indicator that creates a LinearRegression object, and then reads from it, such as below: Iterates through code: { Create OBJ_Regression; price1 = ObjectGet(name of obj, OBPROP_PRICE1); price2 =...