- Questions
- Strategy Guide
Votes
Answers
Views
Question
0
1
293
asked 3 years ago by Joe Sumner
Category:
Strategy Guide
Mr Hahn, I am hoping you can help me figure out why my conditional orders are not triggering for TOS. I am trying 2 different types in my live account (for a small amount) until I can get it working. I am using the MACD standard crossover from negati...
0
1
376
asked 3 years ago by RICHARD KINGSLEY
Category:
Strategy Guide
Hi Pete, Hope you're doing well. I have my entry order figured out, but im having a hard time figuring out how to create an auto trade script exit order with bracket order on TOS that will tell the system to exit/ close my position either to exit for...
0
1
892
asked 3 years ago by Roy K
Category:
Strategy Guide
Hi I am wondering if it is possible to use thinkscript to close all my open positions when my "Net Liquidation" falls to a certain value ? So its like thinkscript will loop through all my open orders, if its a buy order, then sell at market. And if i...
0
1
149
asked 3 years ago by Erik Linter
Category:
Strategy Guide
If I use, say, a daily MACD strategy that's true at, say, 3:50 pm, can some code get it to buy before end-of-day instead of at the next day's opening? (Idea comes from: https://www.quantifiedstrategies.com/does-the-macd-indicator-work/)
0
1
159
asked 3 years ago by RICHARD KINGSLEY
Category:
Strategy Guide
Hi Pete, I'm a day trader. I need help creating a script or conditional order on ToS to automatically close out any position I have open before market close. Sometimes I'm not available to manually close out those position and I don't want to hold my...
0
1
192
asked 3 years ago by Kevin Jablonski
Category:
Strategy Guide
I am attempting to create a strategy similar to one I saw on youtube (open source). It plots the most recent HH (resets after x bars (say 10) to most recent HH and a possible Entry Price (= L (of the candle w/HH) - 2 * ATR20). I also want to add an U...
0
1
191
asked 3 years ago by Tobiah Rex
Category:
Strategy Guide
Hi, I want to make my strategy scale in and scale out. Below is a trite, yet easy example. Scenario: - BUY @ $1.00 GBP/USD for 2 lots. Desire: - SELL @ $1.0010 (ten pips profit) GBP/USD for 1 lot. Effect: The desired effect here is to reduce the tota...
0
1
432
asked 4 years ago by Parrot Empreendedor
Category:
Strategy Guide
Hi Pete, I wondering if it's possible to write a code for a strategy that has the following criteria: Entry: Buy current expiration (or two weeks out series) weekly ATM Call/Put when TTM_Squeeze triggers and both 20 EMA and 50 EMA are above/below eac...
0
1
97
asked 4 years ago by Jake
Category:
Strategy Guide
Pete, Love what your doing and have watched your videos! I finally came her to ask a question that TD cannot answer for me. When I put through a conditional order to buy a stock, it cuts off my thinkscript code to only include the first 170 charact...
0
1
177
asked 4 years ago by LD
Category:
Strategy Guide
I use the following strategy for my Buy order: When the underlying (LAST) goes above or below a certain price point (hard-coded at 31.9 for this example), the buy trigger is activated and it is supposed to buy the option strike (call or put) that I s...