I am trying to build strategies with the wizard but the documentation is insufficient.
I use a wizard for MT4 ( EA creator) and it is quite easy to create rather complex strategies.
First, I am not sure about the logical structure of signals.
There are several sets which apparently serves for entry and exit signals.
When creating several conditions, it is not clear at all in what time frame the signals are valid.
I know the concept of continuous and immediate signals. Continuous means as soon as all conditions are true, the signal is valid. Immediate means the conditions have to be true during the current bar.
This distinction is very important. So, how does it work here?
Second, I don't know how to create exit signals. OR better, how to connect the exit with entry signal. For example, I want to use exits based on indicators for the entry signals. Well, I can have several entries. How will I relate specific entries with specific exits?
I also wonder how is it possible to create multiple signals groups with OR conditions.
For example, I could create 3 blocks of signals for long and these blocks are conected wit an OR condition. I don't know whether this common structure is possible in the NT wizard.

Comment