Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
20
views
asked 2 weeks ago by
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
22
views
asked 1 month 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
21
views
asked 1 month 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...
1
vote
1
answer
76
views
asked 3 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...
0
votes
1
answer
42
views
asked 3 months ago by
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
votes
1
answer
54
views
asked 4 months ago by
Category: Chart Studies
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
votes
1
answer
76
views
asked 6 months ago by
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
votes
1
answer
65
views
asked 6 months ago by
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
votes
1
answer
77
views
asked 7 months ago by
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
votes
1
answer
39
views
asked 7 months ago by
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...
1 2 3 75