- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
206
views
asked 6 years ago by kh amin
Category:
Chart Studies
Hello, I am using a reference to a licensed study "SequenceCounter" to have a horizontal line extended to the right but it only shows at a fixed point. Is there a way to extend the horizontal line to the right? Please see attachment for details and e...
0
votes
1
answer
110
views
asked 6 years ago by Craig Habermehl
Category:
Chart Studies
Hi Pete I was hoping to get an alert added to the LRC code if the price action crosses the upper or lower 2 deviation line... input price = CLOSE; input length = 38; input beginDate = 0; input beginTime = 0; input numDevDn1 = -1.0; input numDe...
0
votes
1
answer
264
views
asked 6 years ago by Ben Sherman
Category:
Chart Studies
Hello! I am new to thinkscript and I am having trouble finding a solution for this. My question is whether or not it is possible to display this value as a % value in the bubble. The bubble displays the gain from the day's open to the day's high. The...
0
votes
1
answer
126
views
asked 6 years ago by Steve Peterson
Category:
Chart Studies
Hello Pete - thank you so much for all the great info provided here! I would like to obtain the code for a presumably simple study - (EMA+SMA)/2. The user would need to be able to enter the EMA and SMA values, and select line weight, style, color, ...
0
votes
1
answer
534
views
asked 6 years ago by J G
Category:
Chart Studies
Is it possible to search for all shared scripts for a time period (such as today, or yesterday) on tos.mx?
1
vote
1
answer
609
views
asked 6 years ago by Harinder Singh
Category:
Chart Studies
Hi Pete, How can I draw an auto line on pre-market (1st price after 4 AM ) opening price? Thanks
0
votes
1
answer
595
views
asked 6 years ago by חנן מרקו
Category:
Chart Studies
Hi This code work fine unless it is a FUTURE symbol what im missing here ? def X = if getSymbolPart(1) == "/ES" then 2700 else if getSymbol() == "SPY" then 270 else Double.NaN; plot line = X ;
0
votes
1
answer
146
views
asked 6 years ago by Juan Banderas
Category:
Chart Studies
Hello Pete, I have some code for a chart label that isn't calculating the sum total correctly for the "number of trades on the day" . The code seems to only be counting for the current 1-minute bar. I would like it to take the the sum total of...
0
votes
1
answer
334
views
asked 6 years ago by Craig Habermehl
Category:
Chart Studies
Pete I have an auto fibonacci study and was hoping to add the price and the fib level percentage to it. I would like to have it layed out the way TOS lays it out. input sideline = no; def f11 = 0.236; def f12 = 0.382; def f13 = 0.50; def f14 = 0.618...
0
votes
1
answer
183
views
asked 6 years ago by Pana Pana
Category:
Chart Studies
Hi Pete, I want to know if it's possible to create a "Chart Label" that will display the current/active net price of an option contract, let's say I have a Spread on, and I want to quickly see in the label, what the current Mark/Net Price of the spre...