
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
I have omitted error handling for brevity. Let's assume there are no error while opening a position. The below code works fine for me.
When I try to close the same position using the below code, another SELL trade gets opened. Why?
if this is not the correct wat, then what is it?