Votes
Answers
Views
Question
0
votes
1
answer
93
views
asked 8 years ago by Collin Kawahara
Category:
Strategy Guide
Tags:
How do I refresh a conditional order after its completion? As well as, since the order is a sequence, will it refresh itself after the first order is carried out, or after the entire sequence? Thanks!
0
votes
4
answers
314
views
asked 8 years ago by C Chris
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
210
views
asked 8 years ago by Optionsforcash Team Trading
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
1093
views
asked 8 years ago by yell0wbuddha
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
111
views
asked 8 years ago by PapaG08
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
183
views
asked 8 years ago by Optionsforcash Team Trading
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
129
views
Be first to answer!
asked 8 years ago by [email protected]
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
177
views
asked 8 years ago by Steven Greiner
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
108
views
asked 8 years ago by Mr. Lloyd
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
305
views
asked 8 years ago by [email protected]
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...