Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
139
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...
0
votes
1
answer
115
views
asked 3 years ago by
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
47
views
asked 3 years ago by
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
73
views
asked 3 years ago by
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
78
views
asked 3 years ago by
Category: Chart Studies
Hi, I was wondering if there was a way to plot call or put strikes at their expiration based on a user determined delta range? I was hoping to be able to visually see strike deltas on the chart, rather than scrolling the option chain to see which str...
0
votes
1
answer
200
views
asked 3 years ago by
Category: Stock Scanners
Good morning, I have been making a scanner in thinkscript, it is supposed to scan between the last 20 to 10 bars, get the highest high in between and then search for the lowest low after; that is between the HH and the 10 bars, I'm just missing the p...
0
votes
1
answer
80
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to display text column in watchlist showing the SUM in price not percentage  between the High of the Day and Real Time Bid Price?  And also show the Output in Green Text Ex. (HOD)  - (BID) =  SUM GREEN ...
0
votes
1
answer
128
views
asked 3 years ago by
Category: Chart Studies
Hello Pete, I am playing with Tick charts Volume acumulation within a minute. I got the actual cumulative volume and last minute cumulative volume coded already however I am struggling when getting Vol[2], Vol[3], etc How can I do it?. I also would l...