What is difference between parentheses( ) and Brackets { } in MQ4 language???

 

??

 

Generally, () enlcoses function paramters, {} groups statements or operations.

For example, a function is declared in the following manner:

return-type function-name(parameter-list,...) { body... }