Optuma Forums › Optuma Scripting › First GS High taken out after 2MAs have crossed. › Reply To: First GS High taken out after 2MAs have crossed.
October 21, 2021 at 9:08 am
#66335
- Topics: 5
- Replies: 616
- Posts: 621
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.