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: 502beta
About
User Name: 502beta
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, November 29, 2008
Last Visit: Wednesday, February 5, 2014 8:26:17 AM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: RSI Wilder PCF code
Posted: Thursday, December 26, 2013 3:24:13 PM

In the Tradelist columns I have a column labeled "rsi3 < 30" and the code for the PCF is rsi3 < 30. If I want to use the RSI Wilder&#39;s ( rather than the plain RSI) what code should I use? I tried "wrsi3" and "rsiw3" but those don&#39;t work.

Topic: ATR 50
Posted: Monday, June 27, 2011 4:56:28 PM
I need the PCF formula for the average true range for 50 periods. I want TC2000 to add the atr50 to the last price and display it on the watchlist.
Topic: VIX
Posted: Sunday, January 9, 2011 11:27:17 AM
what is the symbol for the VIX in telechart?
Topic: macd peak or bottom
Posted: Monday, October 25, 2010 2:11:37 PM
I copied and pasted your formulas into the pcf window one by one and ran 'Test' on each. The result was the same every time "False".

Market days needed to calcualte criterion varied.

I use this formual to signal a turn up in the stochastic curve and it works. "STOC12.3 > STOC12.3.1 AND STOC12.3.1 < STOC12.3.2" 

Can I do the same thing with MACD histogram bars?
Topic: macd peak or bottom
Posted: Friday, October 22, 2010 9:16:19 AM
I want to build a scan for assets whose MACD histogram has peaked or bottomed out.

That is, the highest positive histo bar is followe by a lower one  -  OR  - the lowest negative histo bar is followed by a higher one.

How do I write such a scan?