- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
139
asked 4 years ago by Robert Smith
Category:
Strategy Guide
Hello Pete I had a question on Dailyopen() study, when I included that in a conditional order it shows where the entries are, but when I included that in an order, it doesn’t get executed. Attached is the chart showing order. Is there is any way to b...
0
1
74
asked 4 years ago by Master Chief
Category:
Strategy Guide
Hi Pete, Is it possible to send orders to buy different strike prices at $.5 per contract? For example using SPY, , I would like to have sent 1 instruction to buy 371Call at .5, then 370C at .5, 369C at .5 all expiring on Monday Thanks
0
1
134
asked 4 years ago by 010##101 McD
Category:
Strategy Guide
Hello. Great resources here. However, I couldn't find a solution for my issue: I built a strategy for backtesting based on a 1hour chart. I need to exit trades within the 1hr candle (intrabar/ on 5min candles for instance). Otherwise, the stop might ...
0
1
96
asked 4 years ago by Mohammed Ilyas
Category:
Strategy Guide
Hi Pete, When testing back strategies is there a way to test for specific dates or strategy between specific dates?
0
1
149
asked 4 years ago by Bat Stock
Category:
Strategy Guide
Hi Pete, Thanks for your responses for all the questions. I am looking to have the AddOrder during the first hour and also the last hour of the regular market hours. In other words, I would like to backtest my strategy during certain periods of the m...
0
1
628
asked 4 years ago by Mickey Sidhu
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...
0
1
163
asked 4 years ago by Gary Hammer
Category:
Strategy Guide
Hello, Is it possible to convert a study alert created under marketwatch to a strategy? Thank Gary H
0
1
229
asked 4 years ago by Andrew Liranzo
Category:
Strategy Guide
Tags:
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
1
187
asked 4 years ago by Andrew Liranzo
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
1
173
asked 4 years ago by Todd Manger
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...