Votes
Answers
Views
Question
0
votes
1
answer
84
views
asked 4 years ago by David Folkerth
Category:
Watch Lists
I'd like to create an "open profit" column on a watchlist of symbols for a non-TOS investment account i have. I'm wondering how i can create a column that uses input variables to the effect of: IF symbol = AAPL (an input value) THEN open profit = (c...
0
votes
1
answer
69
views
asked 4 years ago by joseph blackwell
Category:
Chart Studies
When I attempt to remove a drawing on a chart TOS asks do you really want to remove all drawings. I just want to remove the current fibs on just this chart and establish new ones. I know it should be obvious but not seeing it. TIA
0
votes
1
answer
159
views
asked 4 years ago by Kiel F
Category:
Stock Scanners
I'd appreciate your help so much with this, if possible. I'm trying to build a scan that populates stocks that have been closing below the 9 EMA for the past X number of days (bars) AND now have closed on/above the 9 EMA. If a stock has been closing ...
0
votes
1
answer
454
views
asked 4 years ago by Parrot Empreendedor
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...
0
votes
1
answer
113
views
asked 4 years ago by Jake
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
191
views
asked 4 years ago by Matthew Zikry
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
361
views
asked 4 years ago by Richard Caballero
Category:
Watch Lists
I am trying to create a custom column for my Quotes watchlist.
0
votes
1
answer
298
views
asked 4 years ago by Ram
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
236
views
asked 4 years ago by Brandon Evans
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
303
views
asked 4 years ago by Adam Finton
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.