Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
197
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to simplify my custom script below? If not, is there a way to ignore  the  rest of the statements if one of the first few statement is already true?   Basically, i am trying to write an indicator that i will eventually convert...
0
votes
1
answer
197
views
asked 4 years ago by
Category: Chart Studies
I'm trying to build a study that would alert when PPS sell signal is triggered within 3 bars and TTM squeeze is true but am not sure how to reference the studies. Thanks in advance
0
votes
1
answer
196
views
asked 7 years ago by
Category: Chart Studies
I'm trying to plot the OBV with its 13 day moving average on the chart.  The following code I created doesn't work and I believe an explanation would help with adding moving averages to other indicators.  Thanks for your help. declare lower; plot OBV...
0
votes
1
answer
196
views
asked 6 years ago by
Category: Chart Studies
I have this previous high and low indicator that plots a line on the chart to give you a visual as well as alert you when it crosses.  I want to add a label on the chart as well and it works great on smaller time frames. When I switch over to a daily...
0
votes
1
answer
195
views
asked 5 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
195
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I need help to fix the code to get the arrows and sound alert only after the completion of the candle only. plot buySignal = close > hlc3 [1]; buySignal.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); buySignal.SetDefaultColor(Col...
0
votes
1
answer
195
views
asked 4 years ago by
Category: Chart Studies
Is it  possible to plot different Economic Calendar data on the chart with the stock price in Thinkorswim?    
0
votes
1
answer
194
views
asked 3 years ago by
Category: Chart Studies
Hey Pete - I have an idea based on John Carter's High of Low Period and Low of High Period (HOLP and LOHP respectively. I wasn't able to find anything similar in the forums searching for "low candle" and "low period". I have another study that is ess...
0
votes
1
answer
193
views
asked 5 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
193
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, Trying to create a script that will allow me to manage multiple price levels inside of one indicator. By way of background, when I create a Price Level (from Drawing Tools), if I double click on the level then a window appears which allows m...