Chart Studies (872)

Votes
Answers
Views
Question
0
votes
1
answer
165
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
89
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
657
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
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
285
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
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
26
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
2
answers
138
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I'm stuck with the color problem.  The color fails to stay(keep) in green during/within the upward trend (even with the flat lines among upward trend), and I've tried many different ways but couldn't get the color right.  Here's my thinkscri...
0
votes
1
answer
138
views
asked 4 years ago by
Category: Chart Studies
  I am trying to script a dynamic trailing stop on a daily chart. I can plot the current price with a horizontal line and plot a second line to follow as the price rises and falls. What I can’t figure out is how to get the second line to stop when th...
0
votes
1
answer
156
views
asked 4 years ago by
Category: Chart Studies
I have a simple backtest I'm trying to build that simply prints an arrow above the first candle the break out of the 5 minute opening range either high or low. I want to visually see it working before I move onto a strategy test. <code>def shor...