Friends

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

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 -