Daniel F
Daniel F
Friends

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

Daniel F
Added topic EA Programming
hi fellow traders, since I didn't find any forum rules which forbid this kind of offer I am gonna post it. However, if Admins consider this to be inappropriate just remove the thread. I've been trading quite a while (a few years) and been programming
Daniel F
Added topic mql4 in german?
hi, are there any plans to offer mql4.com in German? I could translate pages from English to German
Daniel F
Added topic detailed statement
hi, when publishing my statement via FTP it's really not that detailed(it doesn't even show the Comment on each trade which is shown in account history!). I saw someone who had a REALLY detailed statement on his FTPserver (included detailed stats on
Daniel F
Added topic HUGE tester/log folder
After some backtesting , I almost always get a HUGE /tester/logs folder. That sucks so much. There one HUGE log file. After I delete it I have to defragement my hdd every once in a while just because of that one BT logfile. :( Anybody else
Daniel F
Added topic Stopping of "Print" / Expert log
is there a way I can stop the printing of the Expert log messages, because even if the whole script is stopped it stills prints out pending msg's. That's annoying
Daniel F
Added topic returning arrays
hi guys, in a function I want to return an array: int lala () { int lala [ 2 ] = { 1 , 2 } ; return ( lala ) ; } alright, that works. However, how to put the returned var. into a new array? double temp [] = lala () ; That doesn't work :/. Could
12