Votes
Answers
Views
Question
0
1
95
asked 3 years ago by Cc W
Category:
Stock Scanners
Hello, I saw this post Flatbase breakout but I didn't have any luck getting it to work on a monthly timeframe. I'm not sure if the solution is as simple as changing some of the inputs Here are a few charts with examples of what I'm looking for. I'm m...
0
1
85
asked 3 years ago by Satish Gupta
Category:
Stock Scanners
Please help me understand how to determine how much data does a scan pulls in for each security for a scan and what can I do, if anything, to minimize this amount of data to make scans more efficient. I realize that the answer would depend on, at lea...
0
1
278
asked 3 years ago by Ellis Waller
Category:
Chart Studies
Hello Pete I wanted to know if it was possible to have a MACD Histogram Label that follows the colors for the MACD Histogram? Label "MACD" Green, Light-Green, Red, Light-Red Thanks for any help with this. Ellis
0
1
190
asked 3 years ago by Sumihiko Tachibana
Category:
Chart Studies
def lastbar = IsNaN(close[-5]) and !IsNaN(close[-5+1]); plot N1_dot = lastbar[-5]; N1_dot.setDefaultColor (CreateColor(100, 250, 250)); N1_dot.SetLineWeight(2); N1_dot.SetPaintingStrategy(PaintingStrategy.points); ####################################...
0
1
1268
asked 3 years ago by Zape Jackson
Category:
Stock Scanners
Hi Pete, I am trying to create a scan in Thinkorswim that can find the stocks at 61.8% Fibonacci retracement level with time interval 20 days and aggregation period 60mn. Thanks for everything you do..!! Zape
0
1
94
asked 3 years ago by Barry Felkner
Category:
Stock Scanners
I have searched the TOS website and all their documentation and even Googled the web, but am unable to figure a way to match a particular set of display columns to different scans that I save. I can't even seem to find a way to save a particular set ...
0
1
139
asked 3 years ago by Sean G
Category:
Chart Studies
Hi Pete, Hope you're well! Quick question, I got the below code from browsing online which plots yesterday's high and low onto the current intraday chart. I'm an absolute noob when it comes to TOS scripting whether it be for studies or scanners, and ...
1
1
74
asked 3 years ago by randomemoji :3
Category:
Stock Scanners
Hi Pete, I'd like to scan for stocks where the 34ema is at least one ATR above the 55ema. Thank you!
0
1
152
asked 3 years ago by Sunil Patil
Category:
Stock Scanners
Hi Pete, I am trying to build a scanner to find stocks where 30m candle is crossing previous month close. I am stuck right now as it does not allow me to use aggregation period for 30m time frame scan. How do I get previous month's close in my code? ...
0
1
110
asked 3 years ago by R N
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.