Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
268
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, I converted the Squeeze Scanner provided by you into a strategy after watching both the Strategy guide videos. I downloaded and analysed the readymade strategies you provided, and they worked fine. However, the Squeeze scanner turns the char...
0
votes
1
answer
260
views
asked 4 years ago by
Category: Strategy Guide
Hi, TOS, is it possible to code a conditional order based on multiple time frame. Like if daily ema cross and hourly ema cross in favor then go long on a ema cross on a 5min chart. Thanks in advance.
0
votes
1
answer
259
views
asked 5 years ago by
Category: Strategy Guide
Pete Would you write the code that, using the AUTO BUY function in TOS Backtester, that buys (near the close) 7 days (calendar) and AUTO SELL 1 day before earnings. I have tried multiple times but been unsuccessful.  Thanks much
1
vote
1
answer
257
views
asked 8 years ago by
Category: Strategy Guide
And if not, is there an easy way to incorporate commission costs in the analysis?
0
votes
1
answer
256
views
asked 5 years ago by
Category: Strategy Guide
Hi, I am trying to make a very a basic strategy but I am getting a Expected Double Error on my AddOrder(). I am new to this so my apologies if I made a novice mistake. <pre></pre> # dependent upon contract traded def tick_size = .25; # pl...
0
votes
1
answer
255
views
asked 4 years ago by
Category: Strategy Guide
♥ 1
I am trying to create a conditional order based off this https://usethinkscript.com/threads/bollinger-bands-and-stochastic-scalping-indicator-for-thinkorswim.6/ ----- input tradeSize = 100; def signal = close is less than or equal to BollingerBands()...
1
vote
2
answers
251
views
asked 6 years ago by
Category: Strategy Guide
Hello Pete I'm a bit confused as how this order gets executed, (attached is the pic) since those 2 statements, BUY_TO_OPEN and then SELL_TO_CLOSE, seems to be opening a position based on the when the signal's condition is met and then same for exitin...
0
votes
1
answer
247
views
asked 5 years ago by
Category: Strategy Guide
Hi, I'm having grief building a conditional order to sell when RSI of daily aggregation > 55. That much is pretty easy; this code will do it: input RSIlength = 4; input exitScore = 55; input RSIavg = AverageType.WILDERS; def price = close; def Net...
0
votes
2
answers
245
views
asked 8 years ago by
Category: Strategy Guide
Hello Pete, A quick question, if I may. I know that fully automated trading is not possible with Thinkorswim. At the moment, I submit a conditional order (thanks again to your great videos - I also made a donation today as a sign of gratitude), each ...
0
votes
2
answers
245
views
asked 7 years ago by
Category: Strategy Guide
Hi Pete, I was reviewing the ichimoku strategy, is there a way the change the exit from parabolic SAR to ATR trailing stop? I attached a link to the Ichimoku strategy for reference. https://www.hahn-tech.com/thinkorswim-strategy-ichimoku/ Thank you
1 5 6 7 8 9 20