Questions (861)

Votes
Answers
Views
Question
0
votes
1
answer
94
views
asked 2 years ago by
Category: Chart Studies
Hi Pete!  I am working with an indicator in TOS that plots a linear regression channel. (photo attached + code below). I am trying to edit this script so that instead of printing a cloud, TOS instead prints a center line, a line at the top deviation,...
0
votes
1
answer
94
views
asked 10 months ago by
Category: Stock Scanners
Hey Pete! I am using the Option Hacker and I am trying to scan for options that are up 10% or more on the day. I tried using the code in the screenshot below but it keeps referencing the stock's data rather than the option's. Any ideas on how to make...
0
votes
1
answer
93
views
asked 4 years ago by
Category: Watch Lists
Okay. Try again. I am fond of the LBR3/10 Oscillator. I am trying to have a color column change when the fast line crosses above the slow line. I have attached the original Oscillator script and the script I worked on with another to make it a Study....
0
votes
1
answer
93
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, Thank you for the great resources. I have a simple script below where I am trying to plot a horizontal line that extends to the right at every cross over signal. def avg1 = MovingAverage(AverageType.SIMPLE, close, 10); def avg2 = MovingAvera...
0
votes
1
answer
93
views
asked 3 years ago by
Category: Chart Studies
Hi, I copied the following ADX source code from Tradingview but I can't seem to make it work on TOS.  Is there any adjustments that I need to make?  Thank you. It was too long so I'll attach it as an attachment.  
0
votes
1
answer
93
views
asked 2 years ago by
Category: Stock Scanners
Having difficulty creating the third and final condition of a TOS scan whereby the Kijun value + 1atr <= closing price. My definition of the atr = 14 standard The whole scan is as follows:  price closes above kijun  William %R (8periods) > -20 ...
0
votes
1
answer
92
views
asked 4 years ago by
Say i do a MovingAvg10 and MovingAvg20 on a 1min chart. How do i calculate how many MA cross-up and MA cross-down in the whole trading session (0930 - 1600hr) ? Addlabel on the chart - Num of Cross-up and Num of Cross-down
0
votes
1
answer
92
views
asked 4 years ago by
Category: Watch Lists
Hello Pete. Are you aware of anyway to use tick as a period vs time when creating custom columns in Watchlists? I have a feeling I already know the answer, which is no, but thought I would ask regardless. Thanks in advance. FYI: I was compiling a scr...
0
votes
1
answer
92
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, it possible to have a watchlist column that shows the total number of trades for premarket session? Thanks for your time.
0
votes
1
answer
92
views
asked 3 years ago by
Category: Stock Scanners
pete, not getting my desired results. I am trying to do a scan of bollinger percent  of less than 3%. scan print will show the results. Also included is the wizard . Any help will be deeply appreciated.