It will come but nobody knows when.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The new Code Folding feature introduced in MetaEditor is a very useful addition!!
However, there is currently no convenient way to collapse or expand all folded sections at once...
I would like to request the addition of the following commands:
Collapse AllExpand All
It would also be useful to have more specific commands such as:
Collapse All Functions
Expand All Functions
Collapse All Blocks
Expand All Blocks
Α large EA could immediately be reduced to something like:
+ OnInit() + OnDeinit() + OnTimer() + OnTick() + OnTradeTransaction()
The Code Folding feature itself is already a very good improvement. Adding global Collapse/Expand commands would make it considerably more practical for large projects.
Thank you.