- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
97
asked 5 years ago by Justin Madigan
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
1
650
asked 5 years ago by Andrew Long
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
1
94
asked 5 years ago by D Man
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
1
70
asked 5 years ago by Ben Gollnick
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
1
148
asked 5 years ago by [email protected]
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
1
389
asked 5 years ago by [email protected]
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...
0
1
1948
asked 5 years ago by Ben Gollnick
Category:
Strategy Guide
I am wondering if it is possible to predefine entry price based on signal. That is I want to be able to define what the floating P/L is then be able to have a sell order condition for a % trailing stop based on last highest price. I am using the code...
0
1
177
asked 5 years ago by Mason Barnard
Category:
Strategy Guide
hello, i've made a strategy for premarket high break with a trailing exit and stop. It works well, but now i would like to add unusual volume to the entry criteria. So basically go long on @premarket high if todays volume is => than 5% average dai...
0
1
289
asked 5 years ago by dharmendra kumar
Category:
Strategy Guide
Hi, TOS, is it possible to code a conditional order based on multiple time frame. Like if daily ema cross and hourly ema cross in favor then go long on a ema cross on a 5min chart. Thanks in advance.
0
1
422
asked 5 years ago by Caleb Curtis
Category:
Strategy Guide
Hi Pete, Begginer with Thinkcript here. I'm wondering if I am missing something. It seems like there should be a simple Thinkscript function that returns the number of trades executed by given strategy? I'm looking to build quick graphic feedback on ...