Votes
Answers
Views
Question
0
votes
2
answers
224
views
Category:
Alerts and Notifications
I am using the following code to produce an audible alert: Alert(High>High[1], "Test Alert", Alert.Tick, Sound.Chimes); This produces a chime each tick the the condition is satisfied - exactly what I want - but it also produces a text message in t...
0
votes
1
answer
1263
views
Category:
Chart Studies
Hello Hahn, Is there a way in thinkorswim not to just see volume but number of trades that have happened on the day or the amount of volume in dollars? Best
0
votes
1
answer
202
views
Category:
Alerts and Notifications
Hello... Thank you for your service ! Can you please provide a Thinkscript to use in a conditional order to exit Long Call Option position using TrailStopLX? I would be trailing by 1 x ATR. Similarly, can you also provide the opposite side o...
0
votes
1
answer
118
views
Category:
Chart Studies
So here is the script I'm using on TOS plot sma1 = Average(close, 2); sma1.AssignValueColor(if sma1 > sma1[1] then Color.liME else Color.magENTA); It is a very simple script that colors the 2sma in lime when it's moving up and magenta when it's mo...
0
votes
1
answer
294
views
Category:
Watch Lists
Hello Pete, I have the following custom TOS watchlist code for EMA crossing that works well but I was wondering if you could help me with the following two items i haven't been able to figure out. 1- Eliminate after hours/pre-market data input so tha...
0
votes
1
answer
147
views
Category:
Stock Scanners
Hello, I already have a scanner (code below) provided by Pete but I would like to enhance it adding two scenarios below. Scenario 1: Output only those symbols that close of current 5 min bar crosses above yesterday's close for the first time. Scenar...
0
votes
1
answer
369
views
Category:
Chart Studies
Hey, I've been poking around everywhere to find a relatively simple indicator based on percentage change, but can't find it. Is there an easy way to have an indicator on lower study that will show the relative strength of a ticker by percent change?...
0
votes
1
answer
156
views
Category:
Watch Lists
Hello, I have been using the TTM Squeeze indicator in TOS for quite some time and ran across your ability to create this awesome visual alert inside watch list. I set it up using the daily and hourly periods, but the color indicators don't match what...
0
votes
1
answer
615
views
Category:
Stock Scanners
Hey man, I appreciate you taking the time to help others with their platform setups it sure has helped me a lot while lurking on here. I even developed a list of things I wanted to figure out for weeks but I don't want to bombard you with requests so...
