Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
139
views
asked 4 years ago by
Category: Strategy Guide
I just watched your video,  Thinkorswim Strategy Guide on youtube (Aug. 8, 2015). I never saw the attached file. It mentioned that it was on the Google drive. Is there a way that I can get the file that goes with that video?  
0
votes
1
answer
122
views
asked 4 years ago by
Category: Strategy Guide
I have a customer order template saved that is has few conditions. Saves well and also can trigger order just fine the first time based on the conditions correctly. The next time when I use the saved custom order template, what I notice is that it re...
0
votes
1
answer
157
views
asked 4 years ago by
Category: Strategy Guide
Conditional orders with study do not trigger in ONDEMAND mode. Is this normal? Also, in ONDEMAND mode we cannot go into  conditional wizard to enter studies. Is this normal?
0
votes
1
answer
94
views
asked 4 years ago by
Category: Strategy Guide
Hi, So, how to set the conditional order to not stop after the firs trigger? Can we set it such that it will keep triggering orders until we manually stop or set another condition for stop? Thanks! Andrew
0
votes
1
answer
320
views
asked 4 years ago by
Category: Strategy Guide
Hi Despite reading all the related material on Internet and ToS, I am having trouble understanding and executing orders on ToS. Basically I want to execute a long position. So I enter a Buy order for for 254.40 with OCO so that there is stop limit or...
0
votes
1
answer
503
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Thanks for all the great resources.  I am new to thinkscript and have been working on a EMA cross strategy in TOS that I have pieced together from several different resources online.  Below is the entire script: input tradeSize = 100; def si...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Strategy Guide
  Hi Pete, Never work on candles before, looking to add this as a condition and doesn’t know how to code it. It’s a strategy with 3 up candles out of 4, meaning the close would be higher than open. One candle doesn’t need to be higher than the o...
0
votes
1
answer
68
views
asked 4 years ago by
Category: Strategy Guide
Good Evening, I have spent countless hours looking for how to set time parameters for my strategy and I just cannot seem to locate what I need.  I want my strategy to only look at candles starting with the open of the trading day.  As of now my strat...
0
votes
2
answers
396
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete After watching your video on Strategy and semi-auto videos, I wanted to use it to conditionally close a sell order purchased earlier,  if  by the end of the day, the ROC < 50 or  if there was a small profit . I have the following code. I d...
0
votes
1
answer
129
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Awhile ago you gave the code for a relative strength moving average. https://www.hahn-tech.com/ans/reference-an-indicator-dataset/ I'm trying to use it as a strategy and I'm not getting any buy order. Did I forget someting ? Of course, enabl...