Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: mcubas
About
User Name: mcubas
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Thursday, April 7, 2011
Last Visit: Sunday, October 1, 2017 10:27:00 AM
Number of Posts: 69
[0.02% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Simplification of condition
Posted: Sunday, June 4, 2017 5:04:41 PM

Will try it. Thanks!

Topic: Simplification of condition
Posted: Saturday, June 3, 2017 6:54:08 PM

Hello, 

I am trying to simplify a condition. the complete formula would have 100 lines, here is the abbreviated version:

(ABS((C*100) / C1 -100) +

ABS((C1*100) / C2 -100) +
ABS((C2*100) / C3 -100) +
ABS((C3*100) / C4 -100) +
...
ABS((C99*100) / C100 -100)
)/100 > 1.98
 
where the "..." are all the lines in between C3 and C99
 
would there be a way to simplify this so i don't have to type 1oo lines?
 
Thanks!
Topic: Suggestion: earning dates column on watchlists?
Posted: Wednesday, April 12, 2017 8:23:18 AM

Thanks! Is there any way you could add that to Freestockcharts premium in the future?

Topic: Suggestion: earning dates column on watchlists?
Posted: Tuesday, April 11, 2017 2:00:08 PM

Hi,

I use Freestockcharts Premium, and think it would be very helpful if you could add a column with the earnings dates for the stocks I am looking at, basically to avoid getting into a stock that is close to reporting earnings. If you do have that could you please let me know how to find it?

 

Thanks!

 

Martin 

 

Topic: Column to sort tickers that have bigger % moves on average
Posted: Saturday, April 1, 2017 10:18:32 AM

I was playing around with formulas based on your suggestions and I came up with this formula for my Custom PCF indicator:

 

ABS((C*100) / C1 -100)

 

over a period on 100 days works like a charm. thanks for your guidance!

Topic: Column to sort tickers that have bigger % moves on average
Posted: Friday, March 31, 2017 4:12:51 PM

I am using the Premium version of Freestockcharts.com, maybe that is why it works differently. Thanks!

Topic: Column to sort tickers that have bigger % moves on average
Posted: Friday, March 31, 2017 2:50:27 PM

Hey Bruce,

 

Sorry to bother you again. I tried entering

100 * AVG(ABS(C / C1 - 1), 100)  

as a condition formula, so I can the use it as a column on my watchlist, but I can't because there is a syntax error. I guess something is missing. Could you please guide me on how to do it?

 

Thanks again!

Topic: Column to sort tickers that have bigger % moves on average
Posted: Friday, March 31, 2017 2:22:27 PM

That's great, Bruce. Thanks so much!

Topic: Column to sort tickers that have bigger % moves on average
Posted: Friday, March 31, 2017 1:22:48 PM

Hi,

I was wondering if there is any column that could tell me which tickers have bigger % moves on average. The "Price Volatility" Column does not seem to work very well, I think. Is there another one like that?

Topic: Formula to get the value of today's upper and lower bollinger band value
Posted: Wednesday, January 30, 2013 12:46:14 PM

Thanks Bruce, That is just what I needed!