Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
97
views
asked 5 months ago by
Category: Watch Lists
Hello Pete, thanks for replying to my earlier post. I'm attaching the code as a text file as requested. I do not want a scanner or a watchlist that filters out stocks etc. All I want is for the same % that this code provides in the Chart Labels, to b...
0
votes
1
answer
60
views
asked 5 months ago by
Category: Chart Studies
Hi Pete.  TOS has the chart study of DailyHighLow.  I would like to amend the script to also include the midpoint of the previous bar.  I have attached the script I attempted to create. Please let me know if this is something you can help with. Thank...
0
votes
1
answer
54
views
asked 5 months ago by
Category: Stock Scanners
Hello Pete   Is it possible to run a custom scan against your current open positions? I’m trying to setup alerts against those positions if certain triggers are hit. Ellis
0
votes
1
answer
55
views
asked 6 months ago by
Category: Chart Studies
I'd like to test out an EMA Separation Coefficient Study, but ThinkorSwim doesn't seem to provide one.  Apparently, it's available in TradingView.  Here's a link: https://www.tradingview.com/script/EZlRef3m/.  There is some script for the study on th...
0
votes
1
answer
56
views
asked 6 months ago by
Category: TS Solutions
I have this indicator that is working fine. The only problem I can't figure out is to stop it from drawing a diagonal line from the close of one day to the open of the next. The code is in the attached text document.
0
votes
1
answer
103
views
asked 6 months ago by
Category: Watch Lists
Hi Pete.  I am trying to create a column that simply shows if a stock is above or below the VWAP. If above the VWAP the background color will appear green with a green "1" as the label. If below the VWAP the background color will appear red with a re...
0
votes
1
answer
48
views
asked 7 months ago by
Category: Watch Lists
Hello Pete. I was able to create a watchlist column which shows whenever an inside bar occurs using the condition wizard. However, I am having trouble creating a watchlist column that simply shows the color of the current Heiken-Ashi and if the bar i...
0
votes
1
answer
62
views
asked 7 months ago by
Category: Watch Lists
Hi Pete. Is there a way to add one more label on the watch list column which states "Strong Reversal" if a red HA candle is followed immediately by a green HA candle with no wick or a green HA candle is immediately followed by a red candle with no wi...
0
votes
1
answer
69
views
asked 7 months ago by
Category: Stock Scanners
Mobius from ThinkorSwim wrote a custom script for FW_DPO_MOBO and I am trying to convert the AddCloud function into a Def variable. I want to run a scan when the DPO is in the green cloud. I can not convert the AddCloud function into a variable becau...
1
vote
1
answer
179
views
asked 7 months ago by
Category: Chart Studies
Hi, I like to reassign a variable value in order to convert following pine script to TOS script. I looks like TOS requires if/else condition to reassign the value. However, I don't know how to do it in this case. The code: a = 0.0 b = 0.0 a := max(cl...