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

Profile: Snegir
About
User Name: Snegir
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, October 7, 2004
Last Visit: Thursday, July 7, 2011 12:31:47 PM
Number of Posts: 80
[0.03% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: Premier Stochastic
Posted: Thursday, July 7, 2011 11:53:33 AM
Thank you. By the way, could you suggest how this long formula can be copied into a custom PCF indicator window in TC2000 v.11?
Topic: Premier Stochastic
Posted: Thursday, July 7, 2011 11:10:30 AM
Is it possible to create Premier Stochastic indicator in TC2000 v11, which is available in StockFinder?
Topic: HEIKIN-ASHI CANDLESTICK OSCILLATOR
Posted: Wednesday, June 22, 2011 3:03:11 AM
Is it possible to reproduce in TC2000 a formula for HEIKIN-ASHI CANDLESTICK OSCILLATOR which in Stockfinder looks like that:RealCode: 'Green Candle v1Static haOpen As SingleStatic haC As SingleIf isFirstBar Then haOpen = Price.OpenElse haOpen = (haOpen+(Price.Open(1)+Price.High(1)+Price.Low(1)+Price.Last(1))/4)/2End IfhaC = ((Price.Open+Price.High+Price.Low+Price.Last)/4+haOpen+ _ System.Math.Max(Price.High,haOpen)+System.Math.Min(Price.Low,haOpen))/4If haC >= haOpen Then Pass see: http://www.traders.com/documentation/FEEDbk_docs/2008/12/TradersTips.html#10
Topic: Pivot Point R4 and S4
Posted: Thursday, March 10, 2011 4:10:04 PM
I used Hourly Chart. Pivot Points for Hourly Chart differ only slightly from PP on Daily Chart. While if to calculate PP using formulas you suggested, the difference between them and PP in TC2000 appears significant as indicated in my previous post.
Topic: Pivot Point R4 and S4
Posted: Thursday, March 10, 2011 3:24:02 PM
Examples. TNA: PP S1: TC2000 - 80.67 Your formula: 78.87PP S2: TC2000 – 79.54 Your formula: 74.85 PP S3: TC2000 – 78.23 Your formula: 72.31 Very different results.
Topic: Pivot Point R4 and S4
Posted: Thursday, March 10, 2011 1:31:04 PM
Thank you. But apparently z different set of formulas is used in TC2000 in calculation of Pivot Points. Could you offer a clue what formulas are used in TC2000.
Topic: Pivot Point R4 and S4
Posted: Thursday, March 10, 2011 12:22:25 PM
Please help me with the formulas that can be used to calculate Pivot Points R4 and S4 in TC2007
Topic: CMF Indicator
Posted: Friday, May 14, 2010 10:49:40 AM
I get the error message not for all symbols. No error message for IBM, for instance, but for KT it's a different story.
Topic: CMF Indicator
Posted: Friday, May 14, 2010 10:26:38 AM
When I copy and paste the formulas in TeleChart, I receive a message: Error in Formula Syntax. The formulas apparently have to be modified slightly.
Topic: CMF Indicator
Posted: Friday, May 14, 2010 9:21:41 AM
I will appreciate if you help me to create CMF (period 1) and CMF (period 2) today greater than yesterday. Thank you.