Questions (863)

Votes
Answers
Views
Question
0
votes
1
answer
585
views
asked 3 years ago by
Category: Strategy Guide
Hi, I am trying to add a custom strategy using the following thinkscript. Buy when the C Wave turns Cyan (expansion) above zero and sell when you get a blue (contraction) C Wave bar.  Can you tell me what code needs to be added so that it only execte...
0
votes
1
answer
579
views
asked 3 years ago by
Category: Watch Lists
Hi How can I plot PEG ratio in thinkorswim watchlist column? 
0
votes
1
answer
576
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Fold loops in TOS can be a pain to work with, but here's what I'm dealing with. Problem: Looking to assign multiple variables upon successful condition within for loop Example Scan: The below scan finds a day in the past year that had 5x the...
0
votes
1
answer
574
views
asked 2 years ago by
Category: Chart Studies
Tags:
I have a study that shows pullbacks off swing highs and lows.  It counts the pullbacks based on a formula and prints a count on the chart at the pullback.  The counter works correctly and the pullback number is correct.  The bubbles print in color to...
0
votes
1
answer
573
views
asked 6 years ago by
Category: Chart Studies
Hello and thank you for the help, I would just like a study indicator that places a rectangular label on the top left side of the chart that shows the current bar's RVI in just one square box. The box shoud change colors depending on the values below...
0
votes
1
answer
559
views
asked 5 years ago by
Category: Chart Studies
Hello Pete,   I hope all is well. The purpose of this study is to modify the current code below that plots the daily ATR on the 1-minute chart and shows a color based on if the range is tight (yellow), normal (green) or wide (red).   All I ...
0
votes
1
answer
552
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hello Pete, I know it's easy to have ToS display the high of day and low of day bubbles on the chart (Chart setting/ General/...). But is it also possible to display in the bubble the time of day when that high or low occurs?
0
votes
1
answer
537
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, Is it possible to create a study that plots price level lines at the highs of each daily candle that does above-average volume (VolumeAvg50 default)?   So in essence, the condition will be. If the stock (at close) has done daily volu...
0
votes
1
answer
526
views
asked 4 years ago by
Category: Stock Scanners
hello peter, what it the scan script for stock that open at  least 50% of the previous candle on a daily or weekly chart when there is a 20 crossover 50 sma on at least 2 previous or current candle??
0
votes
1
answer
526
views
asked 4 years ago by
Hi Hahn, I have a question regarding a script that I need to modify. Its a simple script which plots high and low on different time frames. plot hh = HighestAll(high); plot ll = LowestAll(low); I am trying to add an alert to this script which can ale...
1 4 5 6 7 8 87