ansinzhou |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Monday, October 6, 2014 |
Wednesday, November 13, 2019 5:15:43 PM |
34 [0.01% of all post / 0.01 posts per day] |
|
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.
|
great, Thanks Bruce
|
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
|
When I choose US stocks, or Nasdaq, to backtest, results always have extremes because of tick index, how I do I filter those out?
|
When I run a backtest for Nasdaq for the past year. I get errors of +infinity% and -infinity%, and NaN%
|
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't load results.
Is it because I didn't start from the first bar in this code? or what problems is it?
Or what coding can achieve my goal?
Thank you.
|
Hi,
Is there an indicator for the dollar amount traded for a stock on that day.
|
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.
|
I sent the test and email
and I sent the layout once again.
Thank You
|
I sent it
Thank You
|
|