Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
109
views
asked 4 years ago by
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
vote
1
answer
214
views
asked 4 years ago by
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
vote
2
answers
478
views
asked 4 years ago by
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
votes
1
answer
127
views
asked 4 years ago by
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
votes
1
answer
73
views
asked 4 years ago by
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
vote
1
answer
154
views
asked 4 years ago by
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
votes
1
answer
707
views
asked 4 years ago by
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
votes
1
answer
135
views
asked 4 years ago by
Category: Watch Lists
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
votes
1
answer
334
views
asked 4 years ago by
♥ 1
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
vote
1
answer
566
views
asked 4 years ago by
Category: Chart Studies
Tags:
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...