chris.dotan: if exists trade in MT still returns alert("ok")?
Wrong. Your code only prints OK if no trade currently exists on the chart's symbol.
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,
how can I skip trade int= 0 if not exists.
Also problem is if I have more different symbols: EURUSD, GBPUSD
EURUSD: count = 2 GBPUSD: count = 1
if exists trade in MT still returns alert("ok")?
So the question is how can I return only count if exists in order?