Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colored price candles under these conditions. When the close>open (green) When the current candle volume is equal or greater than 100k with an RVI (RelativeVolatilityIndex) &g...
0
votes
1
answer
48
views
asked 5 years ago by
Category: Chart Studies
Hello, I have the following TOS code: def O = open(period=”DAY”); How can I specify the symbol rather than referencing the symbol in the chart? For example, if the chart is /ES, how can I similarly define VIX daily session open?
0
votes
1
answer
195
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colors price candles yellow under these conditions. When the close>open (green) The candle must be above the VWAP The current candle volume is equal or greater than 50k The cu...
0
votes
1
answer
335
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, Thank you for providing great service to the community. I would like to build a custom column code for tradestation radar screen which includes 2 EMA crossover display as you can see in the attached image. So, if selected fast EMA is grea...
0
votes
1
answer
314
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I have a question about finding a unusual options activity by scanning on thinkorswim and tradestation. If you can create the scanning criteria or code for finding it on both platform will be great. Thank you
0
votes
1
answer
251
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I have another question about scanning for short interest % for tradestation. Is there a way to find short interest % in tradestation using the scanner or display short interest % as a radar screen column ? Thank you
0
votes
1
answer
122
views
asked 5 years ago by
Category: Strategy Guide
OBV as an upper study in TOS. OBV is a lower study in TOS and its not easy to follow.  I think if it was an upper study like a moving average it would be easier to guage stock price movement.  Thank you.
0
votes
1
answer
328
views
asked 5 years ago by
I would like to have a sound alert when the RSI (n period) closes "overbought" or "oversold". I tried adding alert text  to the code but I haven't gotten the syntax right yet.  I use RSI 3.80.20 on a 5 min chart and RSI 5.80.20 on a 1 min chart. Thes...
0
votes
1
answer
98
views
asked 5 years ago by
Mr Hahn, is it possible to code an Indicator for the Time & Sales? I want to filter the large filled orders to show on the chart.
0
votes
1
answer
1952
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, I wanted to know if you could create or show how to create a chart label called "Spread", that takes the difference between the ASK and the BID and posts in on the chart as a label. I wonder if the chart timeframe will interfere with this...