Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
482
views
asked 5 years ago by
Category: Chart Studies
I want to be able to attach a chart bubble or arrow to a specific bar.  For example,  I want to attach a bubble to the highest high in the last 21 bars.  I use recursion to find the highest high which gives me the bar count back.  I try to drop that ...
0
votes
1
answer
124
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I would like to be able to perform a mobile average scan which indicates that an exponential average of 52 periods is not more than 2% distanced from another exponential average of 79 periods. Thanks Pete
0
votes
1
answer
41
views
asked 5 years ago by
Category: Chart Studies
Hi everyone, Great resource and thanks for your hard work, Pete! Straight to the point, is it possible on TOS to only show specific days of the week on a chart, such as Friday only?
0
votes
1
answer
210
views
asked 5 years ago by
Category: Strategy Guide
I would like to buy options on 5 min timeframe when the candle closes above vwap. the momentum should be moving up and  price  should be crossing  8 ema and DMI/ADX should be  moving up.( to go long) stop should be close below the vwap. if you can ad...
0
votes
1
answer
185
views
asked 5 years ago by
Category: Strategy Guide
I have seen most of the codes are for swings, do you have any code or indicator/strategy for day trading. Please let me know thx.  
0
votes
1
answer
722
views
asked 5 years ago by
Category: Strategy Guide
Hi All, Need help in the thinkscript code below. I'm trying to code a backtesting strategy on /ES mini, where when the Heikin Ashi candle closes above TEMA line, it should trigger buy order and once the Heikin Ashi candle closes below the TEMA, it sh...
0
votes
1
answer
181
views
asked 5 years ago by
Category: Stock Scanners
I am trying to use TOS Candle stick pattern code to scan for morning star but scan return nothing. I know I must not doing this right. Please help input length = 20; input trendSetup = 3; input bodyFactor = 0.3; Assert(bodyFactor >= 0, "'body fact...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to make the code getting idea from your recent solution. I am trying to get the signal and arrow on 30 min candle for a possible reversal. My conditions are 1- Needs a signal on the same candle when that particular candle's open ...
0
votes
1
answer
195
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Can you please write a code for two consecutive candles which creates a buy or sell alert sound signal with arrow on the second candle if the following conditions are met. 1 - First two candles fulfill higher high higher close and higher ope...
0
votes
1
answer
55
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is it possible to create a code for the textbox drawing tool so the text box keeps progressing forward as the new candles form? I am trying to input the text in the text box from which I can easily recognize the existing studies settings in ...