Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
199
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
203
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
207
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
812
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
153
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
249
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
142
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
2665
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...
0
votes
1
answer
108
views
asked 5 years ago by
Category: Watch Lists
Tags:
Hello Pete, Is it possible to create a watchlist column using data from an external source? Let us say that we want to import the float value for a corresponding stock from a *.csv document to a watch list. Thanks in advance.