Algoritmic trading strategies using the MT5 platform and MQL5 (C++) language to program automated and profitable financial strategies. https://github.com/santiago-cruzlopez/MQL5
Find a file
Santiago Cruz 13555f8367 HMA_Binary
2025-08-23 21:43:57 -04:00
1_Expert_Advisors_EA HMA_Binary 2025-08-23 21:43:57 -04:00
2_Indicators_EA Git_Rep_Update 2025-04-16 11:59:03 -04:00
3_MQL5_EA_Tools Git_Rep_Update 2025-04-16 11:59:03 -04:00
LICENSE Create LICENSE 2025-08-08 10:40:11 -04:00
README.md Update README.md 2024-12-31 17:18:04 -05:00

NetAlgo - Expert Advisors (EA) - MQL5

The ["MQL5"] folder is a dedicated directory within the MetaTrader 5 (MT5) platform that houses Expert Advisors (EA). This folder is essential to implement automated trading strategies using MQL5 scripts for algorithmic trading.

Contents:

  1. Expert Advisor Files: This folder contains .mq5 files for various EAs developed in the MQL5 programming language. Each file represents a unique automated trading strategy that can be deployed on the MT5 platform.

Key Features:

  • Fully Automated: Executes trades automatically based on market analysis.
  • Multiple Strategies: Includes trend following, Scalping and Neural Networks.
  • Risk Management: Configurable stop loss, take profit, drawdown limits and Trailing Stops.
  • Customizable: Easily adjust parameters to suit individual trading styles.
  • Backtesting: Test strategies with historical data before live trading.
  • Real-Time Analysis: Utilizes technical indicators for timely decision-making.
  • Alerts: Provides notifications on trade execution and market events using Discord Server.