Count consective bars above or below opening range


Category:
0
0

Need help removing the rows showing INSIDE ORB, value = 0 (color =yellow/gold). Only need to see above and below ORB (yellow and red colors)

See attached ORB code and screenshot of ORB watchlist column

Marked as spam
Posted by (Questions: 1, Answers: 1)
Asked on July 15, 2025 7:44 am
49 views
0
Private answer

Since you provided a copy of the code as an attachment to your question all I have to do is explain the modifications. You only need to update one line of code to complete your request. I don't want to post the entire solution here because the formatting of that code does not display correctly within this solution box.

Find the line of code about 7 lines up from the bottom. It looks like this...

then createColor(180,180,5)

...and update that line of code by replacing it with this:

then Color.CURRENT

The zeros will always be there, you cannot get rid of them. But the yellow color will be replaced by the standard background color assigned to cells in your watchlist gadget.

Marked as spam
Posted by (Questions: 37, Answers: 4138)
Answered on July 15, 2025 7:50 am