MQLArticles/Defines/MoreInfo.md

16 lines
641 B
Markdown
Raw Permalink Normal View History

2025-11-28 20:22:21 -05:00
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`
2026-03-19 18:23:16 -05:00
## 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)