Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
46
views
asked 4 years ago by
Category: Watch Lists
Hi Peter, Thanks for your contributions on this forum. Let's say AAPL is currently trading at $370 and call option for $387.5 is at $3 and the call option option for $390 is at $2. Is there a way to display a column in watchlist showing $1 as the dif...
1
vote
1
answer
46
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn! I wanted to make an indicator similar to the dailySMA wherein only the current bar's SMA (close aggregationperiod = day) will have a horizontal line extending throughout the month (line aggregationperiod = month). I can only show the curr...
0
votes
1
answer
46
views
asked 3 years ago by
Category: Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...
0
votes
1
answer
45
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I would like to add be able to scan for times in which the McClellan Summation Index is greater than or less than the McClellan Summation Index Neutral Level. While TOS will allow me to create that scan, it produces zero results even though ...
0
votes
1
answer
45
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, can you please take a look at the code below that is made to track the current days high. It works fine on a computer but when I transfer it to mobile instead of tracking the current high of day, it moves to the bars high of day. Thanks. &nb...
0
votes
1
answer
45
views
asked 4 years ago by
Category: Strategy Guide
In Active Trader i see offset field reset when i enter another stock symbol but rest of the field remain same. How to keep the offset field same even after changing the stock. Note: Reset template after sending order is disabled  in Application setti...
0
votes
1
answer
45
views
asked 4 years ago by
Category: Chart Studies
Hi, is there anyway to fix the plotted line so it's either not showing the day from 2 days ago or removing the angled portion of it? I think the screenshot should help =====code============= input aggregationPeriod = AggregationPeriod.DAY; input leng...
0
votes
1
answer
45
views
asked 3 years ago by
Category: Chart Studies
Hi Pete! In reference to the below thread, could you please help me with adding two labels to the chart. One showing the days its net change is "$1 Days" in green while the other "-$1 Days" in red. https://www.hahn-tech.com/ans/custom-column-showing-...
0
votes
1
answer
45
views
asked 4 months ago by
Category: Strategy Guide
Hello, Pete and everyone else! I tried to get Opera Aria to write me a trading bot code in thinkscript but it doesn't have that function. It did it in Pine Script, C++, and Javascript, but no Thinkscript. I am wondering if any of you programmers coul...
0
votes
1
answer
45
views
asked 4 months ago by
Category: Chart Studies
I typically trade on a 15 minute chart. I would like to have two horizontal lines on my intraday chart each day: One for the highest daily high of the previous 5 days (not including current day) One for the lowest daily low of the previous 5 days (no...