- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
94
asked 5 years ago by Brook Stafford
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
1
218
asked 5 years ago by Craig Habermehl
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
1
233
asked 5 years ago by rc76
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
1
867
asked 5 years ago by Mike Schwartz
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
1
186
asked 5 years ago by Tuan Pham
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
1
284
asked 5 years ago by Craig Habermehl
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
1
156
asked 6 years ago by Mark McCurry
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
1
2796
asked 6 years ago by PapaAlan
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
1
115
asked 6 years ago by El Buendia
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.
0
1
115
asked 6 years ago by S S
Category:
Watch Lists
Hello I would like to know is it possible to create custom column on watchlist that update net change in pre and post mark plot x = close; x.AssignValueColor(if x > 0 then color.UPTICK else if X < 0 then color.DOWNTICK else color.CURRENT); net ...