|
I am using freestockcharts to export data. Is it possible that the values obtain are different
from TC2000 ?
Thanks
Gabriel
|
|
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.
|
|
Can i send you attachments files because it works for RSI 14 but not for RSI 9 ?
|
|
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
|
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
|
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
|