Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
48
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! The ATRTrailingstop study displays a colored bubble in the price axis which highlights the price of the current trailing stop. One color for buy and another color for sell. In the attached example (which is a 1range area chart) the current '...
1
vote
1
answer
48
views
asked 10 months ago by
Category: Strategy Guide
Backtesting a strategy. Entry indicators (arrows up/down) are correct timing for entries based on desired conditions. When backtesting using AddOrder to buy (what I desired to buy is when the actual condition occurs) the entry and exits are one candl...
0
votes
1
answer
47
views
asked 6 years ago by
Category: Watch Lists
I was able to update a column on a watchlist to add a label and background color based on the closing price being above or below the 34 ema. Here is the code I am using: plot data = close ; def MovAvgExponentia1 = ExpAverage(close, 34 ); AddLabel(yes...
0
votes
1
answer
47
views
asked 4 years ago by
Category: Chart Studies
If you look at the price levels on the right hand side of the screen it will include a bubble with that level. In order to not see that bubble, you have to go to the sprocket for that indicator that I have above and deselect show bubble. My goal is t...
0
votes
1
answer
47
views
asked 3 years ago by
Category: Chart Studies
Hi Peter, I wanted to know if you know if it's possible to access a variable from another custom study. I need to access a variable that is on the daily time frame, but use it in a calculation on the minute chart. I've tried the method of changing th...
0
votes
1
answer
47
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I need help creating a simple chart label Condition 1 find % change from yesterdays close to todays high (include premarket) Calculate the mean  ((yesterdays close+todays high)/2)) Find the % change from todays high of day to the mean. Pl...
0
votes
1
answer
46
views
asked 7 years ago by
Category: Strategy Guide
Hello. I am interested in whether there is an opportunity in thinkorswim to set a certain limit on the number of trades during one trading session. For example, the strategy makes five trades during session, but only the first three must be done. How...
0
votes
1
answer
46
views
asked 7 years ago by
Category: Chart Studies
Hahn, I have learned bundles of information from your website. I genuinely appreciate all that you do! I am having a lot of trouble figuring this study out though.   In the screenshot below, there are blue bars and purple bars. For this example,...
0
votes
1
answer
46
views
asked 4 years ago by
Category: Watch Lists
Hi Peter, Thanks for your contributions on this forum. Let's say AAPL is currently trading at $370 and call option for $387.5 is at $3 and the call option option for $390 is at $2. Is there a way to display a column in watchlist showing $1 as the dif...
1
vote
1
answer
46
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn! I wanted to make an indicator similar to the dailySMA wherein only the current bar's SMA (close aggregationperiod = day) will have a horizontal line extending throughout the month (line aggregationperiod = month). I can only show the curr...