@l-andorrà said in How to use this block? NEW TOP and NEW BOTTOM in trend.:
That is a complex group of conditions for the EA to identify. I don't think those blocks can do what you want. You will need at lest one independent tree of blocks just to identify that structure. It is not as simple as a single block can do, I'm afraid.
I agree, I am trying for example to create a sequence of conditions for this pattern to be interpreted as an upward trend.
I don't know how to make fxdreema understand the following, for example:
Check within 30 past candles
Identify 2 tops in these 30 past candles
Identify 2 funds 30 past candles
Confirm that: The last top is higher than the second top.
Confirm that: The last feature is higher than the bottom penultimate.
Is it possible to do something like this? Do you have an example of how to do it?