Neal_Van
Neal_Van
MQL4 Automated Trading Programmer. System designer. Real name: Neal Russell VanDerStelt
Neal_Van
Added topic Need backdata for metatrader CFD pairs
Need backdata for metatrader CFD pairs. I know strategy quant has this for currencies but not for specific stocks like google for example
Neal_Van
Added topic Protecting my EA
I would like to resell my EA but not give away the code.. Is there a safe way to do this? Kind regards, Neal Russell Vanderstelt
Neal_Van
Added topic Problem sending email from a cloud server
I don't have a problem sending email from my laptop in metatrader in my EA but the cloud while configured the same way will not send mail alerts trigger by sendmail. Anyone encounter this and have a workaround? kind regards.. Neal Russell Vanderstelt
Neal_Van
Added topic Is this use of if correct?
if (Buffer[ 2 - 5 ]>=var1){ Print ( "buffers greater than var1" );} because for some reason it compiles but doesn't yield a print. *i'm trying to compare the values of 3 bars back through 6 bars back
Neal_Van
Added topic I need to get the highest value of a buffer
I have a few questions... Do I have to use a cycle to get access the past bars or is the function ArrayMaximum all that is needed? Also if someone could provide an example it would be appreciated
Neal_Van
Added topic High Low range of indicator
Is there an easy way to determine the high low range going 10 bars back of an indicator?  *This is not bars.. Specifically the highest high and lowest low of 10 bars back of the indicator.  Again this is not price but the buffer value
Neal_Van
Added topic Encrypting My Work---Howto?
I'm in a bit of confusion after looking through previous articles on encrypting MQL4 code... because it seems that many of the 'solutions' are susceptible to being cracked very easily by decompilers that are easily acquired.  My aim is to have
Neal_Van
Added topic I want to close the last order ticket but this isn't working?
   int i;                                  for (i= 0 ;
Neal_Van
Added topic Need help with Order History to get the last order?
Is there a way to get the last order in order history
Neal_Van
Added topic CSV file covert to FXT is there a manual way to do this?
I'm looking for a manual way to convert the CSV file to test past data and I don't want to use an automated program to do this.  I don't trust the idea of my EA being uploaded to the banks themselves
Neal_Van
Added topic Question about Magic Number
I have read much documentation but I'm still confused about the MagicNumber.. Please help. Is the MagicNumber stored exclusively by the EA that is performing trades on new orders and also is it stored by the server or just the EA? In kind regards
Neal_Van
Added topic How can retrieve multiple ticket numbers
Having trouble understanding how to get ticket numbers of existing trades. Any suggestions? Thank you...  
Neal_Van
Added topic Why won't this code compile correctly?
hello, I'm stuck on this code trying to get the results of open tickets but I get errors. semicolon expected and unexpected end of program...  int start() { for (int i=0; i<OrdersTotal();i++)  {   // check all orders    
Neal_Van
Added topic How are open trades reference through and EA?
If there are say 5 open orders how are the orders classified or referenced / what names do they have
Neal_Van
Added topic How is a specific order specified if it is not at first known?
For instance to reference an order in code and there are more than one order how is the order referenced
Neal_Van
Added topic Need help building an EA -- What function is used to modify an open position
In an Expert Advisor... What function is used to modify an open position of the chart / symbol that the EA is located on? Thank you!  
Neal_Van
Added topic Is there an EA based on a buffer value(s) of an indicator?
that I could see as an example? So far all I've seen is EA's that have conditions written into the EA but not actually done by calling the buffer of an indicator... 
Neal_Van
Added topic Indicator won't fire alerts in the STRATEGY TESTER
My indicator fires alerts perfectly in realtime but while using the strategy tester it does no give me one alert. Originally it is based off of Bid or Ask prices but I realized that wouldn't work in the Strategy Tester because obviously the market it
Neal_Van
Added topic Articles on adding an alert
I thought there were articles on adding alerts to indicators on this site?  I can't seem to find them.. 
12