Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
135
views
asked 5 years ago by
Category: Watch Lists
Pete I use a chop index for my trading...I would be great to know the stocks that are below 38.2 for the ones That I want to trade....Would it be possible for a watch list column to be green if below 38.2 and red for anything above that...   Tha...
0
votes
1
answer
201
views
asked 5 years ago by
Category: Watch Lists
Pete You wrote a EMA cross previously for a watchlist....I use it on a 2hr time frame and was hoping to get how many days ago it crossed to up or downside... def X = MovingAverage(AverageType.EXPONENTIAL, close, 9); def Y = MovingAverage(AverageType....
0
votes
1
answer
89
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, Can you explain how I could create a custom column that would should show my current gain/loss that included commission costs for option positions?  The end goal is that it will display the amount of actual cash that would enter or leave the...
0
votes
1
answer
208
views
asked 5 years ago by
Category: Watch Lists
Pete Is there a way to color a watch list column green if wave A is above 0...The color code red if Wave A is below 0...     Thanks
0
votes
1
answer
209
views
asked 5 years ago by
Category: Watch Lists
Dear Sir, I have a very quick question regarding my code below. I tried to calculate the first available Open (1 minute) value from 0930. However my code will sometimes generate error (NaN or Infinity) when the Open value is not available at 0930. &n...
0
votes
1
answer
822
views
asked 5 years ago by
Category: Watch Lists
Is is possible to take that indicator and turn it into a custom watchlist field that could be called from excel?  All of the custom fields can be sent to TOS via RTD. I am trying to get my account NetLiq into excel automatically. Thanks Mike
0
votes
1
answer
159
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I would like a custom column showing the closing price of a bar at X time. Example: showing the closing price of the first 30 min, hourly bar or whatever time frame I choose. Thank you
0
votes
1
answer
255
views
asked 5 years ago by
Category: Watch Lists
Pete, Could you add an audible alert for a cross of the fast and slow KST study in TOS... Thanks....Glad your doing well...God Bless   declare lower; #--Input variables input rocLength1 = 10; input rocLength2 = 15; input rocLength3 = 20; input r...
0
votes
1
answer
144
views
asked 5 years ago by
Category: Watch Lists
I would like to create a watchlist with the number of days the price as crossed up through the 8 day EMA and keep a count its been there, kind of like the Squeeze Watchlist like I have attached, I would like to color it Green for above and Red for be...
0
votes
1
answer
2675
views
asked 5 years ago by
Category: Watch Lists
i simply want to get rid of decimals in a column for watchlist or scan for volume avg.  I've been told there is no way to convert the following code to an integer other than to use an addlabel which would prevent it from sorting on that column.  Is t...
1 19 20 21