Questions (2349)

Votes
Answers
Views
Question
0
votes
2
answers
166
views
asked 7 years ago by
Category: Strategy Guide
So I am not sure if this can be done but I have Full time job and cant always get into trades from my alerts. I currently trade Forex, crude oil and nat gas off the ichimoku. I would love to be able to enter a trade at the alert(Chart alerts and scan...
0
votes
1
answer
114
views
asked 7 years ago by
Category: Watch Lists
Pete You recently wrote me code to color the background color of watch list based on MACD.  The settings I use are 5,10,6 For a while now I have notice that many times the background color does not match the settings. I cannot figure out why.  Many t...
0
votes
1
answer
160
views
asked 7 years ago by
Category: Chart Studies
I was wondering if there is a way to overlay a higher time frame chart over a smaller one.  So could I overlay a 1 hour chart over a 15 minute chart?  Not technically over it because I need to see both but you get what I mean.  Or could I plot highs ...
0
votes
1
answer
714
views
asked 7 years ago by
Hi Hanh, using your TTM Trend sound alert as https://www.hahn-tech.com/thinkorswim-alert-ttm-trend/ will not make the price bars being painted red blue, even though i have changed your line 4 from DEF upTrend = TTM_Trend(compBars, paintBars).TrendUp;...
0
votes
4
answers
999
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Giving by the topic, I assume you know the headaches involved in my question.  However, I think I am able to answer some of your questions & also found a study online that partially works, but need your help translating it.  Ill try to a...
0
votes
2
answers
347
views
asked 7 years ago by
Category: Stock Scanners
I have this chart indicator that I would like to turn into a scan. Based on your previous answer I changed the "Plot" to "Def" and removed references to colors. But when I run Scan the screen is blank and no stocks show up. I am looking to add a Scan...
0
votes
1
answer
133
views
asked 7 years ago by
Category: Chart Studies
Hi, I saw your post on creating a MTF MACD. Good stuff! This works great if the MACD is implemented for each time frame. Could you tell if it is possible to add a Licensed Studies in TOS and use secondary aggregation of any of those studies in our cu...
0
votes
1
answer
168
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
342
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
1086
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...