ah2005:
this is my code that get macd value use icustom:
double macdValueCustom=iCustom(Symbol(),Period(),"MACD","Signal",0,1);
MACD is customIndicator(not only macd but also others)
but ,test result like this:
how
OK,THIS IS RIGHT CODE:
double macdValueCustom=iCustom(Symbol(),Period(),"MACD",12,26,9,0,1);

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
this is my code that get macd value use icustom:
double macdValueCustom=iCustom(Symbol(),Period(),"MACD","Signal",0,1);
MACD is customIndicator(not only macd but also others)
but ,test result like this:
how