- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
votes
1
answer
161
views
Category:
Strategy Guide
the strat below exits after RSI2 crosses above 50. instead, i'd like the strategy to exit after a user-specified number of days, 7, for example. how would you do that? thanks! input price = close; input length = 2; input rsiAverageType = AverageTy...
0
votes
1
answer
57
views
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.
0
votes
1
answer
113
views
Category:
Strategy Guide
Hello Pete: Had a question on Aggregation period. Below link shows that Tos support Tick aggregation period, but when I place the following condition in the conditional area then I get lots of reds and script isn't valid, also by default on top left ...
0
votes
1
answer
202
views
Category:
Strategy Guide
I have been able to create a ThinkScript Buy-Sell Study . It is used to create Conditional Orders. Nice thing about this study is that it allows me to view how the Buy Sell routine would have performed on the Historical Chart. The upper Chart shows ...
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
362
views
Category:
Strategy Guide
Hello. I've watched some of Pete's videos on YouTube but I just learned about this forum. I am hoping there's some way to create a conditional order in TOS based on consecutive study criteria rather than on the "All" or "Any" condition criteria that ...
0
votes
1
answer
109
views
Category:
Strategy Guide
Tags:
Do you have a review of traderspost and how it works with thinkorswim for trade automation?
0
votes
1
answer
123
views
Category:
Strategy Guide
Hello Pete, I hope you are doing well. I have tried to do study based order with TOS using HiLoActivator. Had the settings for MKT, GTC, 15 min chart, extended hours unchecked on both sides buy and sell. The set up was to open if it crosses above the...
0
votes
1
answer
209
views
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...
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 ...
