- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
votes
1
answer
173
views
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
208
views
Category:
Strategy Guide
I use a simple strategy where in an uptrend if an inside bar appears I buy the break of the top of that bar on the next candle. I then put my stop loss at the bottom of the inside bar and create a price target equal to the size of the inside bar abo...
0
votes
1
answer
126
views
Category:
Strategy Guide
Hi Pete, The following if then statement contains two conditions and it's not working. It's probably a beginner error :). I want buy order if close is < SMA 150 with SMA 10 rising in the last period. This is what i wrote: def scan = (if close &l...
0
votes
1
answer
196
views
Category:
Strategy Guide
I've had some good luck poking around in here but am having trouble adapting my strategy code. Some background of a similar dummy strategy: Entry Conditions (if ANY of the following is valid): Daily 50SMA crossed above 200SMA OR Daily 50SMA > Dail...
0
votes
1
answer
121
views
Category:
Strategy Guide
Hi Pete, Do you know if there is a way to add a date range to a strategy for execution of orders and backtesting? Example: Oil goes up every year sometime between January 1 and February 15th. I would like to have this date range as part of a strategy...
0
votes
1
answer
762
views
Category:
Strategy Guide
Hello all, I've been doing some backtesting on the "MovAvgStrat" that comes with the ToS platform, but I'd like to be able to displace the MA in addition to being able to set the length. I attempted to create my own script with copy and pasting the o...
0
votes
1
answer
108
views
Category:
Strategy Guide
A prior post asked about generating alerts indicating time and price for a specific, individual underlying based on trade signals generated by a strategy. I have a strategy from which I would like to create real orders. Could this be done by converti...
0
votes
1
answer
89
views
Category:
Strategy Guide
Im having some issues backtesting a basic ADX-Stochastic strategy. When running it for some reason some of the orders are going through at price of $1. Any help is appreciated. Thanks
0
votes
1
answer
181
views
Category:
Strategy Guide
I have tried to code PSAR_LE and PSAR_SE based on the ParabolicSARCrossover Study. However, when it plots on the chart, the entire chart data gets compressed. Can you provide the sample code for such a strategy. The ParabolicSARCrossover Code is as f...
0
votes
1
answer
465
views
Category:
Strategy Guide
Thinkorswim has a study on Bollinger upper and lower band crossovers for short and long entries, but not for the Midline. I have been trying to code a strategy on the 4hr chart. Each time a 4 hr bearish candle crosses and closes below the Bollinger B...
