Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 2 years ago by WyzeKraft LLC
Category:
Stock Scanners
Pete, I have a scan using some custom code which is not triggering as expected. Please see below: input lnrLength = 40; plot lnrReg = LinearRegCurve(0, lnrLength, Close); def stkATR = ATR(14); def myLevel = lnrReg + (2 * stkATR); def signalAbove = Cl...
0
votes
1
answer
136
views
asked 2 years ago by InvestingApprentice
Category:
Watch Lists
Hi Pete, Can this code show background color on the watchlist when the following parameters are met? This was taken from this question: https://www.hahn-tech.com/ans/price-from-ema/ I want to assign background color green when the watchlist filter is...
0
votes
1
answer
123
views
asked 2 years ago by Arnie Phelps
Category:
Stock Scanners
I am trying to build a scan that I can run only on Mondays going into the close after 3:00pm looking for stocks that are currently trading below Fridays Close. here is the criteria that I am trying to meet. Only looking for stocks that are in the S&a...
0
votes
1
answer
470
views
asked 2 years ago by Alex Loo
Category:
Watch Lists
Hi Pete, i would like to create a column in the options chain to show liquidity using the bid ask spread. The formula is the difference between the bid ask prices divided by the price of the stock/ETF (underlying). But i have difficulty creating the ...
0
votes
1
answer
74
views
asked 2 years ago by Alex Loo
Category:
Chart Studies
Hi Pete, i will like to create a label for yield curve using information from FRED. TOS allows us to input data from FRED and see their charts. Hence i have created a yield curve label. It actually works. But the issue is when the chart is showing an...
0
votes
1
answer
55
views
asked 2 years ago by faisal s. ahmed
Category:
Chart Studies
Hello Pete, I have made a scanner in 4 hour aggregation based of heiken-aishi candles. To see if my scan works , I have defined an "alert" based of my study. The definition I used in heiken-aishi is as follows, " def haClose_4h = (open(period=aggrega...
0
votes
1
answer
167
views
asked 2 years ago by Alex Loo
Category:
Watch Lists
Hi Once again thanks for your help with the label of the Advanced Declined Cumulative Average. My apologises for having another question with regards to labels. I will like to add the days to earnings column to the watchlist. I have actually create t...
0
votes
1
answer
67
views
asked 2 years ago by Chan Dler
Category:
Chart Studies
https://www.hahn-tech.com/ans/chart-label-showing-status-of-higher-time-frame-rsi/ Hi Pete, Would you be able to create something similar to this link above but with PPS Buy/Sell trend status instead? I'm looking to add Multi timeframe label in the c...
0
votes
1
answer
89
views
asked 2 years ago by Shaishav Patel
Category:
Chart Studies
Hi Pete, I need 3 inputs for the specific price on chart and want to have 3 horizontal lines on chart. Price1 , price 2 price 3 and as per the input of those prices I need lines horizontally on chart. Thank you, Shaishav
0
votes
2
answers
216
views
asked 2 years ago by Equanimous Trading
Category:
Chart Studies
Hi Pete! Thanks for the great forum!!! Attached is a 5 day one tick RANGE chart of UB. The style chart type is LINE. See attached Appearance settings for the LINE chart. Up Tick Down Tick and Neutral tick are all set to white in this example. There...