Votes
Answers
Views
Question
0
1
135
asked 1 year ago by R V
Category:
Watch Lists
Hi Peter, wonder if its possible to customize the watchlist "mark %change" color in order to follow the other columns ive got on the right, with the background green/red with black letters? many thanks.
0
1
194
asked 1 year ago by R V
Category:
Watch Lists
Hello Peter, I've tried to search this with no luck, wonder if it possible to create a custom column in the watchlist to show the current spread from a specific option, it would be the difference between the options price ASK - BID = spread : hope it...
0
2
247
asked 4 years ago by Eric Hughes
Category:
Watch Lists
Tags:
Hey again. I just cant seem to get steady results with a code you suggested to me for a high/lod of day scan. input withinBars = 10; def newDay = GetDay() <> GetDay()[1]; rec trackHigh = if newDay then high else if high > trackHigh[1] the...