EA31337 trading robot
About the project
EA31337 is an advanced trading robot for Forex markets written in MQL.
The project aims to deliver fully working Expert Advisor (EA) for free.
It implements algorithm for managing multiple strategies on different timeframes at once.
The code is split into 3 modes: Lite, Advanced and Rider, each providing slightly different trading logic, while sharing the same codebase and strategies.
Features
Lite
Lite version aims at simpler implementation of EA.
Features include:
- Simple input interface ideal for beginners.
- Comes with 30+ built-in strategies ready to use.
- Strategies can trade at different timeframes at the same time.
- Auto calculation of trade’s lot size based on the available account’s margin to minimalize risk.
- Risk management to prevent sudden losses.
Advanced
Advanced version aims at more advanced implementation of EA.
It comes with all same features plus the following:
- Advanced input interface for more customization.
- Allows overriding strategy’s trailing stop methods.
- Allows to specify a closing time for active orders.
Rider
Rider version aims at “riding” the market’s trends.
In simple words, the trades are opened by lower timeframe strategies, and closed by the higher timeframe strategies.
In comparison with other modes, it tries to keep the orders for longer period of time.
Input parameters
To read more about the EA’s parameters, check the following wiki page about Input parameters.
Dependencies
The project is using the following projects:
Further readings
For more information, check the following resources:
Downloads
To download the project’s files, go to Releases page.
You can also download the files from the Marketplace.
Other projects
To read about other projects, go to ea31337.github.io.