Votes
Answers
Views
Question
0
1
132
asked 7 years ago by Yeltsin chapina
Category:
Chart Studies
To make things easier for me to testa strategies i want to highlight every 930 am bar with a different color or a symbol of some sort identifying the 930 am bar.How would i go about doing that?
0
0
273
Be first to answer!
asked 7 years ago by PK shrivastava
Category:
Stock Scanners
Tags:
TOS Question Hope I can get some help with setting up a scan for or Call / Put OPTIONS from a selected list of stocks that satisfies the specified criterion of strike price being at X% Above or Below a selected EMA (50 Day or 100 Day etc). Currently ...
0
1
301
asked 7 years ago by Master Blaster
Category:
Chart Studies
How do I get the MACD_Mod with the Thinkorswim MTF MACD Indicator?
0
1
3106
asked 7 years ago by Andrew Lane
Category:
Chart Studies
I assume not, but I need confirmation since you can in the Conditional Wizard TS Editor These coded lines seem to work in referencing studies- all using TOS proprietary studies. def Varb = SimpleMovngAvg(close,34)> 0; # works fine def ...
0
2
258
asked 7 years ago by Ryan Sizemore
Category:
Stock Scanners
Let's say I pull up a daily chart with 1 year of data. The high and low are listed. Let's say the low of this time frame is $10 and the high is $70. The mean is obviously $40. Is there a way we can scan for stock that are currently trading at or near...
0
3
536
asked 7 years ago by Nathan Scheinfeld
Category:
Alerts and Notifications
Hi there, I was wondering if it was possible to make an alert/scan of stock whose Stochastic Fast line goes from over 80 to below 20 (or vice versa) in one tick using the hourly time frame (ideally, but works on daily and or 30 min as well)... with m...
0
1
956
asked 7 years ago by Mike Stigliano
Category:
Stock Scanners
Tags:
I'm looking to create a pre-market gap scan for stocks that have moved +/-4% from the previous day's closing price. I would also like to make a custom column that displays the gap value as a percent so I can customize some of the look and feel. I kno...
0
2
182
asked 7 years ago by Rachid Brah
Category:
Stock Scanners
Hello, I would like to get help on the code that can scan for MA 20 crossing above MA 50 in a 30 mins or one hour time frame please? It should scan for any cross for the last N bars (let's say the last 14 bars that correspond to the whole day in case...
0
1
570
asked 7 years ago by Andrew Lane
Category:
Chart Studies
Here is the code in its simplest form: This will work fine if the 1 minute timeframe is not specified. You will see up arrow in many places. So how do you compose a boolean variable based on elements from a different timeframe in such a manner...
0
1
377
asked 7 years ago by John Benson
Category:
Chart Studies
So I am trying to recreate your KBB squeeze for TOS and believe I have it, but I am getting slightly different reading than the proprietary alert that is already built into TOS, TTM_Squeeze(price, length, nK, nBB, alertLine).SqueezeAlert To be more s...