- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
124
views
asked 5 years ago by Anthony McCoy
Category:
Chart Studies
Because I rely heavily on support and resistance, I am looking for last price plot that of course will move with the current price. After days or researching for this function I am thinking I need to add this code to the platform. Any help would be a...
1
vote
1
answer
1678
views
asked 5 years ago by Ariel Chao
Category:
Chart Studies
Hello Hanh, I was wondering if it's possible to display the highs and lows number bubbles on TOS Charts? I have included a snippet for your reference. Thank you so much for your help during this difficult pandemic. God bless you and your family!
1
vote
1
answer
235
views
asked 5 years ago by Ariel Chao
Category:
Chart Studies
Hello Hahn, How are you? I was wondering if it's possible to create a study that displays the current 1) RSI amount and 2) MACD - Green or Red on the top left of the chart screen and will these values update accordingly throughout the day? I have inc...
0
votes
1
answer
97
views
asked 5 years ago by Destra L
Category:
Chart Studies
hi pete. i hope you and your family are safe and sound. i want to write a study that adds a line to price automatically. basically like a support line but its attached to the price and moves with it, so every close has a line attached to it that goes...
0
votes
1
answer
919
views
asked 5 years ago by Abe Jackson
Category:
Chart Studies
I've been searching for hours on how to do this and unlike exporting live data from TOS (ThinkorSwim) watchlist, I haven't found a way to export today's options time and sales data into excel sheet. There is no "copy to text" function as far as I can...
0
votes
1
answer
215
views
asked 5 years ago by Sundee Filka
Category:
Chart Studies
hello, i was wondering if it would be possible to create code or a study to add lines to a yearly chart for the high, low, open and close for each day. then, the more times a price is hit, the thicker or darker the lines would become. thi...
0
votes
1
answer
142
views
asked 5 years ago by PrestoWind
Category:
Chart Studies
Hi there, I'm wondering if anyone knows how to divide 2 separate issues such as /ZN divided by /YM on the TOS trading platform. Or, can it be done in excel after exporting from TOS. I'm interested in ratios, and this info would be good to have. Thank...
0
votes
1
answer
351
views
asked 5 years ago by David K
Category:
Chart Studies
The idea is to drawing the box around the overnight session, and another box to highlight the Europe or London session, to allow easy visual identification for any dentified support/resistance areas, allowing attribution to specific exhanges, for Fut...
0
votes
1
answer
158
views
asked 5 years ago by Majic Property
Category:
Chart Studies
This is hard to explain but I'll try my best to keep it simple. I have a hammer pattern I like to keep on my charts def UpperWick = high - Max(open, close); def LowerWick = Min(open, close) - low; # Length of the candle's body def CandleBody = BodyH...
1
vote
2
answers
481
views
asked 5 years ago by David K
Category:
Chart Studies
Hi Pete - I started my move over to TOS, and watched your videos on multi monitor setups - very helpful! I just started playing with thinkscript today, as I have a few studies I want to create. My first is rather simple - it is a script to show a la...