Votes
Answers
Views
Question
0
1
154
asked 3 years ago by Mo Rafi
Category:
Stock Scanners
Hello Mr. Hahn, I am creating a scan where the close of the previous 15 bars has been above the 12 ema, while the 12 ema has also been above the 21 ema for the past 15 bars. In essence a scan for a trend. I can make something through the condition wi...
0
1
134
asked 3 years ago by Ellis Waller
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...
0
1
168
asked 3 years ago by All-American Patriot
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
1
214
asked 3 years ago by Bill Leavitt
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
1
118
asked 3 years ago by Surandy Sanders
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
1
90
asked 3 years ago by Ariel Chao
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
1
66
asked 3 years ago by Ariel Chao
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
1
54
asked 3 years ago by Tuan Pham
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
1
296
asked 3 years ago by Nirav A
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
1
118
asked 3 years ago by Rohit Bhatia
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...