- Questions
- TS Solutions
Votes
Answers
Views
Question
0
1
341
asked 6 years ago by Neha Patel
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
1
368
asked 6 years ago by Neha Patel
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
1
191
asked 6 years ago by Oscar Zapata
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);...
0
1
462
asked 7 years ago by Mike D'Antonio
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...