Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
81
views
asked 2 years ago by
Category: Stock Scanners
Hello, Is there way to write a scan where prior day closing price is within Todays' current 5 minutes bars range? Thanks in advance!
0
votes
1
answer
103
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, I'm trying to build a custom WL column that will show me a 1 shaded in green (for the whole trading day) when a couple of conditions are met during the first two 5 minute bars. 1) First 5min bar closes red and below vwap 2) Second 5min bar c...
0
votes
1
answer
220
views
asked 2 years ago by
Category: Chart Studies
Hello Mr. Hanh Is it possible to create a Heiken Ashi Moving Average indicator for TOS charts? I am currently using one with Tradingview (but the source code is hidden) and it is good on any time frame. Is it also possible to assign colors when cross...
0
votes
1
answer
48
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, My question is two-part. How would you write a scan showing a Bollinger Band mid-line cross AFTER at least the 5-previous bars being below? I would like the scan to work on the smaller intraday time frames too. The second part of the questio...
0
votes
1
answer
48
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn! Hope you are doing well. I was wondering if you could help me create a chart label for this criteria on thinkorswim. Green label with text "Buy" if: 8 EMA is above 50 Reverse Engineer RSI. Red label with text "Sell" if: 8 EMA is below 50 Rev...
0
votes
1
answer
77
views
asked 2 years ago by
Category: Chart Studies
Hi Hahn! On the thinkorswim platform, when I hover my mouse over a candlestick, it displays the Date, Time, Open price, Highest price, Lowest price, Closing price etc. I was wondering if it's possible to modify this to also show the "Average Price = ...
0
votes
1
answer
92
views
asked 2 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
197
views
asked 2 years ago by
Category: Stock Scanners
Pete, I would like to construct a scan that culls out stocks with the highest 4 day RSI in the past 25 days of 80 or greater. Conversely, I would like to find stocks that have a lowest 4 day RSI of less than 20 in the past 25 days. thank you for your...
0
votes
1
answer
152
views
asked 2 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
119
views
asked 2 years ago by
Category: Watch Lists
Price to Text label field   Hello Pete,  I wanted to know if it was possible to have a code that displays a color text label RED (NEGATIVE) , GREEN (POSITIVE) instead of price? Ex. if data < 1.00 then "NEGATIVE" else "POSITIVE" I've been...