Votes
Answers
Views
Question
0
votes
1
answer
155
views
asked 6 years ago by b fox
Category:
Stock Scanners
Pete, first happy fathers day. I read your response on january 27th,2017 @ 12:28 pm, for both scanner and/or plot chart of inside days. I am confused on how to modify them to suit my needs. I would like to plot and scan the following configuration. I...
0
votes
1
answer
136
views
asked 6 years ago by Robert Wu
Category:
Chart Studies
Hi, How would I compose a simple lower study that involves 2 symbols with 2 different studies? For example, I want a plot when current symbol, Symbol A, close is higher than 1.5 of its KeltnerChannels and another symbol's, Symbol B, close is higher ...
0
votes
1
answer
91
views
asked 6 years ago by André Lacher
Category:
Alerts and Notifications
Hey, so recently I've created a Tos script with alert functions. I trade with a few fellow colleagues and I find myself giving verbal cues all day long to other traders. I want to make this process a bit more autonomous by getting a text-to-speech AP...
0
votes
0
answers
90
views
Be first to answer!
asked 6 years ago by iO Rambo
Category:
Chart Studies
Hi Pete hope you are doing well with your recovery. I am in need of a chart label displaying the % difference from previous close price to premarket open price. Thanks for your help.
0
votes
1
answer
2984
views
asked 6 years ago by Pete Hahn
Category:
Frequently Asked Questions
One of our viewers submitted this as a project request: Hello, I have enjoyed watching the videos you posted to youtube. I was wondering if there is a way you can write a script for Tinkorswim to have a point and figure chart like is seen at stockcha...
0
votes
1
answer
239
views
asked 6 years ago by rc76
Category:
Watch Lists
Dear Sir, I have a very quick question regarding my code below. I tried to calculate the first available Open (1 minute) value from 0930. However my code will sometimes generate error (NaN or Infinity) when the Open value is not available at 0930. &n...
0
votes
1
answer
892
views
asked 6 years ago by Mike Schwartz
Category:
Watch Lists
Is is possible to take that indicator and turn it into a custom watchlist field that could be called from excel? All of the custom fields can be sent to TOS via RTD. I am trying to get my account NetLiq into excel automatically. Thanks Mike
0
votes
1
answer
293
views
asked 6 years ago by Ryan Sizemore
Category:
Stock Scanners
I have a IV/HV tool I use and curious how to create a scan using this. I would like to know when the HV is above the 80% level on a daily chart. Red line is above the top white line. Find stocks that meet that criteria. Here is the tools code: declar...
0
votes
1
answer
458
views
asked 6 years ago by Pana Pana
Category:
Chart Studies
Hello all, I did not know where to start in creating labels for this indicator. I would like to have 3 separate labels for each one, that reflects its current value and color (Red/Green). It will show something like this: "RSI" in RED or Green, based...
0
votes
1
answer
805
views
asked 6 years ago by Trade Wizard
Category:
Stock Scanners
Hello, Would it be possible to scan using StandardErrorChannel(code below)? I am trying to scan if price(close) just crossed above the plot LowerBand on 5 min time frame? input price = close; input standardErrors = 2; input fullRange = Yes; input len...