Votes
Answers
Views
Question
0
1
106
asked 2 years ago by Ellis Waller
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
1
213
asked 2 years ago by Adam Bzdziuch
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
1
140
asked 2 years ago by Erik Linter
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
1
178
asked 2 years ago by Russ Roberts
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
1
106
asked 2 years ago by Tommy
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
1
78
asked 2 years ago by Sam Krausz
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
1
74
asked 2 years ago by Jay Hattler
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
1
221
asked 2 years ago by Sam Krausz
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
1
502
asked 2 years ago by S S
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
1
95
asked 2 years ago by Third Day
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...