Votes
Answers
Views
Question
0
votes
1
answer
581
views
asked 6 years ago by Pete Hahn
Category:
Chart Studies
Hello, Everyone, I looked at Hahn-Tech's video on Youtube "Thinkorswim RTD Excel" (https://www.youtube.com/watch?v=TWdOYvN9eIs) That is great and easy to get real time data from TOS option chain. Then I use Excel SUM() function to easily get total C...
0
votes
1
answer
95
views
asked 6 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
votes
1
answer
171
views
asked 6 years ago by J Holt
Category:
Stock Scanners
I'm trying to build a scan that finds tickers whose last bar (on daily timeframe) is above the ATR by a certain percentage (e.g. 30%). Here is what I've tried: #Wizard text: range is more than #Wizard input: percentage #Wizard text: ATR Input period ...
0
votes
1
answer
103
views
asked 6 years ago by David Foster
Category:
Chart Studies
Hi there, I was interested in sourcing the highest MACD value, since the signal line crosses the zero line. My approach was to count the number of bars since the value was over zero, then use the highest function, with the count as the length. Whil...
0
votes
1
answer
289
views
asked 6 years ago by Minh Huynh
Category:
Chart Studies
Pete, Is there a way that you can code ATM Option Price for both Call and Put? Thank you for your help,
0
votes
1
answer
121
views
asked 6 years ago by Michael Van Wagner
Category:
Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator. I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...
0
votes
1
answer
454
views
asked 6 years ago by Corey
Category:
Stock Scanners
Hi Pete. Please help me to set up a scan that looks to follow the overall trend of a stock. I am trying to set up a scan that will search for stocks in which the 9 EMA is already trading above the 20 EMA on the 1 hour time level and the 9 EMA is ju...
0
votes
1
answer
226
views
asked 6 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
votes
1
answer
170
views
asked 6 years ago by Bryan Marshall
Category:
Chart Studies
Hi there, wanted to see if someone would be able to create a study that will mark when gaps occur. If it gapped up, then it would be green, gap down would be red. and show the percentage of how much it gapped. Also would be nice to be able to adju...
0
votes
1
answer
96
views
asked 6 years ago by John Norris
Category:
Chart Studies
How to extend plots to the left front current day across the data shown.