-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get ADX for 13,8 #145
Comments
Can you provide me some example data (input data, output data, and output expected data)? Best, |
hi Dario,
i am attaching two excel sheets
one with ADX setting 14,14 and another with 13,8 setting
i need trend.adx to produce output for 13,8
both output of excel files cs-adx(14,14) and cs-adx(13,8) tally with
tradingview charting platform
ta module output for standard setting (14,14) also tally with tradingview
charting platform
i am unable to calculate for (13,8) setting using ta module.
regards
Sri
…On Tue, Apr 21, 2020 at 2:05 AM Darío López Padial ***@***.***> wrote:
Can you provide me some example data (input data, output data, and output
expected data)?
Best,
Dario
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#145 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDBVLYC447JNIOXI3UN3ADRNSWZTANCNFSM4MMV5FCA>
.
--
|
Hi @srinivasaai, I think you missed the excel files. Best, |
hi
Pls find the attached excel files
rgds
sri
…On Tue, Apr 21, 2020 at 6:35 PM Darío López Padial ***@***.***> wrote:
Hi @srinivasaai <https://github.com/srinivasaai>,
I think you missed the excel files.
Best,
Dario
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#145 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDBVLZGHVOULN2H7ILDJVLRNWKZBANCNFSM4MMV5FCA>
.
|
Hi @bukosabino , Appreciate the work here. I too noticed ADX calc is incorrect. In my case, ADX value appears constant throughout my dataset. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi , pl guide me how to get ADX smoothing period 8 and DMI lookback period 13, i tried to do it by inserting new variable m=8 and change n =13 in the trend.py code but i couldnt get the correct results
when i compare it with chart on tradingview with adx(13,8) setting.thanks
The text was updated successfully, but these errors were encountered: