Topic: Nested operation possible?

Hello, I'm the new guy lol Here's briefly what I want to do and need to know if it's possible. I want to be able to initiate a direction. In my case with a 13 / 200 eMA cross. When / if 13 eMA crosses 200 eMA down I want to initiate a loop that only sells on subsequent 13 eMA crosses of 62 eMA. This loop would continue until 13 eMA crosses 200 eMA upward at which point the execution would flip to buy only on 13 eMA / 62 eMA crosses.

I can sort of do this right now with buy 13 / 62 cross IF 13 eMA is higher than 200 eMA but I miss the initial entry on the 13 / 200 cross itself.. I must buy / sell this initial cross and then loop on subsequent 13 / 62 crosses while condition exists.

Re: Nested operation possible?

You can do this by setting logical groups. Set one logical group for the initial entry on the 13 / 200 cross itself and another group for the buy 13 / 62 cross IF 13 eMA is higher than 200 eMA conditions combined.