Questions (2367)

Votes
Answers
Views
Question
0
votes
4
answers
303
views
asked 7 years ago by
Category: Stock Scanners
Is it possible to build a dynamic scan that will constantly update that will show me when the 1Hr and 4Hr stochastic starts to either point up or down at the same time as soon as it happens?  So if the 4Hr is up but the 1Hr isn't yet it won't show in...
0
votes
1
answer
201
views
asked 7 years ago by
Category: Chart Studies
I have found the EPS data posted on TOS charts if often incorrect.  Sometimes posting a positive number when in fact it was a negative. (ex. EDIT, 8/9 17, shows positive $0.65/sh eps when it is actually NEGATIVE $0.65/sh).   Do you have a reliable EP...
0
votes
3
answers
1076
views
asked 7 years ago by
Category: Stock Scanners
Hello all....found this indicator on the web and wanted to know if anyone knows how to convert this into a scan:     # Blown Top (Reversal Candle) # Mobius # V01.02.2015 Shared Chat Room 01.16.2016 input n = 10; input n2 = 5; def o = open; ...
0
votes
1
answer
104
views
asked 7 years ago by
Category: Chart Studies
How can I capture the market price at a specific time?   For example, I have a TOS study that will submit a market order when a certain condition is met.  How can I record the market price at that time so that I can use it in a trading stop?
0
votes
2
answers
177
views
asked 7 years ago by
Category: Strategy Guide
Seems like using scans, screens, traditional indicators, etc. is not going to match the analysis power of artificial intelligence.  Do you have an artificial intelligence program to augment the analysis of more market forces?
0
votes
0
answers
126
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hi Pete. I would like to be able to take your MTF MACD to only look at 2 time frames (the Daily and Weekly), instead of having to look at 3 time frames. How would it be possible to make that change?
0
votes
3
answers
172
views
asked 7 years ago by
Category: Stock Scanners
I am once again struggling with the TOS script language. Am used to VB.net. Thus, this dilemma. In VB.net I would write the average of the 21 days of High/Low candles to a text file or simply show it on the program form. I do not see a way to do that...
0
votes
1
answer
103
views
asked 7 years ago by
Category: Stock Scanners
Hi Mr. Hahn,  I've been up all night waiting for a Range bar to turn a color and not sure how to set an alert so I can get some sleep at night.   Thank you for all you do.
0
votes
2
answers
291
views
asked 7 years ago by
Category: Strategy Guide
How do I convert the prebuilt Strategies into scans for example the BollingerBandsLE, EhlersStochLE and the two Ichimoku Strategies that you shared? input length = 20; input num_devs_dn = 2.0; input bollinger_price = close; input lower_band_price = c...
0
votes
1
answer
148
views
asked 7 years ago by
Category: Stock Scanners
I'm new here and apologize in advance if this is a stupid question. Here's the pseudocode for the scan I'm trying to create: ADX(14) is greater than 30 ADX(14) in this period is higher than ADX(14) in the last period Current bar high is higher than S...