Forum

I'm curious why MetaQuotes doesn't add the source code Fold/Unfold, Collapse/Uncollapse feature to the MetaEditor?

I think the Fold/Unfold feature for source code is the most frequently used feature in programming. I am just curious the reason not add it to the MetaEditor in the long 13 years. :P Anyone beside me want it in the MetaEditor

Efficient way of condition checking suggestion for MQL4/MQL5 executor.

While after these years, the mql4/mql5 conditional checking seems still run in an inefficient way, raise a discussion is needed. Nowadays condition checking in most modern programming language would be: "And" if (cond_1 && cond_2 && cond_3) { run(); } Either of the cond_1, cond_2 or cond_3, it

Problem encountered in porting CCFp.mq4 to MT5, need expert advice.

I'm trying to port CCFp.mq4 from https://www.mql5.com/en/articles/1464 to MT5. The problem blocks my road is this tricky function. //+------------------------------------------------------------------+ //| Subroutines |