TS Solutions (23)

Votes
Answers
Views
Question
0
votes
1
answer
1117
views
asked 4 years ago by
Category: TS Solutions
Hey Pete, Thanks a bunch for your help in the past with thinkscript!  I recently switched to Tradestation and was wondering if you had a way to convert a CompoundValue code from thinkscript into Easy Language (see below): def Date = GetYYYYMMDD(); de...
0
votes
1
answer
749
views
asked 5 years ago by
Category: TS Solutions
I recently switched to Tradestation from Thinkorswim because I was unable to use the ATR Trailing stop indicator for conditional orders. Now that I am exploring Tradestation I have been unable to accomplish this so far. I can once again use it as an ...
0
votes
1
answer
421
views
asked 6 years ago by
Category: TS Solutions
I am looking how to cancel a limit order. Here's my code:   if Condition1 then Sell next bar at close limit;     How can I make it so that the limit order cancels after 3 minutes? I really need a solution to this answer, any help is gr...
0
votes
1
answer
329
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, Thank you for providing great service to the community. I would like to build a custom column code for tradestation radar screen which includes 2 EMA crossover display as you can see in the attached image. So, if selected fast EMA is grea...
0
votes
1
answer
312
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I have a question about finding a unusual options activity by scanning on thinkorswim and tradestation. If you can create the scanning criteria or code for finding it on both platform will be great. Thank you
0
votes
1
answer
288
views
asked 4 years ago by
Category: TS Solutions
Hello Pete, Hope your healthy and well. When you get a chance, could you make a video demonstrating how to Add Labels on Tradestation 10? I found a video of a someone who added chart labels  onto their indicator. I didn't know that was possible on Tr...
0
votes
1
answer
239
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I have another question about scanning for short interest % for tradestation. Is there a way to find short interest % in tradestation using the scanner or display short interest % as a radar screen column ? Thank you
0
votes
1
answer
183
views
asked 5 years ago by
Category: TS Solutions
dear Pete, i had the following code of thinkorswing and i want to have on tradestation and wants to know if you can help me to solve this issue. the code that i want to get on easy language is the following: def C=close; def avgc10=Average(close,10);...
1
vote
1
answer
182
views
asked 3 years ago by
Category: TS Solutions
Hi Pete, Question. 1.) On tradestation, if I'm looking at a 30 minute chart, is it possible to add multiple aggregation periods into a custom indicator like you can on thinkorswim? ( 1h, 2h, and 4h, D) ? also..... 2.)Thinkorswim has the AddChartBubbl...
0
votes
1
answer
180
views
asked 2 years ago by
Category: TS Solutions
Can you kindly post the code for the MA cloud (https://www.hahn-tech.com/ans/how-to-make-a-cloud-from-emas/) for tradestation? Many thanks