Votes
Answers
Views
Question
0
0
821
Be first to answer!
asked 8 years ago by Graham Jervis
Category:
Chart Studies
Tags:
Hello Hahn, Have you ever looked at Tom DeMark indicators? do you think its possible to code this into TOS as a strategy?
2
5
2281
asked 8 years ago by Sam Tanner
Category:
Alerts and Notifications
Hi Mr. Hahn, Below is a code for a Hull MA that alerts with a bell sound when the color of the HMA changes. #Hull Moving Average input price = close; input length = 20; input displace = 0; plot HMA = MovingAverage(AverageType.HULL, pric...
0
5
2398
asked 8 years ago by Dave DoggyDogg
Category:
Stock Scanners
Individual Daily Gain scanner over period of days i will gladly contribute for your time if you can help me out, im looking for something somewhat simple. i need help trying to setup a thinkorswim scanner that will scan previous 3 days in which every...
1
1
123
asked 8 years ago by Amit Singh
Category:
Watch Lists
Hello Peter, I tried to do it myself but was not able to. Is there a way you can quickly code the PSAR onto the watchlist (similar to how you did it with the TTM)? Thanks!
1
1
387
asked 8 years ago by Nathan Scheinfeld
Category:
Watch Lists
Hi there, sorry to bother you... but I was wondering if you could help me create a custom column in my watch lists... i would like for it to indicate if the stock is above, below or in the ichimoku cloud (and if possible what direction it's entering ...
0
1
236
asked 8 years ago by Riccardo Trezzi
Category:
Stock Scanners
Hello, I guess someone else might have already asked this question (apologies if that is the case but could not find it). Is there a way to scan for stocks during pre-market? Scanners seem not to work. Many thanks, RT
0
1
243
asked 8 years ago by Mr. Lloyd
Category:
Chart Studies
Hi Mr. Hanh, is there any way to create a ichimoku scan with a tick chart. I would like to scan for stocks that bounce off Span B (yellow) by two candles. Tick Chart time frame 2 day ,100 ticks. thank you again
1
1
244
asked 8 years ago by MR. Ed
Category:
Watch Lists
Watch_EMA_XSTUDY.ts I guess this was done a couple of years ago. I found it in watchlists on the home page. The question there was can the code be changed without much trouble to reflect the stock price as above or below a certain EMA. In another way...
0
1
2254
asked 8 years ago by Mr. Lloyd
Category:
Stock Scanners
Hi Mr. Hahn, I was wondering if you could help with creating a TOS code. I am looking to scan for stocks that have 3 bars of Price above the 100 day SMA(Close). Thank you so much for all your hard work.
1
1
886
asked 8 years ago by Sam Tanner
Category:
Alerts and Notifications
Hi Mr. Hahn I have tried to set up alerts for EMA crossings and strategies on a TOS Range Chart and nothing seems to work. Do you have a solution to this problem?