pumper:
It seems nobody else know this
hi I am new to EA writing using standard library and have some questions:
1. I looked at some code and saw that for creating signals from some indicators they act like this:
my question is about indicators variable why every indicator that created add to this variable and not used this variable anymore?
whats the reason?
2. in the line if(indicators==NULL) return(false);
we still not created the pointer but check validation whats the point?
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
hi I am new to EA writing using standard library and have some questions:
1. I looked at some code and saw that for creating signals from some indicators they act like this:
my question is about indicators variable why every indicator that created add to this variable and not used this variable anymore?
whats the reason?
2. in the line if(indicators==NULL) return(false);
we still not created the pointer but check validation whats the point?