Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
131
views
asked 3 years ago by
Category: Strategy Guide
I use the following strategy for my Buy order: When the underlying (LAST) goes above or below a certain price point (hard-coded at 31.9 for this example), the buy trigger is activated and it is supposed to buy the option strike (call or put) that I s...
0
votes
1
answer
146
views
asked 3 years ago by
Category: Watch Lists
Tags:
Hi Pete.  I have learned a lot from this forum.  I am looking to add a column to my WATCHLIST.  I want to show the result of this script as a %%.  From the HOD for any ticker on my watchlist I would like to see where it is current...
0
votes
1
answer
633
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
0
votes
1
answer
279
views
asked 3 years ago by
Category: Stock Scanners
Hello Pete, I'm wondering how to create a scanner that shows the first day that the histogram starts to move back to zero from it's "negative peak" after x amount of days of moving negative.
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
How would I take this study script for Choppiness Index and create a scan to return all stocks >60? # { CI: Choppiness Index } declare lower; # Inputs: Len(14); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,L...
0
votes
1
answer
259
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I want to build a scan where the stock price (last) is within 6% of 20SMA value. It can be anywhere from -6% to +6% from 20SMA value. I have checked the study crossover and price-performance but couldn't find anything that would hit my range...
0
votes
1
answer
296
views
asked 3 years ago by
Category: Watch Lists
I am trying to create a custom column for my Quotes watchlist.  
0
votes
1
answer
142
views
asked 3 years ago by
Category: Chart Studies
Hi Peter, I was wondering if you know if "Available Funds for Trading" or "Day Trading Buying Power" is accessible as a variable for a chart study. I found getnetliq() and gettotalcash(), but nothing on the above two. Looking to make a script that ca...
0
votes
1
answer
81
views
asked 3 years ago by
Category: Strategy Guide
Pete, Love what your doing and have watched your videos!  I finally came her to ask a question that TD cannot answer for me.  When I put through a conditional order to buy a stock, it cuts off my thinkscript code to only include the first 170 charact...
0
votes
1
answer
411
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, I wondering if it's possible to write a code for a strategy that has the following criteria: Entry: Buy current expiration (or two weeks out series) weekly ATM Call/Put when TTM_Squeeze triggers and both 20 EMA and 50 EMA are above/below eac...