Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
77
views
asked 3 years ago by
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
364
views
asked 3 years ago by
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
121
views
asked 3 years ago by
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
331
views
asked 3 years ago by
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
119
views
asked 2 years ago by
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
107
views
asked 2 years ago by
Category: Chart Studies
Hey Pete, I found an old scan you had made that would alert when a price crossed a previous day's close (shown below). Is there a simple way to add a paintingStrategy to also mark an arrow on the chart when this occurs? Thanks for all your hard work!...
0
votes
1
answer
109
views
asked 2 years ago by
Category: Chart Studies
Hello Pete ,   I wanted to know if you could help me write a script that shows the current total volume on the day as a text (No bubble) on the close price of the current candle only.   If the volume is over 9 million, no longer display the...
0
votes
1
answer
97
views
asked 2 years ago by
Category: Chart Studies
Hi pete, This is my code for wavetrend. I did not find  previous Discussion about this indicator on your website. could you please help me to create a alert for me. If the red dot plotted below the green line means it is an uptrend. if it is plot abo...
0
votes
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
I am looking for help to create a label that pulls data from a higher buy period. For example, I want to look at the daily chart and have a label that tells me if the StochasticSlow, SlowK is greater than the StochasticSlow, SlowK from the candle be...
0
votes
1
answer
223
views
asked 2 years ago by
Category: Chart Studies
Hello Mr. Hanh Is it possible to create a Heiken Ashi Moving Average indicator for TOS charts? I am currently using one with Tradingview (but the source code is hidden) and it is good on any time frame. Is it also possible to assign colors when cross...