Get Commission in base currency?

 

Hello,

 

I'm working on generating FXT files, but I miss some informations (what is it / how can I dynamically find the values from within MT4?):

* margin divider  (I make it default 1 now)

* gtc pendings (I make it 1) 

* model (default it is 0, but I've seen 2 too?)

* commission base (at my broker it is 0.004, but how can I find this with a function?)

* commission type { COMM_TYPE_MONEY, COMM_TYPE_PIPS, COMM_TYPE_PERCENT }

* commission per lot or per deal { COMMISSION_PER_LOT, COMMISSION_PER_DEAL } 

* freeze_level

 

Thanks!