Suggestion
-
This is a very minor item.
Any field which takes a numeric value, if someone enters a decimal (example .5), the system inserts a leading zero (example 0.5).
I was working with buy and sell blocks and switched the money management to risk %. The default value I had entered was .5 and put a check in to make it an input parameter; this results in a compile error. Then I remembered this was something to be careful about when programming with MQL4. Entering 0.5 and checking the input parameter results in a successful compile.
-
It actually converts .5 to 0.5... normally... but obviously I missed the case when optimization checkbox is checked
