Forum

Order Commission

How can i get Symbol Commission? I need to calc Commission for order, no issues with OP_BUY and OP_SELL, but with pending orders (OP_BUYSTOP, OP_BUYLIMIT, OP_SELLSTOP, OP_SELLLIMIT) OrderCommission() return always 0. Any solutions

New MQL4: Input description

Hi everybody, I'm testing the new build 579 and it's MQL4.5 language I've a problem with input parameter names. Here's the mql5 guide: https://www.mql5.com/en/docs/basis/variables/inputvariables I've write this Test indicator, with #property strict command and everything is working properly

Change Timeframe on chart fuction or script

Hi is there a way for change Timeframe only on select chart? I found this script but it changes Timeframe on all charts. //+------------------------------------------------------------------+ //| ChgTF-All.mq4 |