Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello I want to design an expert that, for example, checks whether the previous 10 candles are above the moving average of 200 or not, and if it is up to 10 candles above it, open a buy position. Which blocks should I use?
You definitely need a loop to do it. Are you familiar with them?