Strategy Guide (197)

Votes
Answers
Views
Question
0
votes
1
answer
32
views
Category: Strategy Guide
Hi Pete, I promise this will be my last question as this will determine if I keep using Thinkorswim or have to switch to something else. I've been trying to automate closing my positions based on the ProfitTargetLX/SX and StopLossLX/SX strategies. I ...
0
votes
1
answer
15
views
Category: Strategy Guide
Firstly thank you Pete for answering my previous question! I am testing on paper money a conditional round trip order in Forex. Buy to Open was on Friday, but on Saturday afternoon (thinkorswim maintenance period I assume), the linked Sell to Close o...
0
votes
1
answer
24
views
Category: Strategy Guide
Hi Hahn, thanks for the awesome tutorials especially "autotrade almost"! I put the strategy "SimpleTrendChannel" ( https://toslc.thinkorswim.com/center/reference/Tech-Indicators/strategies/R-S/SimpleTrendChannel ) on the EUR/USD 1hour chart, but when...
1
vote
2
answers
90
views
Category: Strategy Guide
Keltner /atr conditional order code below working well before today.  See anything wrong?  Photo shows orders placed yesterday but not filled today.  ToS support had no idea why. declare weak_volume_dependency; input displace = 0; input factor = 1.5;...
0
votes
1
answer
178
views
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
95
views
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
293
views
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
181
views
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
106
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 ...
1
vote
1
answer
169
views
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...
1 2 3 20