Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
209
views
asked 7 years ago by
Category: Watch Lists
Is there a custom column you can add to a watchlist in TOS that will show the Margin Req as shown on the right column of Monitor --> Account Statement --> Profits and Losses?
0
votes
5
answers
361
views
asked 7 years ago by
Category: Chart Studies
Pete, In regards to the ichimoku indicator, how would you plot the last given value of 'Span A' and 'Span B'? They're defined as: <pre> def "Span A" = (Tenkan[kijun_period] + Kijun[kijun_period]) / 2; def "Span B" = (Highest(high[kijun_period],...
0
votes
1
answer
1121
views
asked 7 years ago by
Category: Chart Studies
How can I encrypt my indicator so that if I export it and somebody else downloads it they will be able to use the indicator but not be able to see the script? I know a website that does this I heard they use a 3rd party software to encrypt it. I goog...
0
votes
2
answers
4614
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, I'm looking for a premarket high/low indicator .  This would greatly help my trades.  Thanks
0
votes
1
answer
3912
views
asked 7 years ago by
Category: Chart Studies
Hey Hahn, I have a lower study indicator that plots a positive or negative value. I need to add so that when the slow stochastics give a buy signal (the two lines cross, red over pink) a green up arrow is plotted where the number value is on the lowe...
0
votes
1
answer
574
views
asked 7 years ago by
Category: Strategy Guide
Tags:
How far back in time does TOS allow backtesting? I think I read it works for only the most recent year.
0
votes
1
answer
116
views
asked 7 years ago by
Category: Chart Studies
Would one be able to trade interday on TOS using the same types of strategies you discussed?
0
votes
1
answer
167
views
asked 7 years ago by
Category: Strategy Guide
Tags:
I have a question about the RSI study discussed in https://www.hahn-tech.com/thinkorswim-autotrade-almost/ You gave these formulas at time =25.26 plot exit = RSI().”RSI” crosses above 25 and low crosses below BollingerBands().”LowerBand” within 8 bar...
0
votes
1
answer
302
views
asked 7 years ago by
Category: Chart Studies
My question is this --- I just downloaded your Chart_DlyHiLo_24V2study and I was trying to do the overnight and it doesn't plot the lines.  I checked and on the sameday charts it does but all I get are the bubbles on overnight.  What I was hoping to ...
1
vote
1
answer
933
views
asked 7 years ago by
Category: Chart Studies
I am looking for the code for J. Welles Wilders ATR Bands.  He uses an ATR time period of 21 days.  The bands are calculated by adding/subtracting a multiple of (3x ATR) to the daily CLOSING price. TOS has STARCBands and I have the STARCBands set wit...