Votes
Answers
Views
Question
0
1
109
asked 4 years ago by David Folkerth
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...
1
1
214
asked 4 years ago by Michael Ray
Category:
TS Solutions
Hi Pete, Question. 1.) On tradestation, if I'm looking at a 30 minute chart, is it possible to add multiple aggregation periods into a custom indicator like you can on thinkorswim? ( 1h, 2h, and 4h, D) ? also..... 2.)Thinkorswim has the AddChartBubbl...
1
2
478
asked 4 years ago by Salman Saeed
Category:
Alerts and Notifications
Hello, I have some thinkscript code that is looking at the value of a momentum oscillator across several time frames and will return a "1" if conditions are right to take a long entry and some other code that returns a "1" when time is right to exit....
0
1
127
asked 4 years ago by Ross Camrin
Category:
Chart Studies
Hey Pete I need help creating a chart label with these conditions Calculate and displays stock Dailey open price as chart label Calculates Premarket range = (Premarket high+Yesterdays close)/2 If stock opens under...
0
1
73
asked 4 years ago by John Breeh
Category:
Chart Studies
Tags:
Hi Hanh, I am looking for a script that can tell log of past data of the amount of stock movement in last 30 min of close on option expiry dayfor given instrument. E.g. If I chose 2 week of data, there will be 6 SPX expiry day. I want to know how muc...
1
1
154
asked 4 years ago by Chris Formen
Category:
Chart Studies
I have the foundation of the script I think can work, but need help. As written, this script creates a red and a green line above the "active" candle, based on the ATR of the previous 14 candles (starting with the last completed candle). My question:...
0
1
707
asked 4 years ago by Abdul Ahmed
Category:
Alerts and Notifications
Hi Pete, I have gone through the forum and was unable to find the answer but is there a way to set an alert for when the histogram bars changes from red to yellow? Also is this possible on a watchlist or does it have to be set individually on every s...
0
1
135
asked 4 years ago by John Prout
Category:
Watch Lists
Tags:
First off I’d like to say thank you I’ve recently started to code bits and pieces together thanks to your help and explanation on the condition wizard. Secondly I’m having difficulty setting up a watchlist column/ scan that would show green when the ...
3
1
334
I've found with numerous backtests that a pullback to the 50 EMA (Exponential Moving Average) has a high probability of reversing to the long-side. When I see this move, I ALWAYS buy. Waiting for this to happen, if ever, on short timeframes (1 minute...
1
1
566
asked 4 years ago by Wesley Borden
Category:
Chart Studies
Hi Folks, I'm completely lost on this one. If anyone can lend some time to help, I'd really appreciate it. What I'm looking for: 1. For a green cloud to be displayed only when RSI (2) value is below 10. 2. For a red cloud to be displayed only when RS...