Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
154
views
asked 4 years ago by
Category: Strategy Guide
I was looking for help understanding the default Donchian Strategy Script in TOS:  Specifically what the atrFactor and atrStopFactor represent or are designed to do. input entryLength = 40; input exitLength = 15; input atrLength = 20; input atrFactor...
0
votes
1
answer
153
views
asked 4 years ago by
Category: Strategy Guide
I use a simple strategy where in an uptrend if an inside bar appears I buy the break of the top of that bar on the next candle.  I then put my stop loss at the bottom of the inside bar and create a price target equal to the size of the inside bar abo...
1
vote
3
answers
152
views
asked 8 years ago by
Category: Strategy Guide
Hi Pete, Thanks for the video and the code at https://www.hahn-tech.com/thinkorswim-autotrade-almost/ I copied the code (from the strategy template) and pasted it into a new study on a 2 min time chart for /TF, but I do not see any orders show up on ...
0
votes
2
answers
152
views
asked 6 years ago by
Category: Strategy Guide
On your thinkorswim auto trade almost in the comment section you stated that there was an option that you can check that will cause the conditional order to automatically regenerate after it has been trigger. Have you posted anything to cover that, i...
0
votes
1
answer
152
views
asked 4 years ago by
Category: Strategy Guide
Hello Pete, I am backtesting a strategy using ThinkorSwim. The strategy is such that when a condition is satisfied at the open of the current bar (period), a buy order is placed at the same time. When the strategy is inspected visually, the graph sho...
0
votes
1
answer
147
views
asked 3 years ago by
Category: Strategy Guide
Hello, Is it possible to convert a study alert created under marketwatch to a strategy?  Thank Gary H  
0
votes
1
answer
143
views
asked 3 years ago by
Category: Strategy Guide
If I use, say, a daily MACD strategy that's true at, say, 3:50 pm, can some code get it to buy before end-of-day instead of at the next day's opening?  (Idea comes from: https://www.quantifiedstrategies.com/does-the-macd-indicator-work/)
0
votes
1
answer
143
views
asked 1 year ago by
Category: Strategy Guide
I have been able to create a ThinkScript Buy-Sell Study . It is used to create Conditional Orders.  Nice thing about this study is that it allows me to view how the Buy Sell routine would have performed on the Historical Chart. The upper Chart shows ...
0
votes
1
answer
142
views
asked 4 years ago by
Category: Strategy Guide
Is there a script or Hot key where we can place a buy/sell order where we click on chart like when we do right click on chart then a menu appears with various option for BUY/SELL and the price would be same as place where you did right click?
0
votes
1
answer
142
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, Thanks for your responses for all the questions. I am looking to have the AddOrder during the first hour and also the last hour of the regular market hours. In other words, I would like to backtest my strategy during certain periods of the m...