forked from nique_372/MQLArticles
16 lines
No EOL
641 B
Markdown
16 lines
No EOL
641 B
Markdown
This file contains all the defines that can be defined so that the different modules and libraries print more information.
|
|
|
|
## PosMgmt
|
|
### Conditional Partial
|
|
- Base: `CONDITIONAL_PARTIAL_MORE_INFO`
|
|
- ConstantPartials: `CONDITIONAL_PARTIAL_CONST_MORE_INFO`
|
|
|
|
## RM
|
|
- LossProfit: `MORE_INFO_LOSS_PROFIT_DEFINE`
|
|
|
|
## RM - Configuration
|
|
- Multi EA Mode: `MQLARTICLES_RM_MULTI_EA_MODE`
|
|
- Uncomment to enable Magic Number filtered floating profit calculation
|
|
- Use when running multiple EAs simultaneously on the same account
|
|
- Slightly slower due to iteration over open positions
|
|
- Default: disabled (uses faster global equity calculation) |