Optuma Forums › Optuma Scripting › Signal Test/Show Bar Issue › Reply To: Signal Test/Show Bar Issue
February 15, 2021 at 8:43 pm
#62489
- Topics: 70
- Replies: 831
- Posts: 901
Hi Jeff,
You can use the PLSC() function with a TIMESINCESIGNAL() function, so for Jupiter changing signs within 3 days of the signal:
1 2 3 4 5 6 7 8 |
h1 = BARTYPES().Higher; l1 = LOW(); R1 = (h1[1] == 1) and (l1 < l1[1]); NOREPEAT(R1, BARS=5) and TIMESINCESIGNAL(PLSC(PLANETS=[Jupiter]))<3 |
-
This reply was modified 1 year ago by
Darren.