How can I open planned operations
-
Hey,
How can I open planned operations?
For example:
- open buy operation until touching tp / sl
- open another operation buys until touching tp / sl
- now open sell operation until touching tp / sl
- open buy operation again until touching tp / sl
Thanks in advance
-
@polskis25 Are all those trades supposed to be immediately consecutve or is there some time supposed to pass between them?
-
@l-andorrà consecutiv one by one without condition, the second operation is opened only if the first one is closed.
Greetings
-
@polskis25 Just one more question. Is the sequence always buy, buy, sell, buy? And then is it repeated?
-
@l-andorrà No, it was an example. It may vary.
is there any way which allows to follow the operations in order?
Thanks in advance
-
@polskis25 Well, it depends on what you want exactly. Opening new trades as soon as a previous one is closed is very easy, but I don't fully understand what combination you're looking for. Can you please share your project?
-
It is a strategy by eye, I just need the operations to be opened in order without conditions or anything like that.
I tried this,but it doesn't workhttps://fxdreema.com/shared/QmLQLGpU
https://fxdreema.com/shared/Zw7PuorJc -
@polskis25 Both EAs are incorrect. All your blocks are on the 'on trade' tab when all of them should be on the 'on tick' tab. Additionally I see you include three consecutive buy now blocks. Are buys only considered. No sells?
-
@l-andorrà I will continue executing operations manually, it will be safer, I don't want to make mistakes in such simple operations because of a badly organized ea, I will activate notifications for when an operation is closed and then can I open another one, it would save me even a little time.
Anyway thanks for everything.
-
@polskis25 You're welcome.