Time related questions
-
Hi members,
I´m pretty new with this software and tried a lot the past days. But I have met with some difficulties.
-
How can I close all trades at a certain time? I tried with the "once a day" plug in and than "close trades" but it somehow didn´t work.
-
And my second question is also time related: How can I programm that a certain event has to occure in a certain time period?
I would be very thankful if someone can answer my questions. But nevertheless I wish good trades to all of you!

Simon
-
-
- This is what should work, but who knows how you tried it... I don't. So, show me what you tried

- Normally each EA works on every tick. When a tick comes, some code runs. In the EA builder you put most blocks where... under "on Tick". This means that these blocks will run on every tick. There is a group of blocks to check the time, like "Time filter", "Hours filter" and other as well. So when such block runs, it will pass when the time is right (depending on it's settings)
- This is what should work, but who knows how you tried it... I don't. So, show me what you tried