Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
44
views
asked 1 year ago by
Category: Chart Studies
Just found this site by watching a tutorial video on YouTube regarding the watchlist. For the life of me I have been trying to find a way to automatically change my plotted levels (price level line) colors. Price above a price level turning green (su...
0
votes
1
answer
44
views
asked 3 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
43
views
asked 8 years ago by
A viewer asks: Hi, I have been checking the content on your website and videos on youtube and you have a lot of very informative videos,since there is a lot of videos i would like to know if you could help me where to start so i can understand the co...
0
votes
1
answer
43
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am having an issue with "Value never assigned". Please see attached for a screenshot of the error <pre>input mode = {default Value, Avg, Signal}; input mode_ma = {default Simple, Exponential, Weighted, Wilders, Hull, EHMA, ...
0
votes
1
answer
43
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,  I am loooking for labels to be added in the code. http://tos.mx/NU4Zarz Label 1- Close Greater Than HL2=YES  Label 2- Close Greater Than HL2=NO But I need only one of the labels to be displayed based on the close value in referece...
0
votes
1
answer
43
views
asked 4 years ago by
Category: Strategy Guide
Hello, Say I have multiple purchases of a stock over the day, at different prices and volumes. Can thinkscript strategies reference my weighted average position, as part of how it makes decisions for future entries/exits? (for example - averaging dow...
0
votes
1
answer
43
views
asked 3 years ago by
Category: Chart Studies
Hi, I've got an issue with arrows on price bars overlapping when plots overlap. is there a way to have the arrows plot on top of each other so that I can see the different plots that are true on that bar..... below is 2 plots of 8 that I have that I ...
1
vote
1
answer
43
views
asked 1 year ago by
Category: Chart Studies
hello kind sir I'm looking for a script to display a chart label for a exponential moving average (10) 's current price  for premarket open and market open.  Is that possible?
0
votes
1
answer
42
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I want to modify a script's runtime. using a drawing or anything else would let me setup any symbol without having to edit the values on the script edit panel for each one. i.e. def foo = getdrawingvalue(type);
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Is it possible to set the studies on a chart to adjust to the time frame? For example, I have a daily chart with studies based on a daily aggregation. When I change the time frame to aggregate by minute, I'd like the studies to atutomatically aggrega...