Friends

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

cubesteak
Added topic 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
cubesteak
Added topic 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
cubesteak
Added topic 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
cubesteak
Added topic 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
cubesteak
Added topic 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
cubesteak
Added topic 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 -
cubesteak
Added topic Indicator Programming Question
Hello, I'm hoping that someone here can point me in the right direction. I'm programming an indicator that is displayed in its own window, and I would like to add a label object to the indicator. I know that the chart window is 0, and that
cubesteak
Added topic HAHAHA! Oh man, what a stupid noob I am...
Ok, so I'm learning the basics of woodies cci, right? I've read 4 billion things on it, studied the entries and exits, etc and finally am ready to start seeing how well I learned. So, I open up a chart, get my indicators right, etc and notice that
cubesteak
Added topic Multiple instances?
Hi guys, This is probably a silly question, but each time I see the "answer", it just doesn't make any sense. They keep saying open a new "browser", and I can't figure out where the heck that is in MT4. I've come to think that I've been reading MT3
cubesteak
Added topic How do you trade with EA's?
How do you use EA's? As automation for most things in your trading style, or as a full "don't touch it, run it while I sleep" kind of thing? I've been looking at several of the systems here, and forward testing a few EA's that go with them, and there
cubesteak
Registered at MQL5.community
cubesteak
Added topic 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
cubesteak
Added topic 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
cubesteak
Added topic 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