Votes
Answers
Views
Question
0
1
102
asked 5 years ago by Andrew Jensen
Category:
Strategy Guide
Hi, So, how to set the conditional order to not stop after the firs trigger? Can we set it such that it will keep triggering orders until we manually stop or set another condition for stop? Thanks! Andrew
0
1
189
asked 5 years ago by Venkata Nemala
Category:
Strategy Guide
Conditional orders with study do not trigger in ONDEMAND mode. Is this normal? Also, in ONDEMAND mode we cannot go into conditional wizard to enter studies. Is this normal?
0
1
159
asked 5 years ago by Mike DAntonio
Category:
Chart Studies
Hey guys! I am having trouble developing a script. I want it to plot some basic price levels for the stock I am looking at. Let's say the stock is at 200. I would want it to plot a price level at two levels (by 10's) both up and down. However,...
0
1
138
asked 5 years ago by Venkata Nemala
Category:
Strategy Guide
I have a customer order template saved that is has few conditions. Saves well and also can trigger order just fine the first time based on the conditions correctly. The next time when I use the saved custom order template, what I notice is that it re...
0
2
272
asked 5 years ago by valerol
Category:
Stock Scanners
Hi Pete! I'm a beginner with scripts and I've been following what you guys are doing here for a while. It's amazing, really awesome ideas. I'm trying to create a very basic scanner for premarket which includes a study and alerts when the condition is...
0
1
129
asked 5 years ago by Chad Mail
Category:
Chart Studies
Hi Pete, Can you pls help me create a script similar to this script below to plot the lowest low from the last 5 candles. Thank you. Example plot ClosingPriceForHighestHigh = GetValue(close, GetMaxValueOffset(high, 12), 12); The example script plots ...
0
1
243
asked 5 years ago by Robert Summers
Category:
Stock Scanners
I am semi-newish trader and I was wondering if you could help out with a scanner. If you have already covered this or have something that I could modify to get what I am looking for that would be great. Here is the setup that I am looking to try an...
0
1
845
asked 5 years ago by matthew carlisle
Category:
Stock Scanners
Hello, Hi there I would love some help creating a scan. I’m looking for a scan that shows UP volume for the day that is greater than any DOWN volume days in the previous 10 days 2nd condition is Stock must be less than 10% above 10 Dail...
0
1
147
asked 5 years ago by Robert DeKorte
Category:
Strategy Guide
I just watched your video, Thinkorswim Strategy Guide on youtube (Aug. 8, 2015). I never saw the attached file. It mentioned that it was on the Google drive. Is there a way that I can get the file that goes with that video?
0
1
42
asked 5 years ago by Karl Wolff
Category:
Chart Studies
Hi Pete - Is there a way in TOS to restrict calculations to the close of a bar. This can be done in TS; I want a confirmed (crossover) signal without the intra bar noise (and repainting). Thanks for any suggestions!