Forum

Array search helper functions for your use...

Hey y'all. Been programming recently, and was frustrated at how limiting and silly array searches are in MT4. So, I wrote some new ones. One for searching a single dim array, and one for searching a 2 dimensional array. I think they're kinda neat - maybe you will too. Also, in the file are 2 array

Help with crashlog analysis...

Hello, I've been attempting to use a VB.NET library through a Managed C++ wrapper, and I'm having some issues. I could also use C#, but I'm assuming if it works for one, it will work for the other. I'm hoping that someone here can guide me. I read on the metaquotes.net forum that this was possible

Happy Thanksgiving...

Happy Thanksgiving to all state-siders! Well, and to anyone else who will take it in the spirit it was said, and not be offended. hehehe Thanks to all the hardworking members for their input, camaraderie and efforts - its what makes a great community turn. Cheers, CS

Qq EA

newdigital: According backtesting results this EA is increasing deposit from 1,000 to 1,500,000 for almost 4 years. See backtesting results https://www.mql5.com/en/forum/general Wow. now that's amazing. Even at 10% correct (meaning to 150K for the 4 years..) that's still some pretty darn good

Does ArrayResize guarantee the safety of the array contents?

Hello, Does the ArrayResize function guarantee the integrity of the contents of the array being resized, provided that it is an expansion of the array? Does the same hold true for making the array smaller? If I resize to one element smaller, will it simply chop off the last element of the array

90% of traders fail...

Good article on why 90% of traders fail... http://www.esignallearning.com/education/marketmaster/default.asp sorry if its' been posted before... -CS

ArrayBSearch help...

Ok, what the heck does ArrayBSearch return if it doesn't find the value?? The doc says: "Returns the index of the first occurrence of a value in the first dimension of array if possible, or the nearest one, if the occurrence is not found." What the heck does that mean - "or the nearest one, if the

Coding gurus, this question is for you...

Hey ya'll, Thanks for taking a peek at this question! What is faster / better for using indicator values in an EA: 1) using iCustom to get indicator values 2) taking custom indicator logic and putting it directly in the EA. I like iCustom, because it keeps things tidy, and up to date with any

Better DLL help...

Hello, Would it be possible to get a better sample or at least more documentation on the DLL sample that you do provide? For instance: What the heck are the printf functions in the .cpp code doing? They don't seem to do anything... Can you debug custom DLL's while working with MT4? Maybe using