Wackena
Wackena
Friends

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

Wackena
Added topic Holy Grail of the Strategy Tester
This is just an example to demonstrate the ability of a MT4 Expert Advisor (non-scalping EA) to produce great results on the MT4 Strategy Tester. These results, with same MT4 EA and settings, are not producible on a forward Demo or Live Trading
Wackena
Added topic Repeated init() Calls
I use GlobalVariableSet() in init() call to count number of EAs running on Terminal. int init() {    if (! GlobalVariableCheck ( "Count_EAs" ))     {        GlobalVariableSet ( "Count_EAs"
Wackena
Added topic Service Desk - No Response
On 2011.06.06, the following was submitted to the Service Desk. As of today, 2011.06.09, no acknowledgement of request receipt or response to stated problem. Why? MT-5 Tester Backtest History Data Access Problem Errors ,  MetaTrader 5 MQL
Wackena
Added topic Auto Primary Expert Advisor.
Is there a code method to determine number of Expert Advisors running on a MetaTrader terminal
Wackena
Added topic QUESTION - File Function
I am using FileOpen(filename,FILE_BIN|FILE_WRITE ) to write EA produced data to a file in files folder and is automatically updated as data values change. Then use FileOpen(filename,FILE_BIN|FILE_READ ) in an Indicator to use this data. This works
Wackena
Added topic Possible Bug in MT-4 Strategy Tester
It appears that the embedded OrdersTotal() function is not working in Indicator codes when using the Strategy Tester. OrdersTotal() calls in Expert Advisor codes return correct values, but in Indicator codes only returns 0 when there are open orders
Wackena
Added topic LiveUpdate Failure
On 2010.09.21, one of my MT-5 terminals updated to build 334 successfully. But, another MT-5 terminal failed to update. All files were updated OK, except the terminal. Since then, there has been several unsuccessful LIve Update attempts. This is copy
Wackena
Added topic MT-4 History Center
Does anybody else have a 2 week gap in EURUSD history that runs from 2010.3.13 to 2010.3.26. This is on my FXDD Demo account build 226. Also, there is approximately the same gap on my IBFX
Wackena
Added topic Toolbox Trade Pane - Position Price and Profit Columns
When there are superposition (from more than 1 deal), how is the the Position Price calculated?? Also, when displaying superposition Profit in Points, how is the Position Profit Points calculated
Wackena
Added topic New HistorySelectByPosition() Function
In my testing of the new HistorySelectByPosition() function , this function worked OK in a Demo account, but did not work in the Strategy Tester. I have attached a test EA that will open multiple trades in one direction (short). Could someone confirm
Wackena
Added topic Strategy Tester Requotes
I see there are now requote occurrences when running the MT-5 Strategy Tester (ST). Is it possible to advise what would trigger a requote in ST ? Such as increase in volume. Or, are requotes just random occurrences
Wackena
Added topic Interger (int) value in GlobalVariableSet()
I want to assign an integer (int) value to a GlobalVariable. Can an integer (int) value be modified to double value before assigned to GlobalVariableSet(), to avoid getting the data conversion warning with GlobalVariableGet() ?? If yes, How
Wackena
Added topic Help Topics File
I have updated to build 274, but the Terminal "Help Topics" was not updated to include Strategy Tester description. The "Help Topics" file is Last Modified 04/10/2010. Please provide link to download latest help file that has Strategy Tester
Wackena
Added topic Indicator MT-4 to MT-5
I have coded this Damiani_volatmeter.mq4 MT-4 indicator to MT-5. The output results on EURUSD M15 chart is not the same. Can someone advise why? MT-4 version #property indicator_separate_window #property indicator_buffers 3 #property indicator_color1
Wackena
Added topic Forum Search Tool & MT5 History Reports
To avoid posting repeated questions or comments, it would help to have a Forum Search Tool. In MT4 Toolbar History tab, we were able to set a custom period for a Detailed Report to html file. In MT5, the Toolbar History Tab window will update to
Wackena
Added topic Canot Complie EA afer update to build 244
The tickets section was not available on the MT4 site, so I have posted this on MT5 site. After updating to build 244, MetaEditor reports error with this code. The EA has been running OK for weeks. What has changed that would make this code now
Wackena
Added topic Text Translation
Many of the Russian mgl files uses a description text language that can not be translated into English by Google Translate or Yahoo Babel Fish. Here is an example: string PuthTerminal     = TerminalPath ( ) + " \e xperts \f iles"
Wackena
Registered at MQL5.community
Wackena
Added topic Broker Tick Data Freeze
I run MT4 terminal on 4 FXDD accounts. Two demos running on personal PC have frequent tick data freezes. these freezes can last for several hours. I can manually re-login to Demo accounts and tick data feed start again. FXDD Live and Demo accounts
Wackena
Added topic DoubleToStr() Problem
I am trying to write to file the string DaysOpen with with precision to 2 decimal places. In the FileWrite line, both DaysOpen and StrToDouble(DaysOpen) write to flle only single interger. Example: 0.02 wrties 0 and 1.25 writes 1. Please advise
123