Please add comments with why the trade was opened
Please add a comment about why the trade was opened instead of static CP or CP1 or #CP1 and if the comment gets bigger than the displayable area, create a log file for this EA on the desktop with codes-meaning and use those codes as comments.
For E.G. if I wanted to write: Used signals are Osilator Stochastic K, RSI with IdentifyTrend +TDI, then use the following comment on trades:
Opened due to O:S+R_with_IT+TDI
If the above doesn't display on the MT5 toolbox to see those trades and comments, then the following can be used as code:
O_oSRwItTdi
The above once says O_ -> Opened due to, oSR -> oscillators Stochastics and RSI, w ->with, It ->IdentifyTrend, Tdi ->TDI
This code O_oSRwItTdi after being used should be stored in EA log file preferred in Desktop location to refer the code for meaning.
It already has a log where it indicates why the operations are opened, closed and modified
Check "Journal" Tab.
I leave you this post in case it is useful to you
https://communitypowerea.userecho.com/en/communities/7/topics/376-communitypowerea-parser-tester-log-mt5