- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
votes
1
answer
222
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
128
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
114
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
370
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
85
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
210
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
119
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
59
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
168
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
110
views
Category:
Strategy Guide
Is it possible to determine Intraday volume POC for a given day programmatically? Basically want to input Symbol and Date and get the POC.
