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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?
Doesn't the indicator iTrend need to be initialized in the EA???
How would you do that, wiz
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
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
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 ?
i_Trend
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)