Snegir |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, October 7, 2004 |
Thursday, July 7, 2011 12:31:47 PM |
80 [0.03% of all post / 0.01 posts per day] |
|
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?
|
Is it possible to create Premier Stochastic indicator in TC2000 v11, which is available in StockFinder?
|
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
|
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.
|
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.
|
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.
|
Please help me with the formulas that can be used to calculate Pivot Points R4 and S4 in TC2007
|
I get the error message not for all symbols. No error message for IBM, for instance, but for KT it's a different story.
|
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.
|
I will appreciate if you help me to create CMF (period 1) and CMF (period 2) today greater than yesterday. Thank you.
|
|