Hi,
I have a boolean variable. I want to count it that how many times it appeared as "true" . Thanks in advance.
Hi,
I have a boolean variable. I want to count it that how many times it appeared as "true" . Thanks in advance.
@l-andorrĂ said in Close order if it start with loss for the first 3 bars:
You can also create a counter variable so that when it is >=3 and if in loss, close them.
I'll try this one also, thanks...
@vish thanks for the help, it worked
Hi,
I tried but could not find an answer.
What I want to do is, if an orders starts with loss for the first 3 bars I want to close it immediately. Thanks in advance.