sd59 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
sd59
Added topic Arrays for chart objects!
Hi All, Can anybody fathom this one? I want to assign a particular variable obtained from a chart to an array diff[]. In the code below symb[] has already been assigned at a global level. I then want to place the calculated value i.e diffx on to some
sd59
Added topic How to handle broker "requotes"
Hi Guys, This is my attempt at trying to handle broker requotes . Recently my EA took 2 buy trades almost at the same time. I'm guessing that while the server was thinking about accepting the first request the 2nd loop kicked in and made a 2nd
sd59
Added topic "Old Tick" syndrome!!
Hi All, I'm running an EA reasonably successfully at the moment on Forex. What is incredibly frustrating is the fact that sometimes it doesn't take obvious trades and i can not find any reason for it except looking back in the 'journal' log it flags
sd59
Added topic Data Window in MT4
Hi Guys, Does anybody know if it is possible to display EA variables in the Data Window in MT4? This would be unbelievably useful but looking through through the documentation it looks like only MT4 coded tools (indicators etc;) can only be
sd59
Added topic very simple!!
Guys, I'm trying to write one line in the init() function to tell me if EA is attached to wrong time period.. please can someone tell me what is wrong with thsi! if(!MarketInfo(Symbol(),PERIOD_H1)) MessageBox ("Attach EA to 1 Hour
sd59
Added topic Forex scanner
Hi MQL4 programmers , Does any body have any code that allows you to cycle through the available Forex pairs with your broker? So in its' simplest form to drop a EA or Indicator on to any chart which then goes and looks at all other chart pairs
sd59
Added topic erratic ORDERSEND
Hi all experts, This code does work but very erratically. Quite often when the conditions below are met i.e Ask >= buyprice, this block is entered but the ORDERSEND command does not process the order! I have checked it enters by looking at the new
sd59
Added topic variables losing value
Hi all MQL4 experts, i'm going crazy on this one! I want to make one trade per candle so use the code below to set 'newcandle' to Time[0] once a trade has been made. 'Newcandle' variable loses its' value and returns to 0 when the routine is exited -
: