Votes
Answers
Views
Question
0
1
86
asked 6 years ago by Joe Cola
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
1
122
asked 6 years ago by Juan Banderas
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
1
91
asked 6 years ago by Hilario Dsouza
Category:
Chart Studies
Tags:
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
1
198
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
1030
asked 6 years ago by Michael Smith
Category:
Stock Scanners
Hi, I am just learning how to use scanning and alerts and have been mildly successful. I am now trying to figure out a way for TOS to alert me when a stock study meets a certain criteria. The example scan I want to create is when the CCI The Commodi...
1
1
87
asked 6 years ago by Mike Daffin
Category:
Chart Studies
Hi Peter, Quick question. I want PersonPivot points displayed in a label. If I use this statement, the label prints to 4 decimal places when I only want it to 2 decimal places. How do I change the output from say from 99.1234 to 99.12? Thanks in adva...
0
1
4027
asked 6 years ago by John Gengler
Category:
Chart Studies
How to set an alert in TOS when price bar closes over or under VWAP?
0
2
145
asked 6 years ago by Juan Banderas
Category:
Stock Scanners
Hello Hahn, I was working in condition wizard and wanted to know how can we filter out stocks that have a mark % change (or even percent change) between -3% to 3% from showing up on scan results. This scan is intended to run between 8am -9:30am and c...
0
1
82
asked 6 years ago by Censsa Frank
Category:
Alerts and Notifications
Hello I would like to add an label which shows me the current day. But instead of the date, it would count the calendar days (not business days). Day 1, Day 2, Day 3, Day 4, Day 5 and then start from new..Day 1... I only got some experience with thin...
0
1
212
asked 6 years ago by rnd59
Category:
Alerts and Notifications
I would like to create an alert to occur when the stock price is above the Atr trailing stop and the price is 6% or less above the Atr trainling stop. Thanks for your help.