MQLArticles/Defines/MoreInfo.md
Nique_372 38edba5785
2026-03-19 18:23:16 -05:00

641 B

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)