Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
162
views
asked 4 years ago by
Category: Chart Studies
Hi, do you know if there's a simple way to check the symbol of a traded instrument and tell that is a future in ToS? I was thinking to do a quick check on the symbol name and check if that contains the typical / ToS uses for futures but think script ...
1
vote
1
answer
39
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, the within reserved word only functions with an integer or length. Do you think it would be possible to write an expression that would achieve the same results as the within function while using a variable in place of an integer or length? T...
1
vote
1
answer
165
views
asked 4 years ago by
Category: Chart Studies
Hello, Is there a simple way to have the chart background color change based on being below or above a certain price level in ThinkorSwim?
1
vote
1
answer
69
views
asked 4 years ago by
Category: Chart Studies
Hi all, I have a code that checks every bar and display up/down arrow when price crosses EMA. I only want it to show the last two instances instead of every candle on the chart because it is too messy to look at during market hours. What can I add to...
1
vote
1
answer
591
views
asked 4 years ago by
Category: Chart Studies
Hello Pete! Hope you are doing well! How do I take the VWAP indicator and create a chart label on the top left that says VWAP: "#". I have provided a snippet for your reference. Thank you so much for your help!
1
vote
1
answer
120
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...
1
vote
1
answer
228
views
asked 3 years ago by
Category: Chart Studies
Hi.  I have just started working with ThinkScript, thanks to Hahn-Tech, so thank you all for that. I started with a VWAP crossover script, modified it to detect VWAP at upper/lower bands. What I would like to learn how to do next is write a script th...
1
vote
1
answer
492
views
asked 3 years ago by
Category: Chart Studies
Add a current last price line in Heikin Ashi Chart.  Tried Last Price solution but it gave same price as HA last bar. HA bubble shows price of it's last bar not the current price as displayed.
1
vote
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I wonder if you can help me write a script for Intraday 1minute chart for a Falling Knife red candle that drop more than 10% in one candle. Example: XYZ 10:30 open candle is $0.99, high 1.00, low is 0.85, closed 0.89 So, between the high $1,...
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...
1 4 5 6 7 8 60