Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
87
views
asked 4 years ago by
Category: Strategy Guide
Good afternoon, Hope everyone is staying safe!  I've been trying to build a new AddOrder so that I'm completely cash at the end of the day if my indicator is "in" open orders that need to be closed, no matter the side.  I've included the current code...
0
votes
1
answer
85
views
asked 4 years ago by
Category: Strategy Guide
Is this a setting somewhere in the stock setting of the strategy that I'm not aware of or does this require me to modify the code of the RSI strategy to accomplish this?  I would like just one buy and one sell before triggering another buy and sell.
0
votes
1
answer
85
views
asked 4 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
84
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, The following  if then statement contains two conditions and it's not working. It's probably a beginner error :). I want buy order if close is < SMA 150 with SMA 10  rising in the last period. This is what i wrote: def scan = (if close &l...
0
votes
1
answer
81
views
asked 3 years ago by
Category: Strategy Guide
Pete, Love what your doing and have watched your videos!  I finally came her to ask a question that TD cannot answer for me.  When I put through a conditional order to buy a stock, it cuts off my thinkscript code to only include the first 170 charact...
0
votes
1
answer
80
views
asked 4 years ago by
Category: Strategy Guide
Pete, I have a few questions and I apologize if this is the wrong feed.   First question I set up the bollinger/rsi buy and sell strat for auto trading in paper trade and nothing was traded even though indicators were going off?  Secondly on the Kelt...
0
votes
1
answer
75
views
asked 7 years ago by
Category: Strategy Guide
How do I refresh a conditional order after its completion? As well as, since the order is a sequence, will it refresh itself after the first order is carried out, or after the entire sequence? Thanks!
0
votes
1
answer
74
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete Hahn,   Once again, great site, videos and overall content!! I have a question.   I have created a script (or, to put it mildly, copied and cobbled a script together using your help!) that does Dollar Cost Average over the time fram...
0
votes
1
answer
73
views
asked 2 years ago by
Category: Strategy Guide
Is it possible to determine Intraday volume POC for a given day programmatically? Basically want to input Symbol and Date and get the POC.
1
vote
1
answer
69
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Been following you for a while, watching your videos multiple times. Wanted to pick you brain. Looking to create a strategy for Dollar Cost Averaging (buying a certain number of stocks every so often) but couldn't find a simple way of doing ...
1 15 16 17