Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
133
views
asked 3 years ago by
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
votes
1
answer
65
views
asked 3 years ago by
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
votes
1
answer
111
views
asked 3 years ago by
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
votes
1
answer
84
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, When testing back strategies is there a way to test for specific dates or strategy between specific dates?
0
votes
1
answer
140
views
asked 3 years ago by
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
votes
1
answer
573
views
asked 3 years ago by
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
votes
1
answer
144
views
asked 3 years ago by
Category: Strategy Guide
Hello, Is it possible to convert a study alert created under marketwatch to a strategy?  Thank Gary H  
0
votes
1
answer
205
views
asked 3 years ago by
Category: Strategy Guide
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
votes
1
answer
170
views
asked 3 years ago by
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
votes
1
answer
146
views
asked 3 years ago by
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...