Votes
Answers
Views
Question
0
votes
1
answer
142
views
asked 6 years ago by iO Rambo
Category:
Chart Studies
Hi Pete, I would like a script for a line drawn on the lower study for the average volume on the current day 1 minute chart with a label showing the average volume on the corner. (I've search but could not find a post regarding this) Thanks
0
votes
1
answer
188
views
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Pete, I hope all is well. I need help editing some code that I use on the daily chart that identifies a stock as a former runner based on the below criteria. input length = 60; input numDev = 2.0; input allowNegativeValues = no; input percentSp...
0
votes
1
answer
150
views
asked 6 years ago by Ryan Sizemore
Category:
Chart Studies
Hey Pete, Below are the conditions I'm looking for. I have it set up ( I think) on a scan and want to see if I can put it into a study and add another condition. If the volume is up 10% (or whatever % we choose) and if MktFacilitationIdx ...
0
votes
1
answer
275
views
asked 6 years ago by Vanessa Ortiz
Category:
Stock Scanners
Hello Pete, I have a T3 indicator that displays as color changes(red to green), it works great for the chart but I cant seem to build a scan off it. I have been told that is because scans only recognize numbers not colors. How can I change this scrip...
0
votes
1
answer
89
views
asked 6 years ago by J Holt
Category:
Chart Studies
Hi Pete, Can you suggest a script to mark distribution days on the charts? Distribution days, as defined by Investor's Business Daily, are days where the price declines by more than 0.2% and the day's volume is higher than the previous day. The distr...
1
vote
1
answer
195
views
asked 6 years ago by Connor Fischer
Category:
Strategy Guide
Okay guys so I'm trying to gain the ability to backtest a momentum strategy that I normally use as a scan The criteria for the scan are 1.5 times above average volume, gap up or low>high[1] and a exit signal that either occurs at the end of the we...
1
vote
1
answer
323
views
asked 6 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, I figure if anyone can solve this one, it is you. I've had this nagging issue with a volume bars study that I use to overlap onto my charts. As you can see in the attached image, the price axis is shifted on the chart, so 0 is not at the bot...
0
votes
1
answer
136
views
asked 6 years ago by Byronfern S
Category:
Chart Studies
Hi Pete, how are you, how is your recovery? hey I need a little help i'm trying to write a study but the label displays N/A can you help me please, thanks PS I am not a programmer sorry for the code. def spike = ( close[1] * 130) / 100; def bull = if...
0
votes
1
answer
817
views
asked 6 years ago by Mike Johnson
Category:
Alerts and Notifications
Hi Pete, I took the Marubozu candlestick pattern and created a study with it that includes audio alerts. Problem is the alert goes off constantly while the candles are forming. Is there a way to have the alert go off only after the candle is closed...
0
votes
1
answer
592
views
asked 6 years ago by Pete Hahn
Category:
Chart Studies
Hello, Everyone, I looked at Hahn-Tech's video on Youtube "Thinkorswim RTD Excel" (https://www.youtube.com/watch?v=TWdOYvN9eIs) That is great and easy to get real time data from TOS option chain. Then I use Excel SUM() function to easily get total C...