Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
574
views
asked 2 years ago by
Category: Chart Studies
Tags:
I have a study that shows pullbacks off swing highs and lows.  It counts the pullbacks based on a formula and prints a count on the chart at the pullback.  The counter works correctly and the pullback number is correct.  The bubbles print in color to...
0
votes
1
answer
423
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the this script actually i am looking that it plot line Premarket high And premarket low after 8:00 AM. I want script to ignore anything before 8:00 am  
0
votes
1
answer
62
views
asked 2 years ago by
Category: Chart Studies
Is it possible to plot futures options using Thinkscript? For example, the first line below plots an SPX option correctly, but the second line does not produce any output: plot pr1 = close(symbol = ".SPXW220331P4495", pricetype = "MARK"); plot pr2 = ...
0
votes
1
answer
86
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I'm looking to automate fibonacci fans starting from 2 year highs to 2 year lows with coefficients (.236/.382/.5/.618) Thanks
0
votes
1
answer
128
views
asked 2 years ago by
Category: Chart Studies
I'm new to building TOS scripts and struggling to build a study which charts the daily and average price range for a stock.  I don't know how to write the script for calculating the average trading range.   Hope you can help Pete, much appreciated. #...
0
votes
1
answer
34
views
asked 2 years ago by
Category: Chart Studies
Hey Pete, I wanted to know if you can help me with some code . I want to change the dailey chart background to white if less than 100 bars are shown on the dailey chart.   This is great for fresh IPOS which dont have alot of data yet.   Tha...
0
votes
1
answer
66
views
asked 2 years ago by
Category: Chart Studies
Hi,   I was wondering if it's possible to have a study that plots a line on every whole dollar value on the chart.   Thank you
0
votes
1
answer
118
views
asked 2 years ago by
Category: Chart Studies
Hi. I'd like to do something simple and am unable to find any relevant threads or posts. I would like to count the total number of times the Standard Deviation is crosses in TOS. I've tried a few things and I think I'm close, but something is missing...
0
votes
1
answer
29
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I have a script that paints a shaded region for 30-50% up from the Previous Close. I would like to limit this line to pre-market hours only. Is this something that can easily be done? Thank you! input percentThresholdTop = 50.0; input percen...
0
votes
1
answer
108
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I searched for this, but did not find an exact answer to this question. I was wondering what code would be needed to use a custom sound in a script/study. For example, the code below calls for the standard "ding" sound. I would like to repla...