Chart Studies (873)

Votes
Answers
Views
Question
0
votes
2
answers
392
views
asked 5 years ago by
Category: Chart Studies
I’m not sure how to properly title this one. One of the main concerns is not finding from “X” bars ago but looking for bars ahead and putting a trigger. In the attached photo that is labeled Example 1 here is the issue: I’m using WilliamsFractal stud...
0
votes
1
answer
407
views
asked 5 years ago by
Category: Chart Studies
So im trying to create auto fibonacci for a specific time frame. I'll share the code below that I have pieced together which plots the exact time frames I'm look at (Open price at 730, then high and low of the rest of the premarket time ie 7;30-->...
0
votes
1
answer
865
views
asked 5 years ago by
Category: Chart Studies
Your videos are great, I've learned a lot. I've read others requests for help and it looks like a lot of people have a deeper understanding than I do so this seems like a simple question/solution. I want to plot pivot highs and lows on the TOS chart,...
0
votes
1
answer
129
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn, I'd like to have the EhlersStochastic that TDA has and plot the price on the chart when buy and sell arrows are triggered for its respective candle. Low price for the buy signal and close price for the sell signal. Thanks!
0
votes
1
answer
51
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a code to view the candle chart  for a specific period? For example if I want to view the chart for TF starting from 9 AM - 2:30 PM, 12:30 AM to 8:30 AM, 3 AM- 11:30 AM, 11:30 PM-  2:00 PM ( 14 1/2 hrs) ?  Thank you.&...
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Ughh, i feel like I'm so close but my code isn't quite working. I'm trying to get an autofib from yesterdays close to the close of the first 5 minute bar today (so close of 1600 to close at 935). Not the range of this time but the 1600 close being th...
0
votes
1
answer
406
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $TRIN closing value of previous day. Also make the label color green is the value is over 2 and color gray if the value is between 0.5 to 2 and color red if value is below 0.5. Thank you
0
votes
1
answer
320
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, How do I display a chart label in TOS for symbol $PCALL as of current period along with value of 10 day SMA. Also make the label color green is the value is below 0.8 and color gray if the value is between 0.8 to 1 and color red if value ...
0
votes
1
answer
1434
views
asked 5 years ago by
Category: Chart Studies
Hello Can you help me with the chart study for thinkorswim that alert and addlabel both when ema9 crossover vwap. looking for script that show BUY when Ema9 crossover Vwap and show Sell when Ema9 cross below vwap. Did try to use this script   in...
0
votes
1
answer
231
views
asked 5 years ago by
Category: Chart Studies
I have a web page that provides daily trading levels for various markets.  I was wondering if it is possible to grab html data and create a method to easily copy the data into a tos script so I can then update those levels on my charts? Any thoughs/i...