Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
55
views
asked 4 years ago by
Category: Chart Studies
Hello, Trying to figure out how to force studies to aggregate data only using real trading hours. I cannot find a clear answer on this site or in the Google-verse. Everytime I try the below script, which looks like it should work it only plots the va...
0
votes
1
answer
61
views
asked 4 years ago by
Category: Stock Scanners
I would appreciate any help, pointer, example that would let me scan on ToS to find the number of new highs set during a particular timeframe i.e. this/last week or this/last month. Following is the code to count new highs but do not know about setti...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Chart Studies
Pete, Could you help me add a Zero line to my chart study.... declare lower; #INPUTS input Smoother = 5; input SupResPeriod = 50; input SupResPercentage = 100; input PricePeriod = 16; input ob = 200; input os = -200; input showColorBars = no; #COLOR ...
0
votes
1
answer
181
views
asked 4 years ago by
Category: Watch Lists
Hello Again Pete, I was wondering if it is possible to add the custom color signal feature, to a watchlist column I created with the condition wizard. I tried adding the 'assign color' line of code but it won't work (maybe as i haven't defined when t...
1
vote
1
answer
137
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Is there a way to capture the average of a volume bar for a specific time? The Idea is to calculate the average volume for a specific time within a day as opposed to calculating the sum 50 consecutive bars. lets say we are in a 4 hr chart –...
0
votes
1
answer
646
views
asked 4 years ago by
Hi! Im trying to reduce the number of buy and sell signals triggering from this custom indicator i've created from CCI Average indicator in TOS. Im wanting to have only the initial signal and no more duplicates before a new signal is created. Here is...
0
votes
1
answer
58
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, Is there a universal way to use the same verbiage looking only for the current day with any script? If not, could you please help me again so that I don't have to use the lookback? Thanks again! input lookback = 13; def pctGain = ((close - c...
2
votes
2
answers
2287
views
asked 4 years ago by
Category: Chart Studies
♥ 1
Playing with an Options Volume script. Needed some help with directly getting the Option series data from a Symbol instead of inputting the data separately. This will make life much more easier since one can just select and paste the specific option ...
0
votes
1
answer
316
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I can't add more Custom Quote Formula in my Watch List because it's full.  How can I add more Custom Quote Formula?
0
votes
1
answer
151
views
asked 4 years ago by
Category: Strategy Guide
I use a simple strategy where in an uptrend if an inside bar appears I buy the break of the top of that bar on the next candle.  I then put my stop loss at the bottom of the inside bar and create a price target equal to the size of the inside bar abo...