Questions (272)

Votes
Answers
Views
Question
0
votes
1
answer
1383
views
asked 6 years ago by
Category: Stock Scanners
I am trying to write an EOD scan in thinkscript to find positions that have two consecutive daily up candles, with the second day candle being at least twice as big as the previous one. I was thinking maybe a percentage adjustable volume increase fro...
0
votes
1
answer
208
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, As we know in the market when volume drops price tends to fall as well. However, in some cases, this not always true and wanted to work with to create a chart label to show this behavior. There is an indicator that shows this behavior cal...
0
votes
1
answer
258
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, The default volume profile in Thinkorswim is cool but is there a way to modify the side volume bars in blue to show more data like how much volume was traded at each price level in a numerical way instead of just the graph.   https:/...
0
votes
1
answer
373
views
asked 6 years ago by
Category: Chart Studies
Hello please help me with the script below need to have post market volume addlabel currently it shows pre market volume. Thanks # PreMarket Forecast Volume # TOS def Pre = if SecondsFromTime(0100) > 0 and SecondsTillTime(0930) >= 0 then 1 else...
0
votes
1
answer
82
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow.   Best
0
votes
1
answer
683
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, could you please try adding the previous day's HLC to the code below with the same formatting? Thank you *************************************************** declare hide_on_daily; input PlotOverNightExtremes = yes; input DisplayPriceBubbleOn...
0
votes
0
answers
133
views
Be first to answer!
asked 6 years ago by
Category: TS Solutions
Hello Pete, I would like to know whether it is possible to display volume % change today (+/- %) than average volume on the Tradestation Radar Screen and or thinkorswim watchlist. Also if we can scan for volume % change in both platform will be great...
0
votes
1
answer
149
views
asked 6 years ago by
Category: Strategy Guide
OBV as an upper study in TOS. OBV is a lower study in TOS and its not easy to follow.  I think if it was an upper study like a moving average it would be easier to guage stock price movement.  Thank you.
0
votes
1
answer
213
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colors price candles yellow under these conditions. When the close>open (green) The candle must be above the VWAP The current candle volume is equal or greater than 50k The cu...
0
votes
1
answer
109
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colored price candles under these conditions. When the close>open (green) When the current candle volume is equal or greater than 100k with an RVI (RelativeVolatilityIndex) &g...