Votes
Answers
Views
Question
2
1
1686
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hello, I know I can scan for EMA's that crossed within 4 bars (here is the code:). What I need is to be able to scan for are stocks that crossed 4 days ago. Not 4 days ago and 3 days ago and 2 days ago. What I need is to be able to scan for are EMAs ...
1
3
720
asked 8 years ago by Hector Herrera
Category:
Chart Studies
Hi Pete From your code for the Slim scan, is it possible to include the purple condition also when performing a momentum up scan? Doing this would include stocks that are presently consolidating or forming a base in the context of an up trend. Please...
0
3
412
asked 8 years ago by Bob DeKorte
Category:
Watch Lists
What I want to know how to do is, "create a custom watchlist coulomb, so that the background color changes when the current price creates a new daily high, and changes to a different color when the last price creates a new 2-day high".
1
4
1322
asked 8 years ago by Hector Herrera
Category:
Chart Studies
Hello, Great tutorials and information. My question is as follow; Is it possible to code an indicator for Thinkorswim using another indicator as the input instead of price? For example, I was trying to plot Donchian Channels but not of price, I wante...
1
1
854
asked 8 years ago by glider1713
Category:
Chart Studies
Hi Pete, I'm trying to figure out how to apply a moving average to a relative strength (correlation) indicator. I have a security eg SPY in the main chart. The lower RS indicator has SPY:GLD. When I add the MA, to the RS, it's the one for SPY or what...
0
0
91
Be first to answer!
asked 8 years ago by Scott S
Category:
Stock Scanners
I called TOS and I can't believe TOS doesn't have a time column in the scans. This voids most any scan or makes it very hard to use. Example, I have a scan called price spike with 50 results, obviously I don't want to see the stock that spiked and ho...
0
0
309
Be first to answer!
asked 8 years ago by QWERTY POIU
Category:
Strategy Guide
hey Pete, Based on this simple script below def exit = 1; I need your help to make this simple command work, in which from the time of 15:54 until 16:00 the exit will be equal to zero I still have not found a way to translate this into Thinkscri...
0
2
305
asked 8 years ago by mail engineer
Category:
Chart Studies
Hello Mr. Hahn, First all, Kudos to your scripting skills and the videos you make are awesome. I'm just trying out your Volume_Profile_Scan and as soon as I add the scan, Profiling on the chart shrinks to 10% in size. Looks like the problem is the pr...
0
2
257
asked 8 years ago by TexasJohn JATrading
Category:
Alerts and Notifications
Trying to setup a conditional order with the following VWAP scan criteria but the conditional order will not let me enter it.
0
2
746
asked 8 years ago by Tery
Category:
Chart Studies
Hi Pete, The ATR Trailing Stop code for chart study w/alerts you shared is very helpful. Is it possible to use ATR Trailing Stop in a conditional order? I would like to use it only for Stop Loss. I already have a position entry signal. Let me know i...