mcassara
mcassara
Friends

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

mcassara
Added topic Long Trade on Active Bar
Hello, I was experimenting around with building an EA and had a couple of coding questions. With the following code, if(Low[0]>Low[1] && Low[1]>Low[2] && low[2]>Low[3].... Seeing that this would be trading on the movement of
mcassara
Added topic Coding Question - Bar Movement
Hello, I'm just learning MQL4 and working on a some exercises and had a few very basic questions.  In the following lines of code, what are the 0's referencing.   if(iOpen(NULL,0,1)< iClose (NULL,0,1)) int BarOneUp=1;
mcassara
Added topic Trend
When building an EA, what are some of the better techniques to use to detect up trend and down trend.  Is there a slope function available in MT5? Thanks, Mike
mcassara
Registered at MQL5.community