Christian Stern
Christian Stern
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Christian Stern
Added topic Assign a export to a chart
HEy all, i stuck a bit. I try to create a routine, where i can open a new chart and assign a expert on it. I had this already but i missing pages in my head. Thanks 4 help
Christian Stern
Added topic BugRequest: "Access violation" while accessing static function
Hey all, i have something really strange. I have some code and each time i access this function i get this error: 2018.11 . 19 17 : 51 : 48.897 Test  (EURUSD,H1)       Access violation at 0x000002A0178243A0
Christian Stern
Added topic iVolume
Hey all, i've a stupid question... whats the meaning of iVolume() ? I dont get it. Have read the doc and tried a few examples but still having a echo in my head. When i use it, is see the value growing with time and at the end of a period it resets
Christian Stern
Added topic MQL-Editor: preview drop down list window is broken
Hey all, this preview window, whichs pops up while you are typing and where you can see the class and variables names in the editor is very use ful. But somehow it is broken in some of my classes and i don't know why. - The compiler shows no error
Christian Stern
Added topic how to detecting "xx bytes of leaked memory"
Hey all, after writing lots of code, somehow the "xx bytes of leaked memory" error sneaked in. i've searched in the forum and documentation but could not find a way how to detect them. All created objects gets deleted and all array will be set to 0
Christian Stern
Added topic aaaaah help ...kaspersky think it's a trojan
Hey all ...after updating MT5, kaspersky pops up and say its a malware -> metaeditor64.exe -> Trojan.win32.khalesi.gju Nothing found on google and the link from kp goes to /dev/404 ...............naaaaahh Reinstall software does not help
Christian Stern
Added topic BUG: CArray failed Search function in a shared object
Hey all, i found something strange with CArrayInt and CArrayString. I have a main object which can load other objects into his running environment. This objects can communicate with each other while sharing an object which handles a conversation
Christian Stern
Added topic CArray Feature Request
Hey MQL-Dev Team, i fell in love with this CArrays. There are really handy and saves a lot of code. I miss a functionality , i can assign and insert array but i can't dump the contents into a given array. I was reading through the documention but
Christian Stern
Added topic Programming magic's
Hey all, while reading the forum i found code where i can't understand the operation. set |= state; set &=~ state; ( full src code: https://www.mql5.com/en/forum/222650 ) What is "|=" and "&=~" doing ? Thx && Regards
Christian Stern
Added topic struct vs global space
Hey all, i am wondering if i found a bug or just misunderstood the scope of struct. I have 2 seperate classes. One includes the other ( not extend !). In both i use a struct with the same name. Within class1 i create a object of class2. Class2
Christian Stern
Added topic Runtime loading new include files
Hey all, it is possible to load new created files to a running instance. Like if i have a EA which runs for a long time, and the state of the variables is "ideal" and which i don't want to interrupt. Now, for example i create a new indicator. Is it
Christian Stern
Added topic delete object copy
Hey all, i have a understanding question. When i create a struct which has a object and a loaded indicator in it, like this: // define struct struct foobar {         MyClass obj; int maHandleID; } // create variable
Christian Stern
Added topic CopyBuffer question
HEy all, just a simple question. When i use: CopyBuffer (ma_handle, 0 , 0 ,to_copy,MABuffer) Will MABuffer overwritten each time CopyBuffer() will be called or just apend data ? Thank you
Christian Stern
Added topic Reset log entries in Terminal
Hey all, i like to get reed of the old terminal log messages when i start a new session. Is there any way to use a command such as "ClearTerminalLog()" to do this or do i have do clear it always by hand ? Thanks & Regards, Chris
Christian Stern
Added topic Max count for a array index
i want to create a walking FILO ( first in, last out ) time buffer where i use the symbol timestamp as array index value.  Does anyone know if there is any impact of performance using a 14 count array index value ? Example foo[ 1518776791280 ] =
Christian Stern
Added topic Sunday morning quiz
Hey, goood morning .... i'm trying to improve some code lines and i want to get reed of some code like this:    // store current buffer    int bufferRC = this .getBuffer();    if ( bufferRC == - 1 ) return false ; The
Christian Stern
Added topic Crash handling
Hey folks, i am thinking about a recovery after a unexpected crash such as application crash or a power outage. So far i know yet, if a EA is assigned to a chart window and you reopen MT, it will still remain there and do there work. The question is
Christian Stern
Added topic philosophical question
yesterday i was thinking about A.I. and i came to a point which is very interessting: Can a A.I. create his own language ? And how would it look like ? When he could do this,can we still call it A.I. ? Because creating his own language is some kind
Christian Stern
Added topic Function to start a EA
Hey all, is there a way to start a EA out of a class ? I know i could handle multiple instance within a EA but i want a spereate name space and process, means i can detach a specifc EA and don't interrupt other EA's. Or like i have a situation where
Christian Stern
Added topic OnDeinit Cancel ?
Hey all, is it possible to cancel a OnDeinit request ? Like i have EA1 and EA2, EA2 has dependencies on EA1. For some reason EA1 is turning into a "OnDeinit" state, now i want to check if he is allowed to exit. OnDeinit is a void function which will
12