Optuma Forums › Optuma Scripting › A few scripting questions › Reply To: A few scripting questions
February 20, 2021 at 12:11 am
#62571

- Topics: 6
- Replies: 1
- Posts: 7
h1 = BARTYPES().Higher; l1 = LOW(); (h1[1] == 1) and (l1 < l1[1])
How would you reverse this for a breach of the “high of the low bar” scenario? (triggering in for a long position). I can’t seem to wrap my head around this one.