Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 4 years ago by
Category: Strategy Guide
Pete, could you show how to enter an intraday conditional buy stop order at high of day when price crosses bollinger high within 2 previous bars after 12 pm est?
0
votes
1
answer
43
views
asked 4 years ago by
Category: Strategy Guide
Hello, Say I have multiple purchases of a stock over the day, at different prices and volumes. Can thinkscript strategies reference my weighted average position, as part of how it makes decisions for future entries/exits? (for example - averaging dow...
0
votes
1
answer
170
views
asked 4 years ago by
Category: Strategy Guide
Sir, I used your code from another post to attempt to create a strategy based on Heiken Ashi.   I would like to buy to open on the second green bar, and sell to close on the first following red bar.  And conversely to sell to open on the second red b...
0
votes
1
answer
254
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()...
0
votes
1
answer
427
views
asked 4 years ago by
Category: Strategy Guide
Strategy to buy on open of Monday or first trading day of the week then sell at % gain dictated by user input Hello Pete, I recently watched your "Thinkorswim Strategy Guide" youtube video. I've been trying to search in vain for a way to create a str...
0
votes
1
answer
151
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
172
views
asked 3 years ago by
Category: Strategy Guide
I have been trying to figure out how to create a strategy that triggers everytime bollinger bands breakout relative to that of a contraction period, where the bollinger bands contract then as significant moves are made they begin to expand. How would...
0
votes
1
answer
210
views
asked 3 years ago by
Category: Strategy Guide
Sorry if its a bit much.... Just finished building a strategy only thing left is to set up how many lots i would like to trade (FX) with it, and I dont know how to begin with that. This is my buy code: (I defined it too) addOrder(OrderType.BUY_TO_OPE...
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
580
views
asked 3 years ago by
Category: Strategy Guide
Hi, I am trying to add a custom strategy using the following thinkscript. Buy when the C Wave turns Cyan (expansion) above zero and sell when you get a blue (contraction) C Wave bar.  Can you tell me what code needs to be added so that it only execte...