muller
muller
Friends

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

muller
Added topic How to teach the Tester to take care of indi relationships ?
hi, using the latest mql4 version b840 terminal, and https://www.mql5.com/ru/code/13802 as an EA example   Usecase: Testing that EA to find the best results; mostly finding the best MA periods to apply. For this test, all the MAs are selected at
muller
Added topic adding url for webrequest ?
hi, using MT4 b745 on wine 1.7.32 i386 ubuntu   for using an expert i need to add an url into /tools/options/Expert advisor/ there is already the builtin 'http://www.mql5.com' listed when i right-click on '+' nothing happen for adding a new url
muller
Added topic How to get a custom terminal ?
Wonder how to choose a custom font & its size to change to default built one ? i would like this kind of settings directly from menu; specialy for people with bad eyes viewing. An other question: i find very frustating all these color hardcoding with
2
muller
Added topic Lack of description into Tool Box / Code Base tab
The Code Base tab inside the Tool Box is a usefull feature, but we only get a description sentence with the publishing date. Sometimes the author is also written. But what is really missing is : - the type of code: is it Indicator, Lib or Script -
5
muller
Added topic Drawing prices
Can anyone tell me if the Renko or Point & Figure charts will be available in MQL5. Most platforms are making them available
muller
Added topic metatester
hi, everytime i get upgrades from metaquotes, i get 2 metatester: metatester.exe & metatester64.exe, the other files seems to be 32 bits. As my system runs a 32 bits system, why do i get metatester64
muller
Added topic Code page
@Stringo I'm convinced that the French, German, Spanish and Italian languages ​​use the same code page 1252 (Western European) " I'm very surprised to see that, nowadays utf-8 unicode (65001) is mainly used as a standard
muller
Added topic Cannot load indicator: error 4302
hi, using MT5 b507 and now i get this error when the expert: exp_tema.mq5 on EURUSD_H8 2011.09.16 12:34:55    exp_tema (EURUSD,H8)    cannot load indicator 'Triple Exponential Moving Average' [4302] dont see why this is
muller
Added topic server fail to reconnect itself
April 28th, the server disconnect at 9h28 (gmt+1 on my end) from acces point 2 Europe; have had to switch manually (seen the problem only at 11h45) and get quality 67 % on that server again) and finally get it connected
muller
Added topic whats wrong: 'a' - parameter can be a dynamic array only 9x_parabolicregression.mq5 208 29
recompiling with latest r430 i get this error, wonder what to do to fix it void af_Gauss(int n,double &a[10][10],double &b[],double &x[]) https://www.mql5.com/ru/forum/798/page4
muller
Added topic which are the components required by MT5 ?
Latest built 425 have made a comment about system "not having directx9" So compared to MT4 doc saying that it need: MFC, .... what are thoose needed by MT5 ? Now i know dx9 is required but what else ? This question concern linux system (32 bits)
muller
Added topic cant login into RU forum
the RU forum is more active than the EN one, so i use translate.google to read it. Often i need to reply or post a comment/question, but trying to login always fail. Is there a way to bypass
muller
Added topic Tester: how it work ?
i have searched a lot about how to start it, how to work with it, doc about it, but nothing helpfull. Even searching "tester" on mql5.com fail, awesome
muller
Added topic Looking for a better Metaeditor look & feel
here is my wish: to make an easier reading of block of code, a colored block background should be used (and be user defined) A nice example is done by Ultimate++ editor: http://www.ultimatepp.org/L$www$uppweb$idess$en-us.html_2.png Hope that devs
muller
Added topic MT5 built release dates
Looking at the latest MT5 b408 release dates, i'm confused: - metaeditor & terminal : March 3 - metatester, mql5.exe & mql5.dll: March 2 As b408 has been updated on late March 3, why these files dont have the same dates
muller
Added topic calendar news tab
on b404 i dont see the calendar news anymore. Have it be removed by devs or is it a bug
muller
Added topic Fail to update terminal
LE    0    LiveUpdate    17:05:48    new terminal 5.00 build 387 (IDE: 387, MQL: 387, Tester: 387) is available OQ    0    Network   
muller
Added topic EA tools
MT4 has an interesting feature when a simple EA, for example crossed MA, detect an entry point, but user decide to only validate the trend on each entry detected: the user can check/uncheck , either: - trade long - trade short - trade both short and
muller
Added topic BUG: calendar events removal break chart
Since we have calendar events drawn on charts, there is some issues (seen since 375, not tested before): - these events dont have properties per chart: thats bad because we cant choose to display only the highest events for example. - there is no
muller
Added topic stddev.mq5: variable dDiff not used
compiling with 375 get this warning on (124;20) so value is wrong
12