cody_r
cody_r
Friends

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

cody_r
Registered at MQL5.community
cody_r
Added topic Off Quotes Error in MT4
I've written an expert for MT4 that is giving ERR_OFF_QUOTES errors trying to modify an existing order. I place the order in the first step with OrderSend, and receive an acknowledgment that this was successful. I then try to modify the order for the
cody_r
Added topic PERIOD_M1
I have a simple ea that uses the Macd to enter a scalping trade. The Macd calculation is fixed on the M1 chart by using PERIOD_M1:   MacdMainCurrent = iCustom ( NULL , PERIOD_M1 , "IBFX - MACD Traditional" , FastSma , SlowSma , SignalSma