Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
771
views
asked 7 years ago by
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
votes
5
answers
1110
views
asked 7 years ago by
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
votes
2
answers
1209
views
asked 7 years ago by
Category: Strategy Guide
♥ 1
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
votes
0
answers
87
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
Hi, I am new in thinkscript. I know there is AddOrder function to add an order. If I want to abort the order that has been made, how to abort the order ? I can't find AbortOrder function.
0
votes
0
answers
114
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
I set up a conditional order in the Paper Trade system and it worked well from what I can tell. I also had that buy order trigger a sell order. Is there a way to set up a conditional sell order based on the buy order that triggered it? For example, I...
0
votes
0
answers
816
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
Trying to make study to buy once the macd has a bullish cross, but only if the RSI was recently oversold in the last few candles. It would be nice the reverse the position once its overbought too. Thanks Pete!
0
votes
0
answers
296
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
hey Pete,  Based on this simple script below def exit = 1;  I need your help to make this simple command work,  in which from the time of 15:54 until 16:00 the exit will be equal to zero   I still have not found a way to translate this into Thinkscri...
0
votes
2
answers
667
views
asked 7 years ago by
Category: Strategy Guide
If you wanted to scan all US Stocks and automatically enter a position in the first stock that met your strategy or criteria, would you be able to do this in thinkorswim? Since looking at your videos we know it is possible to almost place an automate...
0
votes
1
answer
159
views
asked 7 years ago by
Category: Strategy Guide
Example: TTM_squeeze fires let stop at entry low of entry.
0
votes
5
answers
473
views
asked 7 years ago by
Category: Strategy Guide
Hi Hahn, HOPE ALL IS WELL! Just watched your "Introduction to Strategies" video & I must say all your commentary regarding "you might be thinking" was exactly what I was thinking. LOL.  Great teacher! I have a 4x  questions that I was hoping you ...