- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
118
asked 4 years ago by Chan Dler
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
1
354
asked 4 years ago by Palmer Hendricks
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
1
68
asked 4 years ago by Mike DAntonio
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
1
28
asked 4 years ago by JT Willy
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
2
156
asked 4 years ago by nagahatsu
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
1
139
asked 4 years ago by Steven Baumann
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
1
172
asked 4 years ago by Jason Robinett
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...
0
1
133
asked 4 years ago by Byronfern S
Category:
Chart Studies
Hi Pete how are you? is it possible to color yellow all the candles that have 3000000 or more in volume excluding the last candle? thanks in advance for your time.
0
1
248
asked 4 years ago by Dixon Enriquez
Category:
Chart Studies
Hey Pete, hope all is well. I found some code (see below) and tried making it into an MTF lower study that would spike when price is within 5% of a 50 SMA. It seems to only show a fraction of the 50 SMA interactions. I think the "def = status" line i...
0
2
242
asked 4 years ago by JT Willy
Category:
Chart Studies
Hello, I am trying to build a script to plot RTH data on RTH and ETH charts. For instance, I would like to plot RTH-only pivot point (high + low + close) / 3 on an ETH chart of /ES I have tried to use some of your code, buy my results are inco...