Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, Trying to figure out how to force studies to aggregate data only using real trading hours. I cannot find a clear answer on this site or in the Google-verse. Everytime I try the below script, which looks like it should work it only plots the va...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Is it possible to add a Study to a chart which creates a Label Indicating whether a Symbol is intersecting with a List. Basically I have 2 watchlists updated after every earnings season - EPS Beats and EPS Misss. The Label in the study would print ou...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, I wanted to know if you could help me create a study that highlights rows in scanner/watchlist IF: the %change on the day is greater THEN: 30% highlight row to yellow
0
votes
1
answer
56
views
asked 3 years ago by
Category: Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...
0
votes
1
answer
56
views
asked 2 years ago by
Category: Chart Studies
Hi, Is it possible to plot the volume value at POC? Eg if POC is $40.2 and 200,000 shares were traded, I want to plot 200,000. Thanks, Prakash
0
votes
1
answer
56
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I have a simple label that I would like to only appear before 9:30am. After 9:30am, I would like this label to hide/disappear from view, as it is no longer needed. I will use a simple example with the following code;   input recentBars ...
0
votes
1
answer
56
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I was wondering if you can help me modify this code. I want to be able to display the 4Hour, Daily and Weekly SMI labels on my main chart. Ex: 4H: Buy or Sell. Day: Buy or Sell. Week: Buy or Sell. Thank you so much for your help! def smi ...
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to find a code to capture a single green candle that opens below both SMA20 and Kijun AND closes above both of those lines in the same day. Thanks
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hello, I was wondering if it was possible to execute a strategy on a specific day of the week.  If I only want my strategy to backtest trades on say Tuesday vs all market hours, is this possible?  I have played around with thinkscript and so far I ha...
1
vote
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Pete, I only post here if I've depleted all my options, as I don't want to waste your time with simple questions. I have a script that plots a line at the close price from the previous day; plot DailyClose = close(period=”DAY”)[1]; I just need a slig...