found it:
double output[]; ArrayCopy(test,ExtStdDevBuffer,0,0,WHOLE_ARRAY); ArraySetAsSeries(test,true); Comment(output[0]);
in this code I commented the output.but you can do whatever you want with it.
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
Hello guys
I want to create an alert based on values of three indicators in MT5:
-DeMarker
-Bulls
-Standard Deviation
I just want to compare their outputs.this can be done buy a simple if/else but I don't know how to extract their outputs.
I appreciate your help