- Questions
- Strategy Guide
Votes
Answers
Views
Question
1
4
683
asked 8 years ago by C Chen
Category:
Strategy Guide
Hi! I'm new to your videos and want to thank you for your great videos which explain how to optimize TOS features! But I would like the Strategies to be able to buy whenever there is a buy signal, even if there has not been a sell signal to close out...
0
2
1256
I am unsure why this is happening. Anyone have a fix or is this just a data feed issue? See image for details. The code is below. input tradeSize = 1; input accelerationFactor = 0.1; input accelerationLimit = 0.06; Assert(accelerationFactor &...
0
5
1178
asked 8 years ago by Mike D'Antonio
Category:
Strategy Guide
I need to have orders execute once stocks from my watchlist meet certain conditions for the day. Buy when: Stock price is above yesterday’s high and the current 5-minute candle is green. Sell (the stock we just bought) when: The current 5-minute cand...
0
1
791
asked 8 years ago by Matthew Marcus
Category:
Strategy Guide
Can you please explain how I can set up a conditional order pursuant to your autotrade almost video for buying a collar with stock if the debit is .35 or better?
0
1
726
asked 8 years ago by Rey T
Category:
Strategy Guide
HELLO PETE. I AM SO GLAD I CAN POST MY PROBLEMS HERE AND GET AN ANSWER. HOW CAN I GET A 40 DAYS OUT CALL OR PUT DELTA @%50.FROM A CERTAIN OPTION CHAIN.EVER TIME FOR SOMETING LIKE AUTOTRADING.
3
1
943
asked 8 years ago by Frank Obermaier
Category:
Strategy Guide
I like the Strat_PivotRev_SlowDRevSTRATEGY (1).ts, and would like to copy it into a study, so I can use it to trade and as a bottom indicator showing buys and sells. There are a lot of statements in this strategy Thinkscript, and I have not been a...
1
3
159
asked 8 years ago by Hilario Dsouza
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
1
123
asked 8 years ago by Riccardo Trezzi
Category:
Strategy Guide
Hello, I have a strategy that can go long and short. I would like to add a condition to prevent the strategy to open a new trade if the previous one (doesn't matter if long or short) is to close, meaning within a certain number of bars. Is there a si...
0
2
260
asked 8 years ago by Riccardo Trezzi
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 ...
1
1
318
asked 8 years ago by Eric Bach
Category:
Strategy Guide
Hello - looking for some assistance on getting the Ichimoku Strategy downloaded into TOS. I was able to successfully download the Scan and Alert but the Strategy will not show up when I go to Import a new study. Is there a different link I coud try ...