Khairul Azizan Suda
Khairul Azizan Suda
  • Trader, EA Developer, Programmer, Researcher at World of Forex
  • Malaysia
  • 635
  • Information
5+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Trader, EA Developer, Programmer, Researcher at World of Forex
Khairul Azizan Suda
Registered at MQL5.community
Khairul Azizan Suda
Added topic How to call this indicator into EA
Hi guys, Anyone got any idea on how to call this indicator to work in EA? From the forum i found several method as the following: val1=iCustom(NULL,0,"SilverTrend",3,350,2,0,0); val2=iCustom(NULL,0,"SilverTrend",3,350,2,1,0); or
Khairul Azizan Suda
Added topic TimeFrame Problem
Hi, I am facing a problem of Timeframe for iMA. See below:- int timeframe = 30 ; int period = 10 ; double MA = iMA ( NULL , timeframe , period , 0 , MODE_SMA , PRICE_OPEN , 0 ) ; //inserted into open sell position if ( MA * ( 1 + Percent / 100 ))