Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
7
views
asked 2 days ago by
Category: Strategy Guide
Hey Pete! I was having trouble posting this, so I'm not certain if this is the right section. From your videos, I know recursion is a no-no for Thinkorswim's custom code order conditions. Is there any way to reference today's high of the day without ...
0
votes
1
answer
13
views
asked 1 month ago by
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
313
views
asked 5 years ago by
Category: Strategy Guide
Pete, Is it possible to only use the Parabolic SAR to setup a conditional order? I keep receiving an error "No such function: ParabolicSAR at 1:1". Is this something ThinkorSwim specific to not allow the Parabolic SAR? If so, are there any work aroun...
0
votes
1
answer
37
views
asked 2 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
53
views
asked 3 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
32
views
asked 6 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 ...
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
41
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...
0
votes
1
answer
51
views
asked 1 year 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
51
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?
1 2 3 11