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
Hey, i tried to write code mql4 in stochastic's level
Condition : open sell when volume[0]= close.Stochastic[3], close.Stochastic[2], close.Stochastic[1] > Stochastic.level(80);
For detail picture =
This Code is imposible success to compile, maybe somebody could write simple code mql4. THANK YOU VERYMUCH
And, i would ask another question. What is different "open[0], volume[0], close[1], ibar[0]" ?