Interesting way of checking multiple indicators’ periods conditions at the same time! You can use a FOR/NEXT loop in order to increment the moving average periods and to check their crosses.
But I think you’ll get a lot of positive results while doing this. The main problem is that you’ll need to break the loop in order to have the result, and you’ll get only one, the first one (incrementing loop) or the last one (decrementing loop), because we can’t build data array in ProBuilder, you always need to know in advance how much variables you’ll need and it’s of course impossible 🙂
1 user thanked author for this post.