Latent AlphaEX4
trading robot## About the project
Latent AlphaEX4
is an advanced trading robot for Forex markets written in MQL.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][wiki-inputs].