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
2
answers
39
views
asked 4 years ago by
Category: Chart Studies
I have a custom study with simple 4 to 5 lines which references standard studies. My custom study stops plotting after 2 to 3 minutes on the chart.  Below is the code: def LONG_BUY =  (close is greater than MovAvgExponential("price" = HIGH,...
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Hi I thought I had the count of new highs over a period resolved but my script does not give corrrect answers all the time, and I cannot figure out what could be wrong. I am attaching my code and the dates and high values for the AON for last several...
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - Is there a way in TOS to restrict calculations to the close of a bar.  This can be done in TS; I want a confirmed (crossover) signal without the intra bar noise (and repainting).  Thanks for any suggestions!
0
votes
1
answer
117
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Example plot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots ...
0
votes
1
answer
149
views
asked 4 years ago by
Category: Chart Studies
Hey guys!   I am having trouble developing a script. I want it to plot some basic price levels for the stock I am looking at. Let's say the stock is at 200. I would want it to plot a price level at two levels (by 10's) both up and down. However,...
0
votes
1
answer
141
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls provide a script that a chart text bubble will appear on a candle in the chart if a condition is true? I am looking to start labelling some of my Studies using a text bubble, because when i try to place them in the lower chart, T...
0
votes
1
answer
144
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I hope everything is great with you! Thanks for all the great work you do, everyone absolutely appreciates it a lot! My question is, how I could set up to display a symbol such as a circle with a color blue (at some position such as below) o...
0
votes
1
answer
198
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Was finally able to create account, thanks much for your help :) Following is the problem I am encountering and would much appreciate if you could please let me know if its something that can or cannot be done in thinkscript. 1) I am on "AMD...
0
votes
1
answer
275
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I'm trying some of the premarket indicators posted here for volume labels and I noticed they don't work fine. They show less volume than the real volume at any given time during premarket: I used this indicator here and I had the problem I m...