• Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
I trade Forex and write about it since 2005. I also code in MQL4 since 2006 and in MQL5 since 2009.
Andriy Moraru
Added topic Demo account password in MT5 (MetaQuotes)
How do I find out the password of my current demo account (opened with MetaQuotes-Demo) in MT5? It is remembered by the platform, so I do not have to enter it now, but I'd like to trade this account from another PC and it will ask for my password
1 12
Andriy Moraru
Added topic Dynamic 2-Dimension Arrays
How do I declare dynamic 2-dimension arrays? The following code generates error: int arr[][];
Andriy Moraru
Added topic ATC 2011 Max Volume Rules and Stop-Loss/Take-Profit
When a 15-lot position is closed by stop-loss or take-profit it happens in a single 15-lot order. Is that compliant with the ATC 2011 rules
Andriy Moraru
Added topic Strategy Tester and iCustom()+CopyBuffer()
 When I try to backtest an EA that uses iCustom() and CopyBuffer() in the Strategy Tester I have the following problem: the iCustom() functions works perfectly and returns a valid handle, but the CopyBuffer() function then fails to copy anything
Andriy Moraru
Added topic Restore Demo Account Password?
My MT5 crashed and server/account data has been corrupted. It had a lot of valuable statistic information... Is there any way to restore a password to an MT5 demo account? I have the account number and I've used a real e-mail for registering it
Andriy Moraru
Added topic AccountInfoDouble(ACCOUNT_BALANCE) Bug?
There's a problem with AccountInfoDouble( ACCOUNT_BALANCE ) function. When I close a position inside OnTick() and then execute AccountInfoDouble(ACCOUNT_BALANCE), it returns the account balance before the position was closed. It's easy to reproduce
Andriy Moraru
Added topic What's Wrong with ATC EA Testing?
The same EA tested on Sept. 18 and on Sept. 20 on the same period was reported with different profit. It was +2126.58 USD on Sept. 18 and -6604.73 USD on Sept. 20. If I try to test it with the same parameters and on the same period on my PC I get
Andriy Moraru
Added topic Submitting Multi-Currency EA to ATC 2010
How to properly submit a multi-currency EA to ATC 2010? When I submit my EA that trades on AUDUSD and GBPCHF as attached to AUDUSD, the test results in the following error: no prices for symbol GBPCHF
Andriy Moraru
Added topic Backtesting Multi-Currency EA
I'm currently backtesting a multi-currency-pair EA in the MT5 Strategy Tester and I get different results when attaching it to different currency pairs . The EA trades on AUDUSD and GBPCHF. When I attach it to AUDUSD it gets 10k profit. When I attach
Andriy Moraru
Added topic Stolen EA
How do I contact MetaQuotes about a stolen EA shared in the MQL4 codebase? The guy took my 2008 championship EA, removed all copyright notices in the code and added his links there
Andriy Moraru
Added topic Weighted Moving Average Different in MQL4 and MQL5?
For some reason the iMAOnArray() function for a linear-weighted moving average in MQL4 produces different results to the WMA calculation function found in examples for MQL5: void CalculateLWMA( int rates_total, int prev_calculated, int begin, const
Andriy Moraru
Added topic Suggestion: Maps
I think it would be really useful to have some array types similar to C++ STL maps. So, we could use almost anything as the array keys and find the key by value also
Andriy Moraru
Added topic Filled Rectangle?
Is it possible to fill OBJ_RECTANGLE with color somehow
Andriy Moraru
Added topic Get Server's GMT Offset from MQL?
Is it possible to get server's time GMT offset from MQL somehow? If not, will it be implemented
Andriy Moraru
Added topic Feature Request - Interface
It would be good if a double click on EA in the list of expert advisors would open its properties . It also would be good if clicking Delete in the list of expert advisors would trigger a confirmation dialog. Thanks
Andriy Moraru
Added topic Is There Way to Know That SL Was Hit?
Is there any way to know that SL was hit? I can use OnTrade(), but I won't be able to know the reason why the order closed or am I missing something
Andriy Moraru
Added topic Unknown Runtime Error (Build 264)
I am getting an unknown runtime error after the execution reaches some point inside OnCalculate() function . What could be the reason? Please, see the attached mq5 file
Andriy Moraru
Added topic iFractals() Empty Values
For some reason, I get 1.797693134862316e+308 as an empty value in iFractals() instead of 0. Is it a bug or is it a normal behavior
Andriy Moraru
Added topic OBJPROP_ANCHOR for Labels
It looks like OBJPROP_ANCHOR doesn't work properly for Labels. No matter what corner/side I set there, it keeps displaying somewhere around the top-left corner, going off the screen for some of the corners and slightly changing its position. Is it
Andriy Moraru
Added topic Handle of a Buffer?
Is it possible to get a handle of a buffer? I need the handle to use it in the indicator calls (like iMA, iStdDev). Perhaps, it's possible to calculate and indicator over an array of day in some other way
123