graziani
graziani
graziani
Added topic signal providers guarantees
Some signals are showing incredible performance. (ignore growth tab and win percentage, they are not correctly calculated, but the balance tab is consistent with transaction list) However, i simply cannot believe that this is possible, so i am
graziani
Added topic strategy tester calculation speed on different hw
interesting info for everyone: i am running same EA/parameters/period/MT5 build on drastically different hw and i am getting simmilar calculation speed: i7 3610QM / 8 GB DDR3 1600/  8 threads -> 44 hours execution time Core2 Duo T8100 / 2GB
graziani
Added topic Failing iCustom returns handle instead of INVALID_HANDLE??
I have an indicator: int OnInit () {   if (aFStep <= 0.0 )    {   Alert ( MQL5InfoString ( MQL5_PROGRAM_NAME ) + ": init failed: aFStep <= 0" );        //return (INIT_FAILED); //
graziani
Added topic indicator debugging and buffer redrawing
when you debug an indicator, buffer variables are not drawn on graph until event handling function is not exited.  is there a way to bypass this, i.e. to draw buffer content immediately while stepping through the code? 
graziani
Added topic visualization
Hi all, 2D/3D visualization in MT5 is simply genius . But of course, as always, when a baby gets a toy, it wants more! :) 1) besides maxbalance as a z coordinate (3D), i would like to visualize it with other results, e.g. balance drawdawn
graziani
Added topic File handling through winapi doesnt work
Hi, did anybody manage to use the   winapi for file handling? On same computer, win7/64, it works in MT4, but not on MT5
graziani
Added topic forward testing
Hi all, when i am doing a genetic based forward testing with balance max criteria, in the the optimization results tab, i get columns: Forward -> Final Balance in forward test Backtest -> Final Balance in backward test Profit -> Profit in
graziani
Added topic Metatester Agents
Hi Metaquotes and others  Metatester Agents are the first good implementation of agent paradigm i have seen so far. You are also claiming that it can be used for developing of mathematical models. Is there an API for that, or what did you
graziani
Added topic Few comments and suggestions on Strategy tester
Hi metaquotes and others,  let me share some comments and suggestions:   1) One of great improvements of the MT5 is the OnTester() function which gives you a possibility to define your own fitness function of population, and thereby target
graziani
Added topic reporting bugs
Hi metaquotes, i have reported some bugs i've encountered, however there is no reaction on those reports? They are filed in my profile under Service Desk
graziani
Added topic SendOrder
Hi all, how is it possible that at one broker you can make deal with stop loss with one order, and you cannot make that at other broker? Is that a MT5  'feature'? 
graziani
Added topic SYMBOL_VOLUME_MIN failure
 2 computers, MT5 build 695 on both, same EA:    bool temp = SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_MIN , minLotSize); ->  minLotSize = 0, temp = true    temp = SymbolInfoDouble(Symbol(),SYMBOL_VOLUME_MIN
graziani
Registered at MQL5.community
graziani
Added topic relative drawdawn and maximal drawdown in tester and optimizer are INCORRECTLY CALCULATED
Hi to all, as my last post lead to resolving the issue in later MT4 release, i will give another bug report & feature request. Ii is unbelievable to me how this bug has been around so long without anybody complaining? As stated in subject
graziani
Added topic Continous reloading of custom indicator in EA
There are several posts regarding the continuous reloading of custom indicator in EA and none of them actually solves anything. MT4 has a bug in opening of custom indicator, and i cannot find the trigger. Sometimes it is working fine, and sometimes
12