Optuma Forums › Optuma Scripting › SCANNING FOR BOOLEAN VALUE TRUE › Reply To: SCANNING FOR BOOLEAN VALUE TRUE
November 1, 2021 at 9:34 am
#66435
- Topics: 5
- Replies: 616
- Posts: 621
Hi,
You can adjust the existing script to reference only the V1 criteria passing for use in a scan…
1 2 3 4 5 |
S1 = ma(stoch(TYPE=Slow, BAR1=125, BAR2=5, BAR3=1), CALC=Close); V1 = CLOSE(S1)>=60; V1 |