- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
8
views
asked 3 days ago by Dmitriy Dim
Category:
Chart Studies
Hello, dear Pete Hahn. Thank you for your support in this direction. Plot a horizontal line from high to end chart (to right), from the 3rd penultimate Earning. perfect example :))) : (currently, Altria asset "MO". TF.: "D 1Y:1D") def bn = BarNumber(...
0
votes
1
answer
9
views
asked 1 week ago by Cccc Ffg
Category:
Chart Studies
Hello, I need help creating a simple line that draws a horizontal line 100% above the premarket low. So if the stock premarket low is $2, the line will appear at $4 dollars. -This line should extend to the right up to 9:30am market ope...
0
votes
1
answer
32
views
asked 2 months ago by BOB FORMAN
Category:
Chart Studies
Tags:
using ThinkScript how to parse this option code; IBM250228C195, to 4 strings symbol: IBM date: 250228 option: C strike: 195
1
vote
2
answers
39
views
asked 3 months ago by Thomas Joseph
Category:
Chart Studies
My code plots a line that moves up when the next pivot is higher, but moves down when the next pivot is lower. The plot should remain at the higher value when the next pivot is lower. I tried a Max statement (commented out), but that does not plot an...
0
votes
1
answer
51
views
asked 4 months ago by Stephen Hobbs
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
194
views
asked 7 months 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
votes
1
answer
73
views
asked 8 months 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
votes
1
answer
66
views
asked 8 months 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
vote
1
answer
218
views
asked 10 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
votes
1
answer
85
views
asked 10 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.