raymond1
raymond1
Friends

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

raymond1
Registered at MQL5.community
raymond1
Added topic Old Marks
Hi I would like to get this to work in Metratrader 4 can anyone help?   Basically I want to back test and mark the chart with an x when the conditions are meet.   Thank You,   Raymond Minardi rminardi1@verizon.net     if
raymond1
Added topic For Loop
Why is this for loop not working its worked in the past?  Please let me know.   Thank You Ray rminardi1@verizon.net    LT=iLow(NULL,PERIOD_M15,0);   HT=iHigh(NULL,PERIOD_M15,0); //Hi and Low for last 2 days for (Bars1=1 ;
raymond1
Added topic Code change from v3 to v4
Hi I'm updating my code from version 3 to version 4 and I could use some help! Here is my version 3 code: if Period=60 and iMA(10,MODE_EMA,0) > iMA(20,MODE_EMA,0) and iMA(20,MODE_EMA,0) > iMA(50,MODE_EMA,0) then Begin h1 =