Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
1086
views
asked 4 years ago by
Category: Chart Studies
Hello together, I would like to setup a chart study that shows down arrows when RSI Laguerre crosses below 0.8 and gamma > 0.6 and up arrows when RSI Laguerre crosses above 0.2 and gamma > 0.6. I have prepared the code and it does not display a...
0
votes
1
answer
114
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
233
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
507
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
133
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
79
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
160
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
726
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
141
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
339
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...