First GS High taken out after 2MAs have crossed.

Hi guys,

I am trying to get a signal for a breakout of the first Swing high’s level after after MA 200 and 20 have crossed. CF photo attached.
(My code is completely off so I don’t submit it).

Thanks a lot!
Marc

Hi Marc,

The SignalAfter() function should allow you to achieve the result you are after.

https://help.optuma.com/kb/faq.php?id=932

This allows you to setup 2 boolean criteria (MA cross and Gann Swing break in this instance) and look for one, only after the other has been triggered. The above article includes some examples so you can see how the setup works.