Andrea Corbetta
Andrea Corbetta
Friends

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

Andrea Corbetta
Registered at MQL5.community
Andrea Corbetta
Added topic iCCi usage
Hello, I have a CCI Indicator in my chart and an EA with this instructions: CCICurrent = iCCI(Symbol(),0,CCIPeriod,PRICE_CLOSE,0); CCIPrevious = iCCI(Symbol(),0,CCIPeriod,PRICE_CLOSE,1); Parameters in CCI indicator are exactly the same as source