Questions (2343)

Votes
Answers
Views
Question
0
votes
1
answer
65
views
asked 5 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
107
views
asked 5 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
72
views
asked 5 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
184
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);...
0
votes
1
answer
945
views
asked 5 years ago by
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
vote
1
answer
71
views
asked 5 years ago by
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
votes
1
answer
3791
views
asked 5 years ago by
Category: Chart Studies
How to set an alert in TOS when price bar closes over or under VWAP?  
0
votes
2
answers
136
views
asked 5 years ago by
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
votes
1
answer
53
views
asked 5 years ago by
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
votes
1
answer
203
views
asked 5 years ago by
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.