Andriy Moraru / Profile
- Information
|
9+ 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.
Friends
9
Requests
Outgoing
Andriy Moraru
Added topic Change Input Parameters During Runtime
Hi all! Is there any way to change the value of the input parameters from within the code of EA/indicator, so that when the EA/indicator is reloaded, the updated values are used
Share on social networks · 1
4
Andriy Moraru
Added topic ERR_INVALID_TRADE_PARAMETERS
Why do I often get OrderModify Error 3 (ERR_INVALID_TRADE_PARAMETERS) in such cases? 2013.02.11 01:39:53 - StopLevel = 0.00020000 2013.02.11 01:39:53 - FreezeLevel = 0.00000000 2013.02.11 01:39:53 - Error Modifying Sell Stop: 3 2013.02.11 01:39:53 -
Andriy Moraru
Added topic Get Values of Channel's Second Line
I can use ObjectGetValueByShift() to get the values of the channel's main line . But how do I get values of the second line? Is it possible at all? Calculating using linear equation formula based on time yields incorrect results due to non-linear
Andriy Moraru
Added topic Dynamic version of indicator_levelN
Is there a run-time function of indicator_levelN property? My indicator needs level set only if one of the input parameters is set to a specific value. Is there any way to add or remove a separate window level during run-time? Or is there any
Share on social networks · 1
2
Andriy Moraru
Added topic One indicator for chart window and separate window?
Is it possible to have one indicator draw simultaneously in chart window and in separate window
Share on social networks · 1
8
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 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
: