Questions (902)

Votes
Answers
Views
Question
0
votes
1
answer
64
views
Category: Chart Studies
Hello Pete, I wanted to edit my last request and make it simple.   How do we make all candles black except the HOD candle.   Best
0
votes
1
answer
64
views
Category: Chart Studies
Hi Pete, Trying to create a script that will display the number of ticks in yesterdays RTH range in the watchlist.  I trade the bonds so RTH days range will always be from 720 am to 2pm CST. Example.  In ZB (30 yr)  Yesterdays LOD was 132'10, and its...
0
votes
1
answer
62
views
Category: Watch Lists
Hi Peter, Thanks for your contributions on this forum. Let's say AAPL is currently trading at $370 and call option for $387.5 is at $3 and the call option option for $390 is at $2. Is there a way to display a column in watchlist showing $1 as the dif...
0
votes
1
answer
62
views
Category: Chart Studies
Hello Pete How to create a chart label that captures the time PREMARKET when the bid price first becomes 70% greater than yesterday afternoons close price Can you create a chart label that captures the time when a tickers Bid price reaches 70% greate...
0
votes
1
answer
62
views
Category: Watch Lists
Hi Pete, I know how to export a watch list in excel but is there a way to update that saved watchlist excel sheet with the latest current price on next day?
0
votes
1
answer
61
views
Category: Chart Studies
Good Morning Pete, I was wondering if you can help me modify the ParabolicSAR indicator on TOS to display the dots on the chart for the current day only. Thank you so much for helping the trading community and happy holidays!
1
vote
2
answers
61
views
Category: Strategy Guide
Keltner /atr conditional order code below working well before today.  See anything wrong?  Photo shows orders placed yesterday but not filled today.  ToS support had no idea why. declare weak_volume_dependency; input displace = 0; input factor = 1.5;...
0
votes
1
answer
60
views
Category: Watch Lists
♥ 1
looking for a custom col to plot the percent change of the difference between di plus and di minus from 5 days ago to today. so if the di plus was 20 and the di minus was 10 and 5 days later the di plus was 30 and the di minus was 15 the column would...
1
vote
1
answer
60
views
Category: Chart Studies
I have this code so far: declare lower; input symbol1 = "/GC"; plot smb1 = close(symbol1); This plots the standard gold futures contract. I want to plot specific gold contracts with different expirations, namely 6 months and 12 months out until expir...
0
votes
1
answer
59
views
Category: Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...