- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
20
asked 2 weeks ago by PrestoWind
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
1
22
asked 1 month ago by Corey
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
1
21
asked 1 month ago by Doug Craig
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...
1
1
76
asked 3 months ago by Manoj Gupta
Category:
Chart Studies
Tags:
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...
0
1
42
asked 3 months ago by Leo Ortega
Category:
Chart Studies
Tags:
I'm looking for a label to display the percentage difference from yesterday's close to the high of the first bar of the day on all time frames. Any assistance would be greatly appreciated.
0
1
54
asked 4 months ago by Ralph Magro
Category:
Chart Studies
Tags:
Hi Pete, I'm trying to make the move from Street Smart to ToS and can't find some of the things I'm used to. Wondering if they are possible at all. In my daily routine one thing I use a lot is the Pre-Market price & % change. I flip through my...
0
1
76
asked 6 months ago by Tuan Pham
Category:
Chart Studies
Hi Pete, How do I show the PVR Rank 1 as bright green, 2 as a lighter green, 3 a lighter red and 4 as bright red on the chart? Thanks!
0
1
65
asked 6 months ago by John
Category:
Chart Studies
Hey Pete, I am struggling to create a simple chart script that shows the percent change from the premarket low to premarket high (4am-9:29am est) A simple chart label would work fine. An example ticker to use would be $BOF 4/24/24. Where the v...
0
1
77
asked 7 months ago by Ralph Magro
Category:
Chart Studies
I watch premarket action. But the volume is low and often non related to after open activity, plus it skews many indicators to vary from their "non extended hours" levels. Is there an easy way to turn on /off extended hours display across all charts...
0
1
39
asked 7 months ago by Mike D'Antonio
Category:
Chart Studies
Hey everyone! I am using a chart study on the 1 minute chart (that also shows extended hours trading). I am using the code below to track the highest high but I would like it not to reference the extended hours high. I’ve tried a couple different sol...