Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
54
views
asked 4 months ago by
Category: Strategy Guide
Hi, thank you for your YouTube video on semi-automated roundtrips using conditional orders referencing studies. May I ask if it's possible to not just reference a study, but pass a parameter from a study (or even a strategy) to a conditional order? f...
0
votes
1
answer
52
views
asked 1 year ago by
Category: Strategy Guide
Do you have a review of traderspost and how it works with thinkorswim for trade automation?
0
votes
1
answer
51
views
asked 1 year ago by
Category: Strategy Guide
Is there anything wrong with below script that is not working with conditional order? declare lower; def delta = close(period = aggregationPeriod.FIVE_MIN) - close(period = aggregationPeriod.FIVE_MIN)[1]; def deltaClose = deltaClose[1] + delta; def p...
1
vote
1
answer
48
views
asked 8 months ago by
Category: Strategy Guide
Backtesting a strategy. Entry indicators (arrows up/down) are correct timing for entries based on desired conditions. When backtesting using AddOrder to buy (what I desired to buy is when the actual condition occurs) the entry and exits are one candl...
0
votes
1
answer
46
views
asked 7 years ago by
Category: Strategy Guide
Hello. I am interested in whether there is an opportunity in thinkorswim to set a certain limit on the number of trades during one trading session. For example, the strategy makes five trades during session, but only the first three must be done. How...
0
votes
1
answer
45
views
asked 4 years ago by
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...
0
votes
1
answer
42
views
asked 4 years ago by
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
41
views
asked 3 months ago by
Category: Strategy Guide
Hello, Pete and everyone else! I tried to get Opera Aria to write me a trading bot code in thinkscript but it doesn't have that function. It did it in Pine Script, C++, and Javascript, but no Thinkscript. I am wondering if any of you programmers coul...
0
votes
1
answer
37
views
asked 7 months ago by
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
31
views
asked 2 years ago by
Category: Strategy Guide
hello Pete . I don't know how to make a strategy to buy 3 strikes otm calendar in case of a 3 moving average cross over. thanks for help.