Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
279
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I’ve been wanting to tinker with this one for awhile. Today I have successfully created scans that are synchronized with the studies on my charts. I am wondering if you have created watchlist columns along the way? It would be great to have ...
0
votes
1
answer
296
views
asked 6 years ago by
Category: Strategy Guide
Hi Pete, I was interested in developing a strategy that included when heikin ashi candles changed from red to green, and green to red.  I'm having trouble with that code, and I'm assuming the problem is something relating to the compounded value.  Is...
1
vote
2
answers
768
views
asked 6 years ago by
Category: Chart Studies
Tags:
Hi Pete, I looked through the super complicated code but I could not figure out how to the get the low price of one low inflection point and compare it to the previous low inflection point. Thanks in advance!
0
votes
1
answer
157
views
asked 6 years ago by
Category: Watch Lists
Although I use the News gadgets, I would like to be visually alerted on my chart with a sound (if possible) when there's new news for the stock I'm charting? In reading some of the TOS info, it seems I may be able to set up an Alert of my Watchlist a...
0
votes
1
answer
127
views
asked 6 years ago by
Category: Chart Studies
Hey guys, I'm trying to create a chart label that displays the Historic Volatility onto a chart label with the % to match the one on the options chain. I'm somewhat familiar with the Add Label feature, but having difficulty making sense of the formul...
0
votes
1
answer
1364
views
asked 6 years ago by
Category: Chart Studies
Tags:
Hi Pete, Could you please help get the below code corrected. The objective is to get a label ("SSR") displayed when last price is less than (previous day *.9) coloured green, if possible. I've tried quite a few times to no avail. Thank you in advance...
0
votes
1
answer
71
views
asked 6 years ago by
Category: Chart Studies
I'm setting up a script that displays a buy when the heikin ashi candle is green if the previous is red. And then to sell at the first red candle. However, at the beginning of let's say a 1 year daily chart that starts with a green candle, I will get...
0
votes
1
answer
108
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, when looking to trade a stock a lot of traders look at a stocks previous history for the potential of the stock running up and making large moves to the upside. The question is how we can create a chart label that displays this historical...
0
votes
1
answer
73
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, I am trying to rewrite the stochastic using a programming language and I noticed that the TOS  stochastic indicator has a K Period and D Period of 10 each. They also have a Slowing period of 3.  I was looking  up the math behind the stochast...
0
votes
1
answer
186
views
asked 6 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);...