- To set a new default unit, execute these these MQL commands:
modify dimension NAME modify unit UNITNAME multiplier 1 offset 0 default; where:NAME is the name of the dimension you want to change the default units forUNITNAME is the name of an existing unit defined for that dimension that you want to make the default
- For all other units. run this command:
modify dimension NAME modify unit UNITNAME multiplier MULTIPLIER offset OFFSET; where:NAME is the name of the dimension you want to change the default units forUNITNAME is the name of an existing unit defined for that dimension that you want to make the defaultMULTIPLIER is the value to multiply the default value for this unitOFFSET is any required offset
For more information, see Dimensions.
|