
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
Can somebody help me, how can I write the code, because I am beginner of programming in mql.
In My strategy are two Simple Moving Average and Average Directional Movement Index.
I want open buy, when SMAB>SMAR && PlusDI>MinusDI && ADX>ADXLevel
And I close it on TakeProfit or Stoploss. If the buy closed, I want wait to open sell, NO open next order buy.
When MAs intersect I want open only one trade to next MAs intersect.
I don't know, how can I continue with programming.
Thank you very much!