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

Profile: jgivens1
About
User Name: jgivens1
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, February 15, 2007
Last Visit: Tuesday, March 3, 2020 5:31:29 PM
Number of Posts: 22
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: whole numbers
Posted: Thursday, October 28, 2010 7:02:44 AM
I went to the "Customize the Information Displayed in the Watchlist" video and although it did not provide the exact answer it gave me enough info to do it as follows--go to the column and right click, hit edit and check the "round values to whole numbers."  So, my question is answered.
Topic: whole numbers
Posted: Thursday, October 28, 2010 6:49:33 AM

How do I change column numbers to be whole numbers.  For instance for symbol amr Latest float = 245326.00--how do I get it to be 245326?  Same thing for columns created by a pcf calculation--can I choose for one pcf to be displayed as a whole number and another one to be displayed as say 1.02?

Topic: atr 2nd request
Posted: Monday, October 25, 2010 3:11:00 PM

I am trying to use real code to create an entry when the close is greater than the prior close + 1.2 times the 10 day atr.  Neither one of these works.  Can you correct my work?



# ATR = indicator.Average True Range
If Price.Close > (Price.Close(1) + (1.2 * ATR.value)) Then Pass

# ATR = indicator.Average True Range
If Price.Close > (Price.Close(1) + (1.2 * ATR.10)) Then Pass

Topic: plot 4% change custom indicator
Posted: Wednesday, August 25, 2010 12:18:58 PM

Can you help me plot a custom indicator --# of stocks up 4%+ in one day on greater volume than the prior day in either telechart or stockfinder?   I would like to be able to see it and test it just as I can the worden market indicators --ie such as t2108. 

Topic: price to symbol chart
Posted: Saturday, November 7, 2009 11:13:36 AM
nevermind-I got it
Topic: price to symbol chart
Posted: Saturday, November 7, 2009 11:12:53 AM
Topic: price for symbol chart
Posted: Saturday, November 7, 2009 9:53:05 AM
sorry I posted this to telechart--I have now posted it to stockfinder to you can ignore/delete this post
Topic: price to symbol chart
Posted: Saturday, November 7, 2009 9:51:07 AM
price for symbol chart---sorry, just asked this in the telechart area so I'm repeating here--in stockfinder, how to you add a price for symbol chart
Topic: price for symbol chart
Posted: Saturday, November 7, 2009 9:48:27 AM

in stockfinder, how do you create a price for symbol chart

Topic: ATR
Posted: Thursday, August 20, 2009 1:16:52 PM
QUOTE (jgivens1)

QUOTE (Bruce_L)
jgivens1,
The Shared Chart was Shared on 4/10/2009 and is actually called "June Traders Tips" and is authored by Craig_S. The Shared Chart from 6/1/2009 without an author that is just called "June Traders" is not the correct Chart.


Thanks, I see that now.  However, after looking under Craig_S  or 4/10 I do not find "June Traders Tips"
The charts seem to only go back to 5/2--do you know how I could get back to 4/10 and this chart?


Duh, I go it by using Search--I'm ok for now!!!!