Questions (2367)

Votes
Answers
Views
Question
0
votes
1
answer
74
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
72
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
210
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
483
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
89
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...
0
votes
1
answer
635
views
asked 2 years ago by
Category: Chart Studies
Tags:
I have a study that shows pullbacks off swing highs and lows.  It counts the pullbacks based on a formula and prints a count on the chart at the pullback.  The counter works correctly and the pullback number is correct.  The bubbles print in color to...
0
votes
1
answer
140
views
asked 2 years ago by
Category: Stock Scanners
Pete, Im frustrated that ThinkorSwim's StochRSI has the ability to "scan" for up arrows & nothing ever comes up.  I dont believe this function works, or Im doing something wrong. Would you consider looking over the script  I have provided below &...
0
votes
1
answer
87
views
asked 2 years ago by
Category: Chart Studies
Hey Hahn, I have been using your high low alert indicator to find entry points in ETFs. Great Job and I find it very useful. To reduce the noise of multiple alerts, I wanted to know if we can add an additional layer of filter in this tool to only sen...
0
votes
1
answer
116
views
asked 2 years ago by
Category: Chart Studies
Hi Peter, I am trying but having difficulties setting up a 1m EMA line on a 5m chart.   Can you help me with this?   Thanks
0
votes
1
answer
162
views
asked 2 years ago by
Sir, I have been looking for a way to utilize an alert from the DailySMA within TOs, without having to set it once triggered, or changing betweren symbols. I have complied the code below to try within the study (portion from TOS), but not getting the...