Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
107
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete, Is it possible to write a VWAP strategy on the chart when a 5-minute bar closes above/below it? It would also be nice to show the return % in a lower study on an exit when a bar closes below the previous bar on a bullish cross and vice versa...
0
votes
1
answer
971
views
asked 5 years ago by
Category: Chart Studies
Hello, I am interested in seeing the true accuracy of the ZigZag HighLow study. I am aware it repaints but looking at the code I wasn't able to decipher where exactly it repaints. I have two questions: Is it possible to tweak the study so it will not...
1
vote
1
answer
240
views
asked 5 years ago by
Category: Chart Studies
Hi, do you know if there's a simple way to check the symbol of a traded instrument and tell that is a future in ToS? I was thinking to do a quick check on the symbol name and check if that contains the typical / ToS uses for futures but think script ...
2
votes
2
answers
122
views
asked 5 years ago by
Category: Chart Studies
I’m trying to calculate the Extended Hours %Change (from 4PM to now, assuming we are in an extended hours market, until 9:30AM, from which the %Change number won't change anymore until the close of the session at 4PM) using a 5 minutes aggregation. I...
0
votes
1
answer
176
views
asked 5 years ago by
Category: Stock Scanners
I'm scanning using the directions here:   https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/   My question is this, it tells you to use the code up top for the 2 longer term timeframes and that produces a scan for a macd curling UP.  The ...
0
votes
1
answer
96
views
asked 5 years ago by
i have a study alert set up for price crossing 50sma in 10 min chart. but i receive too many email alerts at the time of crossing. can i limit it to just one alert per cross or may be turn it off for 15 mins (like TC2000) but i want to continue recei...
1
vote
1
answer
118
views
asked 5 years ago by
Category: Chart Studies
Does anybody know how to get in a Custom Column the same colors (Red and Green) used by ToS in the pre-coded columns (e.g. Net Change, %Change, etc.) -  see attached screenshot, both the Red and Green are different. I also copy my code for one of the...
0
votes
1
answer
138
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I was looking into one of your answers in this thread. Link: https://www.hahn-tech.com/ans/candles-sticks-that-change-color-with-heavy-volume/ Is it possible to have a scan based on that script/logic?. I tried with a "plot scan = paintBar;" ...
0
votes
1
answer
100
views
asked 5 years ago by
Category: Chart Studies
Hi, I am new to custom think scripts.  I am trying to make my "inside" candles appear yellow on my chart.  In other words, if the candle closes without ever exceeding the absolute highs and lows of the previous candle, I would like that "inside" cand...
0
votes
1
answer
674
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete. First I just want to offer a sincere thank you for this great resource, for your generosity, and for all you do for the community. You are to be commended sir. Now on to my question. I'm in the process of learning how to code while at the sa...