- Questions
- Chart Studies
Votes
Answers
Views
Question
1
3
1051
asked 7 years ago by TJ D
Category:
Chart Studies
Hi Pete, Hope you could help, TOS has a Mansfield study (SPX), is there a way to compare stocks to their industries and not the SPX automatically. Thank you for all your help and eduction
0
1
5516
asked 7 years ago by Eric Bach
Category:
Chart Studies
Hello - I am looking to get an indicator onto my TOS that shows Order Flow - either in a study or overlay on the charts, in particular in trading /NG & /CL - to configure number bars (footprint) ; finding Buy/Sell imbalances using a type of Bar s...
0
1
126
asked 7 years ago by Anil Nandam
Category:
Chart Studies
Hello, I am new to trading and have been following your youtube channel and studies to learn and doing paper trading. I have a quick question on the "OnBalanceVolume" study in the TOS platform. I am plotting the value of this study as OnBalanc...
0
1
127
asked 7 years ago by Yeltsin chapina
Category:
Chart Studies
To make things easier for me to testa strategies i want to highlight every 930 am bar with a different color or a symbol of some sort identifying the 930 am bar.How would i go about doing that?
0
1
293
asked 7 years ago by Master Blaster
Category:
Chart Studies
How do I get the MACD_Mod with the Thinkorswim MTF MACD Indicator?
0
1
3090
asked 7 years ago by Andrew Lane
Category:
Chart Studies
I assume not, but I need confirmation since you can in the Conditional Wizard TS Editor These coded lines seem to work in referencing studies- all using TOS proprietary studies. def Varb = SimpleMovngAvg(close,34)> 0; # works fine def ...
0
1
545
asked 7 years ago by Andrew Lane
Category:
Chart Studies
Here is the code in its simplest form: This will work fine if the 1 minute timeframe is not specified. You will see up arrow in many places. So how do you compose a boolean variable based on elements from a different timeframe in such a manner...
0
1
371
asked 7 years ago by John Benson
Category:
Chart Studies
So I am trying to recreate your KBB squeeze for TOS and believe I have it, but I am getting slightly different reading than the proprietary alert that is already built into TOS, TTM_Squeeze(price, length, nK, nBB, alertLine).SqueezeAlert To be more s...
0
1
771
asked 7 years ago by Kyle Maki
Category:
Chart Studies
Hello Hahn, thank you for your videos. I am using them to teach my teenager the art of stock trading. In ThinkorSwim I am trying to create a scan using RSI + MACD HIstogram but then add a Study Filter for stocks that have a BUY Analyst Rating such as...
0
3
7087
asked 7 years ago by Andrew Lane
Category:
Chart Studies
My example is def VAOPerigee= if (AWESOMEOSCILLATOR().AO[0] > AWESOMEOSCILLATOR().AO[1]) && (AWESOMEOSCILLATOR().AO[1]<=AWESOMEOSCILLATOR().AO[2]) && (AWESOMEOSCILLATOR().AO[3] >AWESOMEOSCILLATOR().AO[2]) && AWESOMEO...