Strategy Guide (194)

Votes
Answers
Views
Question
0
votes
1
answer
102
views
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
94
views
Category: Strategy Guide
Good Evening, I have spent countless hours looking for how to set time parameters for my strategy and I just cannot seem to locate what I need.  I want my strategy to only look at candles starting with the open of the trading day.  As of now my strat...
0
votes
1
answer
94
views
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
90
views
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
89
views
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
85
views
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
83
views
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
82
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
78
views
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
72
views
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...