Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
28
views
asked 4 years ago by
Category: Chart Studies
Quick question for you... I have annual pivots plotting on a chart, but if I go to a lower timeframe and time set, 30M 20 Days, the data is incorrect. Is it a limitation of TOS to calculate annual data that is not provided on the displayed chart's ch...
0
votes
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hello,   I've been struggling on how to make a study like this... I want to plot the % of green days in the last 10 days as a lower study. I define green day when the close is greater than the open on the same daily chart.   Example: Let's ...
0
votes
1
answer
296
views
asked 4 years ago by
Category: Chart Studies
In "Today's Option Stats" on TOS a P/C Ratio is available for individual stocks. ie: AMZN .739 today. Can an indicator be built that will generate a plot of that AMZN P/C ratio in a lower window ? If the chart symbol changes the P/C indicator changes...
0
votes
1
answer
106
views
asked 4 years ago by
Category: Chart Studies
Hello, I am just a self-taught scripter here and i am wondering if  you can help me finish my chart study script about a condition counter, I am kinda stuck on the last part where i have to use a reccursive command with condition counter? I tried to ...
0
votes
1
answer
671
views
asked 4 years ago by
Category: Chart Studies
How can I get volume to display above a price candle on any chart? I will use this primarily for SPX but might use it on other charts. Attached is a screenshot that shows the intended result of volume numbers shown in blue above each candle. Thank yo...
0
votes
1
answer
90
views
asked 4 years ago by
Category: Chart Studies
Hi, Pete, Hope all is well with you. I was thinking that maybe it would be a better idea to transform this into a superior study so that the arrows can be clearly marked on the graph. But I have a problem with the graph. The sails are flattened and t...
0
votes
1
answer
167
views
asked 4 years ago by
Category: Chart Studies
Thank you very much for your answer on inserting volume numbers above price bars. I used the word "volume" incorrectly - my apologies. How would total "options volume" be represented above a price bar? Thank you again. plot data = Volume; data.SetPai...
0
votes
1
answer
38
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Here is what i'm trying to do.  I'm simply trying to get the AccDist value from the date of the 52 weekly low.   I know how to get the AccDist from another post on here (so TYVM). def accDist = TotalSum(volume * CloseLocationValue()); I...
0
votes
1
answer
815
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to see the hourly candles start time as the middle of hour for TOS? For example hrly candle start time is 9:30 EST, 4 hr candle start time is 9:30 EST. Are traders in CST time zone have same start time on candles like EST time...
0
votes
1
answer
1422
views
asked 4 years ago by
Category: Chart Studies
Problem: You can overlay two chart studies so they display on the same lower subgraph. However you cannot use the crossovers that appear on the chart to generate any signals or alerts.  This is a very common request so I decied to add this to th...