Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
351
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, Sorry that I initially posted my question in the wrong place. I want to know if VWAP code can be edited for chart study and for scanning. Here is the link for the code that you already shared. Currently, it only gives audible alert. How c...
0
votes
1
answer
525
views
asked 4 years ago by
Category: Chart Studies
Hi! This would be a very interesting study! I saw that someone asked for it here but it wasn't very clear what he meant. So, the user should provide the float value for the stock, but later the script should calculate when a new float rotation of vol...
0
votes
1
answer
272
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...
0
votes
1
answer
192
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
141
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
138
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
148
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
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
41
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
40
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...