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: gabriel099
About
User Name: gabriel099
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Monday, April 5, 2010
Last Visit: Thursday, October 8, 2015 8:39:27 PM
Number of Posts: 8
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Wilder RSI calculation
Posted: Saturday, August 18, 2012 9:40:52 AM

I am using freestockcharts to export data. Is it possible that the values obtain are different

from TC2000 ?

Thanks

 

Gabriel

 

Topic: Wilder RSI calculation
Posted: Thursday, August 16, 2012 8:37:03 PM

Thanks Bruce for your time.

It works well for day data but when i try with intraday value i still

don't get good values.

Can you try with with 1 min data for a stock with RSI 9 ?

Your help is greatly appreciated.

Topic: Wilder RSI calculation
Posted: Wednesday, August 15, 2012 7:02:18 PM

Can i send you attachments files because it works for RSI 14 but not for RSI 9 ?

Topic: Wilder RSI calculation
Posted: Wednesday, August 15, 2012 6:21:47 PM

Thank you very much.

Topic: Wilder RSI calculation
Posted: Wednesday, August 15, 2012 9:33:05 AM

Hi Bruce,

just need few more explanations...

I am exporting datas to excel and i want to apply the formula to calculate the wilder RSI value:

For 14 days if i use this formula to calculate average:

Wilder's smoothing = Previous MA value + (1/n periods * (Close - Previous MA))

I don't get the same value from the software.

Can you summarize the formula the software use to calculate the exponential average

to get the same value of the software so that i can apply  rsi = 100 + 100 / (1 + AVG/AVL).

Thanks

Topic: Wilder RSI calculation
Posted: Saturday, May 5, 2012 8:24:27 AM

Thanks Bruce.

Topic: Wilder RSI calculation
Posted: Wednesday, May 2, 2012 12:21:10 PM

I am using freestockcharts and when i export data to calculate the Wilder RSI value using this formula:
  
ex. for RSI 14
 
Wilder's smoothing = Previous MA value + (1/n periods * (Close - Previous MA))
                              = (14 * Previous MA + Close - Previous MA) / 14
                              = (13* Previous MA + Close) / 14

I don't get the same result in Freestockcharts ...
Can you tell me why ?
 
Thank you
 
Gabriel

 

Topic: Fisher Transform
Posted: Sunday, December 25, 2011 11:20:02 AM
I would like to know the formula you are using to calculate the fisher transform for 10 periods.

price = (high + low) / 2

                       price - Ndaylow
     raw = 2 *    ------------------          - 1      N=10
                       Ndayhigh - Ndaylow


smoothed = EMA[5] of raw


                                            1 + smoothed
     fisher = EMA[3] of log      ------------
                                             1 - smoothed


or                                                   1 + smoothed
     fisher = EMA[3] of  0.5 * log     ------------
                                                       1 - smoothed


Thank you