Votes
Answers
Views
Question
0
votes
1
answer
189
views
asked 4 years ago by Lewis De Payne
Category:
Alerts and Notifications
Dear Pete - Can you please show me how I can have the trigger sound an alarm only once per breakout (bull or bear), but reset (so that it can alarm again) each time price reverts back into the box zone. Thank you.
0
votes
1
answer
126
views
asked 4 years ago by Rob B.
Category:
Chart Studies
I'm trying to define the highest point (indicated with the two red arrows) before the MACD cross. Ultimately I will add the ATR value to that point to determine my stop loss. Just not sure how to define that point. Thanks! Ive worked on a couple of i...
1
vote
1
answer
162
views
asked 4 years ago by Koji A. Katakura Jr.
Category:
Chart Studies
Hi Hahn! I made TOS indicators, scanner, watchlist codes. I wanted to protect it as an intellectual property of some sort. Is there a way to do this?
0
votes
1
answer
1190
views
asked 4 years ago by [email protected]
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
122
views
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
vote
1
answer
252
views
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
vote
2
answers
582
views
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
votes
1
answer
140
views
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
votes
1
answer
91
views
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
vote
1
answer
175
views
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:...