jgivens1 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, February 15, 2007 |
Tuesday, March 3, 2020 5:31:29 PM |
22 [0.01% of all post / 0.00 posts per day] |
|
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.
|
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?
|
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
|
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.
|
nevermind-I got it
|
|
sorry I posted this to telechart--I have now posted it to stockfinder to you can ignore/delete this post
|
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
|
in stockfinder, how do you create a price for symbol chart
|
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!!!!
|
|