Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Multiple Arbitration 1.000 - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 2 reads | 0 comments |

Multi Arbitration 1.000 - expert for MetaTrader 5

Buying a security at a lower price (opening a buy position) and selling it at a higher price (opening a sell position).

In version 1.000, the Expert Advisor trades only one symbol (the " symbol " parameter in the input parameters).

Basic principles of opening a position:

 If (buying profit < selling profit) // The trend is downward m_trade.Buy(m_symbol.LotsMin(),m_symbol.Name());
If else (sell profit <buy profit) // The trend is upward m_trade.Sell(m_symbol.LotsMin(),m_symbol.Name()); Otherwise if (profit_buy == 0.0 && profit_sell == 0.0 )
        m_trade.Buy(m_symbol.LotsMin(),m_symbol.Name());

EURUSD, H4 test results:

Multi Arbitration 1.000 - expert for MetaTrader 5

Looking at the long-term trend, the deposit burden has increased significantly. This issue has not yet been resolved.


Attachment download

📎 multi_arbitration_1.000.mq5 (18.71 KB)

Source: MQL5 #18739

Multiple Arbitration 1.000 - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resource Usage and Screening Suggestions

Multiple Arbitration 1.000 - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 resources are MT5 EA related resources. Before downloading or referencing, it is recommended to confirm the platform version, transaction type, time period, whether DLL is required, whether source code is included, parameter description and historical update records.

Both automated trading tools and foreign exchange indicators should first undergo backtesting, simulated account observation, and small capital verification. Pay special attention to spreads, slippages, maximum drawdowns, position opening frequency, stop loss methods, trading periods and broker rules, and avoid direct real-time execution based only on titles or short-term profit descriptions.

Verification code Refresh