Strategy Guide (190)

Votes
Answers
Views
Question
0
votes
1
answer
13
views
asked 2 weeks 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 ...
1
vote
1
answer
24
views
asked 1 month 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
18
views
asked 5 months 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...
0
votes
1
answer
34
views
asked 5 months ago by
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
42
views
asked 6 months 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
81
views
asked 9 months ago by
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
29
views
asked 11 months ago by
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
115
views
asked 1 year ago by
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
39
views
asked 1 year ago by
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
26
views
asked 1 year 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.
1 2 3 19