- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
72
asked 3 years ago by Ariel Chao
Category:
Chart Studies
Hi Hahn! Hope you are doing well. I was wondering if you could help me create a chart label for this criteria on thinkorswim. Green label with text "Buy" if: 8 EMA is above 50 Reverse Engineer RSI. Red label with text "Sell" if: 8 EMA is below 50 Rev...
0
1
325
asked 3 years ago by Nirav A
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...
0
1
119
asked 3 years ago by A.J. Dixon
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
1
119
asked 3 years ago by Sanjeev
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
1
119
asked 3 years ago by Ross Camrin
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
1
125
asked 3 years ago by Joey
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
1
139
asked 3 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
1
389
asked 3 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
1
148
asked 3 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
1
452
asked 3 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...