Strategy Guide (193)

Votes
Answers
Views
Question
0
votes
1
answer
97
views
asked 5 years ago by
Category: Strategy Guide
I have tried to put in the following code into a conditional order and get the following errors. Low Close[1],
0
votes
1
answer
94
views
asked 6 years ago by
Category: Strategy Guide
Hello Pete, A custom study that I use for my trading system produces multiple long entry signals before producing a short entry signal and vice versa. Using these extra signals to add on to my position, is there a way to reprint these signals in a st...
0
votes
1
answer
93
views
asked 5 years ago by
Category: Strategy Guide
Hello Pete Is there any way to check the Spread between Bid and Ask before entering a trade. e.g Below is an order to buy 10 option calls on google, but the bid is at $3 and ask is at $3.90, so the SPREAD IS 0.90. How can the spread be checked before...
0
votes
1
answer
93
views
asked 4 years ago by
Category: Strategy Guide
Hi, So, how to set the conditional order to not stop after the firs trigger? Can we set it such that it will keep triggering orders until we manually stop or set another condition for stop? Thanks! Andrew
0
votes
1
answer
92
views
asked 4 years ago by
Category: Strategy Guide
Howdy, I am just learning how to code in thinkscript (no previous experience in coding). But after tinkering with other people's sample scripts coupled with few of my own, I was able to come up with some useful, albeit basic, strategies. So far, I ha...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Strategy Guide
A prior post asked about generating alerts indicating time and price for a specific, individual underlying based on trade signals generated by a strategy. I have a strategy from which I would like to create real orders. Could this be done by converti...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Strategy Guide
I've had some good luck poking around in here but am having trouble adapting my strategy code. Some background of a similar dummy strategy: Entry Conditions (if ANY of the following is valid): Daily 50SMA crossed above 200SMA OR Daily 50SMA > Dail...
0
votes
1
answer
89
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Do you know if there is a way to add a date range to a strategy for execution of orders and backtesting? Example: Oil goes up every year sometime between January 1 and February 15th. I would like to have this date range as part of a strategy...
0
votes
1
answer
88
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, When testing back strategies is there a way to test for specific dates or strategy between specific dates?
0
votes
0
answers
87
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
Hi, I am new in thinkscript. I know there is AddOrder function to add an order. If I want to abort the order that has been made, how to abort the order ? I can't find AbortOrder function.