Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: ansinzhou
About
User Name: ansinzhou
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Monday, October 6, 2014
Last Visit: Wednesday, November 13, 2019 5:15:43 PM
Number of Posts: 34
[0.01% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Filter indicator between specific dates
Posted: Friday, February 19, 2016 1:46:25 PM

Hi,

I created an indicator A1.

If I want to Filter for All stocks that had A1 show up, between specifc dates. And add them to a watchlist. How may I achieve this?

 

Thank you.

Topic: Price Percentage Change
Posted: Saturday, January 30, 2016 8:42:09 AM

great, Thanks Bruce

Topic: Price Percentage Change
Posted: Thursday, January 28, 2016 1:34:02 PM

Hi,

When I create a column and sort stocks by percentage change. When I click edit, I can choose over how many days from today I want to account for. But how do I accomplish for example if I want to sort the stocks by percentage change for example, from may 2014 to may 2015?

 

Thank You

Topic: Backtesting problems2
Posted: Tuesday, October 6, 2015 9:48:11 AM

When I choose US stocks, or Nasdaq, to backtest, results always have extremes because of tick index, how I do I filter those out?

Topic: Backtesting Problems
Posted: Tuesday, October 6, 2015 1:35:42 AM

When I run a backtest for Nasdaq for the past year.  I get errors of +infinity% and -infinity%, and NaN%

Topic: Filter coding
Posted: Thursday, September 3, 2015 12:43:23 AM

Hi,

I have an indicator A that on the graph that has a value of 1 or 0. 

Starting from the first bar onward,

I want to code an indicator D that plots 1 when A=1, however filters out when A=1 the next 20 days and resets, so after 20 days, when A=1, D=1 again, and then filter another 20days and so forth. My code looks like this

 

'# Youx = chart.YouxiaoguodingA   (this is indicator A)

Dim TempA as single

Dim D as integer

Dim C as integer

Dim i as integer

TempA = Youx.value

D =0

C=0

i=0

While true

if tempA = 1

D=1

while c<20

i = i-1

c=c+1

D=0

end while

else

i= i-1

end if

tempA = Youx.value(i)

end while

Plot = D

 

However this code freezes the software and won&#39;t load results. 

Is it because I didn&#39;t start from the first bar in this code? or what problems is it? 

Or what coding can achieve my goal? 

 

Thank you.

 

Topic: Amount
Posted: Thursday, August 13, 2015 3:04:24 PM

Hi, 

Is there an indicator for the dollar amount traded for a stock on that day. 

Topic: Price indicator
Posted: Tuesday, August 4, 2015 5:35:58 PM

It does not plot properly. It plots a straight line on a certain value like 0.18, but then has drops that drops into the -250k, -500k. 

Topic: Price indicator
Posted: Tuesday, August 4, 2015 5:12:50 PM

I sent the test and email

and I sent the layout once again.

 

Thank You

Topic: Price indicator
Posted: Tuesday, August 4, 2015 4:54:21 PM

I sent it

 

Thank You