- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
144
views
asked 4 years ago by Eric Hughes
Category:
Chart Studies
Hello, Im trying to turn these conditions for buying and selling volume into a two line plot study that adds upon itself (recursion) that starts over each market open. im sure I can figure out the recursion part but dont know how to start the study a...
0
votes
1
answer
405
views
asked 4 years ago by Luis Lagares
Category:
Chart Studies
Hello Hahn. I'm looking for a code that triggers an alert by changing the chart screen colors when the RSI level reaches oversold/overbought levels on a 10day/30min timeframe. Is this possible? Example: RSI: overbought (70 or above); Screen chart: di...
0
votes
1
answer
173
views
asked 4 years ago by Victoria Cunningham
Category:
Chart Studies
Hello, I am new to Thinkorswim and using the condition wizard to set up an "almost" auto trade in Forex Trading. After watching your video for Thinkorswim AutoTrade Almost - Hahn-Tech, LLC I attempted to use the condition wizard to set up the paramet...
0
votes
1
answer
476
views
asked 4 years ago by S S
Category:
Chart Studies
Hello is it possible you can hemp me with the script that change color to yellow of the volume bar if the volume is over 5000000 def paintbar = volume > 500000; AssignPriceColor(if paintBar then Color.yellow else Color.Current); this chang...
0
votes
1
answer
85
views
asked 4 years ago by JR
Category:
Chart Studies
hello, is it possible to make the rsi have a zero line and range between -100 and 100 instead of 1 to 100... what would i need to do it the calculations to make it range like this? thanks for any assistance
0
votes
1
answer
896
views
asked 4 years ago by Charles Hammer
Category:
Chart Studies
I'm using SetPaintingStrategy.VALUES_BELOW in two different studies. One is the tos sequence counter and the other a custom script. The issue I have is that the numbers paint on top of each other. Is there a way to format them to not be on top...
0
votes
1
answer
106
views
asked 4 years ago by M.G.
Category:
Chart Studies
Tags:
Would it be possible to script an indicator to start at a specified time? For instance, the bollinger bands carry the effect of prior expansion, and lag to show a full squeeze as it forms. But is it possible to add options to the code to force it t...
0
votes
1
answer
100
views
asked 4 years ago by Chris Formen
Category:
Chart Studies
Hi there! I was trying to make a simple label to give me a general feel of where NQ futures are without having to go to that chart. I believe I am close on the code, but the colors/state do not seem to match. Any thoughts? Thanks! input symbol...
0
votes
1
answer
119
views
asked 4 years ago by Audrey Cornell
Category:
Chart Studies
Hi there ! I use trendline to show me the %chg between 2 points (see attachment). There's a little popup appearing when you 're about to draw trendline, with lot of useful infos. Unfortunately, it is temporary, because it disappears as soon as I pain...
0
votes
1
answer
134
views
asked 4 years ago by Ash Rotch
Category:
Chart Studies
Hello Pete, I need help creating a VWAP script with the same function as normal default VWAP. But, this modification will only display from 9:30am 10:30am and stay plotted on the chart all day only at those times. (The line will not continue) ...