- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
votes
1
answer
91
views
asked 1 year ago by RoBro
Category:
Strategy Guide
Hi Pete, On Fridays I open a position near end of day and close it manually at market open Monday morning (with a limit order at current price). To automate this I know I can setup an advanced order condition that will "Submit at" the day and time I ...
0
votes
1
answer
90
views
asked 5 years ago by Davey Roxx
Category:
Strategy Guide
Is this a setting somewhere in the stock setting of the strategy that I'm not aware of or does this require me to modify the code of the RSI strategy to accomplish this? I would like just one buy and one sell before triggering another buy and sell.
0
votes
1
answer
86
views
asked 6 years ago by Greg Simons Jr
Category:
Strategy Guide
do yo have a script that exits a trade long or short at the end of the day? I would like to add it to a strategy on think or swim
0
votes
1
answer
80
views
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
votes
1
answer
77
views
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
votes
1
answer
77
views
asked 5 years ago by Collin Clay
Category:
Strategy Guide
Hello, Say I have multiple purchases of a stock over the day, at different prices and volumes. Can thinkscript strategies reference my weighted average position, as part of how it makes decisions for future entries/exits? (for example - averaging dow...
0
votes
1
answer
76
views
asked 7 years ago by James Green
Category:
Strategy Guide
This is complex in my head, but surely there is a simple solution. I am working on exit orders for back testing. Specifically I want to exit when one of two or more conditions presents itself first, exiting at a hard target OR when another particular...
0
votes
1
answer
76
views
asked 1 year ago by Mohammed Ilyas
Category:
Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
74
views
asked 2 years ago by Andrew Millson
Category:
Strategy Guide
Hi Pete, in a strategy is there a way to dynamically adjust tradeSize in the AddOrder function to buy as many shares/contracts as possible (or a percentage of the maximum possible) for each new order, based on net liquidity? And then sell the same nu...
0
votes
1
answer
68
views
asked 5 years ago by Neeraj Gupta
Category:
Strategy Guide
In Active Trader i see offset field reset when i enter another stock symbol but rest of the field remain same. How to keep the offset field same even after changing the stock. Note: Reset template after sending order is disabled in Application setti...