Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
100
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I've been working on a W/L code from your video on a T/K cross for watch list.  I was hoping you could help me finish it...I'm looking to add how many bars ago the cross happened.   Plot myVariable = Ichimoku()."Tenkan" is greater tha...
0
votes
1
answer
100
views
asked 3 years ago by
Category: Watch Lists
I'd like to create a custom symbol column to use instead of the standard one included in watchlists in order to be able to apply my own conditional coloring to it.  getSymbol does not seem to work as a way to "grab" the current watchlist line's symbo...
0
votes
1
answer
100
views
asked 2 years ago by
Category: Watch Lists
Hello Pete   You created a Trix Crossover Watchlist for me a little while back. (code below) Would it be possible to edit the same code to show Trix above or below Zero Line? Thanks for any help with this. Ellis   input length = 9; input co...
0
votes
0
answers
99
views
Be first to answer!
asked 7 years ago by
Category: Watch Lists
HI. WHY SOMETIMES I HAVE TO DELETE THE USER.GUI FILE TO GET THINGS WORKING BETTER?
0
votes
1
answer
99
views
asked 5 years ago by
Category: Watch Lists
Pete, I'm trying to color text for gap up/down, what am I missing ? plot c = open - close[1]; AssignColor (if open > close then Color.GREEN else Color.RED); Thanks, AJ
0
votes
1
answer
98
views
asked 3 years ago by
Category: Watch Lists
My TOS install has taken to shutting itself down rather randomly and each time I reopen the darn thing, the watch list columns have reverted to some earlier ones i used.  It's not a TOS default, since it also has some custom columns on it.  Anyway, t...
0
votes
1
answer
96
views
asked 6 years ago by
Category: Watch Lists
Pete I can create a watch list using custom colors, thanks to you, and I can create a chart using custom time frames.  I use a 395 min chart, which is exactly half of a normal trade day.  But creating a custom colored watch list column for sayyy...Wi...
0
votes
1
answer
95
views
asked 4 years ago by
Category: Watch Lists
Okay. Try again. I am fond of the LBR3/10 Oscillator. I am trying to have a color column change when the fast line crosses above the slow line. I have attached the original Oscillator script and the script I worked on with another to make it a Study....
0
votes
1
answer
95
views
asked 4 years ago by
Category: Watch Lists
Is there a way to add a custom column to the Monitor/Activity and Positions/Position Statment area that would calculate the "Notional Value of the Position" using something like  Qty*100*delta*price of underlying? For futures something like (TickValu...
0
votes
1
answer
94
views
asked 4 years ago by
Category: Watch Lists
I am looking somebody to help me with the following code: ---------------------------------------------------------- plot Bet = volume * 100 * 0.5 * (ask() + bid()); Bet.AssignValueColor(if Bet > 1000000 then Color.Green else if Bet < 300000 th...
1 21 22 23