Votes
Answers
Views
Question
0
votes
1
answer
98
views
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
108
views
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
102
views
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
222
views
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
269
views
Category:
Stock Scanners
Good evening, I have been searching for hours for a workaround on the limited aggregation period for the TOS scanner. I am trying to create a scan that will return stocks with a tick count > 5000 over a 24 hour, Intraday period. As you probably kn...
0
votes
1
answer
377
views
Category:
Chart Studies
Hello. Does anyone know how to chart open interest * delta in real time, for options on the TOS platform, without using excel? Can it be done on your trading screen only? It seems we can chart OI and delta separately, but not combined. For instance (...
0
votes
1
answer
316
views
Category:
Stock Scanners
Need squeeze that will scan for stocks where there is only 1 or 2 or 3 cyan bars after yellow bars only. See attached file for visual. I've reviewed and tried the other posts on this but none exactly was what I'm looking for. TTM Squeeze scan 2nd bl...
0
votes
1
answer
79
views
Category:
Chart Studies
Hi Pete ; Wondering if you would create ToS lower study of Vix3M/Vix. Pine script code is below and link to the code. Thanks! / © bauhaus28 //@version=4 study("VIX3M/1M ratio") vix3m = security("CBOE:VIX3M", "D",close) vix = security("CBOE:VIX", "D",...
0
votes
1
answer
103
views
Category:
Watch Lists
Hi Pete, I am trying to build a watchlist column to count bars after a DMI "D+" cross over a "D-". I was able to get it partially working where it tells me the number of bars past the cross in the positive but I can't figure out how to get it to read...
0
votes
1
answer
129
views
Category:
Alerts and Notifications
The goal is to have an alert for a percentage drop in price from yesterday’s close that I can execute at night and have the alert work the next day. The script that I've created, which doesn't work, is attached.
