Can this custom indicator ( iTrend.mq4 ) be programmed into an existing EA ...of so how would it be coded ??? - page 2

 
wizkid wrote >>

iTrend

Doesn't the indicator iTrend need to be initialized in the EA???

 

And do you have a working iTrend indicator in /experts/indicators?

Meaning, you can bring up a chart and attach the iTrend indicator and it does whatever it is that it is supposed to do?

 
wizkid wrote >>

Doesn't the indicator iTrend need to be initialized in the EA???

How would you do that, wiz

 
phy wrote >>

And do you have a working iTrend indicator in /experts/indicators?

Meaning, you can bring up a chart and attach the iTrend indicator and it does whatever it is that it is supposed to do?

Correction it is i_trend....not itrend...so I have to correct the initial function

 
wizkid wrote >>

Correction it is i_trend....not itrend...so I have to correct the initial function

even with the function change to i_trend..still the same error message when compiling

 
wizkid wrote >>

even with the function change to i_trend..still the same error message when compiling

'iCustom' - initialization expected C:\Program Files\Interbank FX Trader is the error message

 
Is it i_trend or i_Trend ?
 
phy wrote >>
Is it i_trend or i_Trend ?

i_Trend

 
And did you put i_Trend ( not i_trend ) into the iCustom call?
 
phy wrote >>
And did you put i_Trend ( not i_trend ) into the iCustom call?

double MyTrend=iCustom(NULL,0,"i_Trend",0,0,0,40,8,25,200,0,0)

Reason: