Questions (36)

Votes
Answers
Views
Question
0
votes
1
answer
158
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...
0
votes
1
answer
166
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
169
views
asked 3 years ago by
Category: Chart Studies
Im looking for a way to be able to display higher time frame data, ie Standard Deviation Channels to a lower time frame chart. In otherwords for example I want to display 15 min chart on a 1 min chart. The script I have doesnt work correctly being a ...
0
votes
1
answer
118
views
asked 3 years ago by
Category: Stock Scanners
Having difficulty creating the third and final condition of a TOS scan whereby the Kijun value + 1atr <= closing price. My definition of the atr = 14 standard The whole scan is as follows:  price closes above kijun  William %R (8periods) > -20 ...
0
votes
1
answer
206
views
asked 3 years ago by
Category: Stock Scanners
Hi Hahn, I'm trying to make a scan to find all stocks that have the 50EMA within .5% of the VWAP and the +/- 1 & 2 standard deviations for more than 15 bars. I have my VWAP setup to show the +/- 1 & 2 standard deviations. I find that its like...
0
votes
1
answer
193
views
asked 3 years ago by
Category: Strategy Guide
I have two criteria that are part of the same strategy. They are similar but different enough that I have defined two separate 'def' in my strategy code. One entry is often "better" than the other ('A' is better than 'B'), but in the right circumstan...
0
votes
1
answer
298
views
asked 3 years ago by
Category: Strategy Guide
Mr Hahn, I am hoping you can help me figure out why my conditional orders are not triggering for TOS. I am trying 2 different types in my live account (for a small amount) until I can get it working. I am using the MACD standard crossover from negati...
1
vote
1
answer
41
views
asked 3 years ago by
Category: Chart Studies
I have this code so far: declare lower; input symbol1 = "/GC"; plot smb1 = close(symbol1); This plots the standard gold futures contract. I want to plot specific gold contracts with different expirations, namely 6 months and 12 months out until expir...
0
votes
1
answer
226
views
asked 4 years ago by
Category: Watch Lists
I would like to apply dynamic background color to watchlist fields based on a symbol' real time %change from the previous days close. I would like this formula using %change to be dynamic so that the colors change as the %change from the close change...
0
votes
1
answer
113
views
asked 4 years ago by
Category: Watch Lists
I'd like to create a custom symbol column to use instead of the standard one included in watchlists in order to be able to apply my own conditional coloring to it.  getSymbol does not seem to work as a way to "grab" the current watchlist line's symbo...