Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
106
views
asked 2 years ago by
Category: Watch Lists
Hello Pete   You created a Trix Crossover Watchlist for me a little while back. (code below) Would it be possible to edit the same code to show Trix above or below Zero Line? Thanks for any help with this. Ellis   input length = 9; input co...
0
votes
1
answer
213
views
asked 2 years ago by
Category: Chart Studies
I'm new to building TOS scripts and struggling to build a study which charts the daily and average price range for a stock.  I don't know how to write the script for calculating the average trading range.   Hope you can help Pete, much appreciated. #...
0
votes
1
answer
140
views
asked 2 years ago by
Category: Strategy Guide
the strat below exits after RSI2 crosses above 50.  instead, i'd like the strategy to exit after a user-specified number of days, 7, for example.  how would you do that?  thanks! input price = close; input length = 2; input rsiAverageType = AverageTy...
0
votes
1
answer
178
views
asked 2 years ago by
Category: Stock Scanners
Hello, I'm look for a way to run a scan for the first bear candle closing above a moving average, and a separate scan for the first bull candle closing below the moving average.  We can use 10EMA for example.  This would be used for various time fram...
0
votes
1
answer
106
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I'm looking to automate fibonacci fans starting from 2 year highs to 2 year lows with coefficients (.236/.382/.5/.618) Thanks
0
votes
1
answer
78
views
asked 2 years ago by
Category: Stock Scanners
Hi If the current price is the highest from today, I won't enter into a trade. It is too expensive for me, so I always make sure it is not the most expensive price. With Thinkorswim, How can I find stocks whose last price is less than the highest pri...
0
votes
1
answer
74
views
asked 2 years ago by
Category: Chart Studies
Is it possible to plot futures options using Thinkscript? For example, the first line below plots an SPX option correctly, but the second line does not produce any output: plot pr1 = close(symbol = ".SPXW220331P4495", pricetype = "MARK"); plot pr2 = ...
0
votes
1
answer
221
views
asked 2 years ago by
Category: Stock Scanners
Trying to make the following in the code editor: close is greater than or equal to PivotPoints()."PP" and close is less than PivotPoints()."R1 But I am getting the following massage: "com.devexperts.tos.thinkscript.runtime.TooComplexException: The co...
0
votes
1
answer
502
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the this script actually i am looking that it plot line Premarket high And premarket low after 8:00 AM. I want script to ignore anything before 8:00 am  
1
vote
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
Hi Peter. Is it possible to move VALUES_ABOVE and VALUES_BELOW further up or down from the graph?  Or move it sideways?  I've used it on a zig-zag wave showing volume on each wave, but sometimes the values are being overwritten by the graph. uVol.Set...