Peperlizio
Peperlizio
Topics3Comments6Reader0
Articles0CodeBase0Charts0
Friends

Add friends via their profile or user search and you will be able to see if they are online

Peperlizio
Added topic 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
Peperlizio
Added topic 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
Peperlizio
Registered at MQL5.community
Peperlizio
Added topic 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. //+------------------------------------------------------------------+