Pawel Wojnarowski
Pawel Wojnarowski
Pawel Wojnarowski
Added topic MQL5 documentation inconsistency - Type of Execution vs. Fill Policy
@MetaQuotes , there seems to be 2 partially contradictory sources of information with regard to Type of Execution vs. allowable Fill Policy types - the information in both sources differs for IOC and Return fill policies.  Which one is the
Pawel Wojnarowski
Added topic margin calculation for a symbol that has different leverage than ACCOUNT_LEVERAGE
Hi, I have encountered an interesting issue - my live account with a particular broker has 1:30 leverage (and that's also what ACCOUNT_LEVERAGE property says), but for some instrument types (cryptocurrency-based CFDs, e.g. BTCUSD) the leverage is
Pawel Wojnarowski
Added topic question to MetaQuotes - ambiguity in MQL5 documentation with regard to order filling policy
Dear MetaQuotes, Could you please clarify what is the proper description of Return filling policy? On the Symbol Properties documentation page in MQL5 Reference one can read: This policy is  used only for market orders (Buy and Sell), limit
Pawel Wojnarowski
Added poll [SURVEY] which order filling types do you use in your EAs on live accounts?
  • 32% (6)
  • 0% (0)
  • 37% (7)
  • 16% (3)
  • 16% (3)
Total voters: 19
Pawel Wojnarowski
Added topic example request for testing ORDER_STATE_REJECTED on demo?
Hi everyone, As in the topic - any idea for an example order request (100% repeatable when testing EA logic on demo account - not happening by chance because of e.g. current market conditions) , which could pass the initial validation checks for an
Pawel Wojnarowski
Added topic ORDER_STATE_REJECTED - after which ENUM_TRADE_REQUEST_ACTIONS ?
Hi, ORDER_STATE_REJECTED does for sure apply to TRADE_ACTION_DEAL (sending a market order using OrderSend()) and TRADE_ACTION_PENDING  (sending a pending order using OrderSend()), but how about the other  ENUM_TRADE_REQUEST_ACTIONS values
Pawel Wojnarowski
Added topic DEAL_REASON_SO / SL / TP vs. corresponding ENUM_ORDER_TYPE in order history
Hi, Just wondering before I potentially spend time on simulating it from EA code - has someone already checked what kind of ENUM_ORDER_TYPE of historical orders correspond with the occurrence of the following DEAL reasons? I mean, 
alex49
alex49
Comment to topic MT5 is an amazing platform but needs some major improvements
Yes, absolutely agreed, trading-specific MetaEditor is a great thing to have when programming trading-specific and, even more, MT5-specific tasks . But it's quite obvious that quant-style strategies
Pawel Wojnarowski
Added topic Cannot compile any code on latest build -> Compiler loading 'C:\Program Files (x86)\MetaTrader 5\MQL564.dll' library failed (126)
Hi, Since the last update I cannot compile any code - below is what I get straight after launching MetaEditor: 2014.03.16 00:21:18 C++ compiler Microsoft Visual Studio 2005/2008/2010/2012 is not installed in the system 2014.03.16 00:21:18 Compiler
Pawel Wojnarowski
Added topic does subscription to Code Base and Articles work for anyone?
Hi, As per the subject - does subscription to Code Base and Articles work for anyone? I have subscribed several days ago and did not receive any email notifications, despite the fact that there were several new indicators added to the Code Base
Pawel Wojnarowski
Added topic question to MetaQuotes - event handling queue
Hello MetaQuotes , I am currently preparing a flexible framework for multicurrency EA for the ATC2012 and therefore I would like to ask for clarification on event handling mechanism in MT5. The general info about the event handling is : A client
Pawel Wojnarowski
Added topic small MetaEditor enhancement suggestion
Hello  MetaQuotes , Could you consider adding a very simple enhancement to the MetaEditor -  Ctrl+Delete  hotkey - that would delete everything from the cursor position to the end of the line (just like it does in MS Word)? This could
Pawel Wojnarowski
Added topic SYMBOL_MARGIN_INITIAL = 0.0
Hello MetaQuotes , I have checked SYMBOL_MARGIN_INITIAL value on several symbols and every time it returns 0.0. And if, like documentation states,  " SYMBOL_MARGIN_INITIAL Initial margin means the amount in the margin currency required for
Pawel Wojnarowski
Added topic Question to MetaQuotes - difference between SYMBOL_TRADE_EXECUTION_MARKET and SYMBOL_TRADE_EXECUTION_EXCHANGE
Hello MetaQuotes ,  What is a practical difference when symbol has either SYMBOL_TRADE_EXECUTION_MARKET or SYMBOL_TRADE_EXECUTION_EXCHANGE? The other question is - what is the proper price that I should use for them? SYMBOL_LAST
Pawel Wojnarowski
Added topic How to create a list or dynamic array of structures in MQL5?
Like in the topic - does anyone know? Unfurtunately CList and CArrayObj from the standard library don't allow struct type
Pawel Wojnarowski
Added poll [POLL] How much do you earn monthly with your EA live trading or/and with signal renting?
  • 34% (26)
  • 22% (17)
  • 6% (5)
  • 5% (4)
  • 8% (6)
  • 9% (7)
  • 0% (0)
  • 8% (6)
  • 0% (0)
  • 3% (2)
  • 3% (2)
  • 1% (1)
  • 1% (1)
Total voters: 77
4
Pawel Wojnarowski
Added topic (IMPORTANT) upgrade to build 684 = 71 bugs in the proper code
Dear MetaQuotes, After today MT5 upgrade, my code that was properly compiling on the previous build, on build 684 generated  71 errors during compilation, i.e. the following ones (which could easily point you to affected areas):  
Pawel Wojnarowski
Added topic What happened to economic calendar?
Is it just me, or did economic calendar disappear from MT5 terminal? The last news events that I can see on EURUSD chart are from 2 weeks ago, the "Calendar" tab is also gone
Pawel Wojnarowski
Added topic question to MetaQuotes - OnTrade vs OnTradeTransaction
Dear MetaQuotes , Since you have just introduced new event handling function OnTradeTransaction ( ) , could you please clarify - does this function completely enhance the old OnTrade() function? What I mean is - is there a point in using 
Pawel Wojnarowski
Added topic DEAL_TYPE_BALANCE / CREDIT / CHARGE / CORRECTION - when are they used?
Hello, Could anyone please clarify when exactly are the following deal types used?? I have searched the forum, articles and reference, but didn't find an exact answer. DEAL_TYPE_BALANCE DEAL_TYPE_CREDIT DEAL_TYPE_CHARGE DEAL_TYPE_CORRECTION
6
12