Neal_Van
Neal_Van
MQL4 Automated Trading Programmer. System designer. Real name: Neal Russell VanDerStelt
Neal_Van
Added topic Why won't this alert work?
   if(Bid>ExtMapBuffer8[0])       {       PlaySound(UptrendAlert); Alert("ExtMapBuffer8", Symbol());       alertcount++;       }      
Neal_Van
Added topic I guess they are not going to add my indicator?
I submitted last week and I have not heard anything and it was not added. I was going to add other ones but I have not heard from them and it was not added so why waste my time? Also I was going to write an article but seeing as they see to take no
Neal_Van
Added topic It appears the MQL5 / MT5 is an epic fail.
Because of it's complexity and it's cutting off the throats of a lot of programmers and traders that are well versed in MQL4.  With that said how long will MQL4 survive?  Will MT5 fail to ever phase out MT5?  I'm hoping not because in
Neal_Van
Added topic Tough time understanding the loop structure and price array's.
I'm trying to learn the language and I understand that an important part of an indicator is being able to cycle through price data but I'm having a tough time understanding it.   The definitions in the documentation are not sinking in and
Neal_Van
Added topic Why won't this code work? Need help please.
//+------------------------------------------------------------------+
Neal_Van
Added topic Strategy Testor Problem
Hello, I'm trying to move over from mql4 to 5.  I  noticed in the strategy tester I am not allowed to add an indicator or template to the EA being tested.   Is there anyway to add an indicator to the strategy tester that is not
Neal_Van
Registered at MQL5.community
Neal_Van
Added topic iCustom addressing buffers
I'm sure this has been answered before but I've searched and can not find the answer. How is a buffer value addressed/accessed through iCustom? say if I want to get information out of buffer 0 or buffer 1 of an indicator
Neal_Van
Added topic Have a question about alerts.
I've been able to successfully create my own alerts recently but I want both an alert and a playsound at the same time. Problem is when I do this only the alert fires or the sound is cut off to play only a small portion of the orginal sound. Any
Neal_Van
Added topic FileWrite() problem
I wrote some code for this guy, it writes code to a file. example: FileWrite(handle, Minute()); but he says he doesn't want access every tick but by interval. Is there a way to specify how often something is written to a file within start()
Neal_Van
Added topic need alarm for an indicator
I'm on a limited budget but I need an alarm for an indicator. Would anyone be willing to help me out cheaply
Neal_Van
Added topic Onchart?
I really like this indicator but there is no room for it on my chart. Is there a way to make a window indicator into an onchart indicator? Waddah_Attar_Explosion.mq4
Neal_Van
Added topic Coding ea quesiton? combination of several indicators
Ok I guess this is a stupid question but I'm still new to coding and want to know if it is possible to combine more than one indicator to set up an ea? ie I use one indicator for primary signal and 2 other ones for confirmation
Neal_Van
Added topic Metatrader 5 doesn't sound so good
MetaTrader 5 is going to be a disaster for MetaTrader 4 traders. I just read it's not going to be backward compatible with Metatader 4. That is going to destroy alot of traders systems. That means all my indicators that I've collected over the last 2
Neal_Van
Added topic How would I code an alert for RSX indicator?
Hello, This is not my indicator but I was wondering if it would be possible to make an alert when RSX reached 70 or 30? RSX
Neal_Van
Added topic How do I learn to code or modify an existing indicator
I'm sure this has been asked a thousand times but I need to know how to do this so I can modify my own indicator and eventually build one myself. I would like to find available sources online without spending hundreds on books. If i could find
Neal_Van
Added topic On Chart Accumulation Distribution
I've seen this on other platforms but can't seem to find one for metrader4. Does anyone know where to find please? I searched the code base but couldn't find. -Neal
12