Skip to content
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

Integration and documentation with Indicators.jl #153

Open
smishr opened this issue Mar 2, 2023 · 0 comments · May be fixed by #155
Open

Integration and documentation with Indicators.jl #153

smishr opened this issue Mar 2, 2023 · 0 comments · May be fixed by #155

Comments

@smishr
Copy link

smishr commented Mar 2, 2023

I tried to use some market data stored in TSFrame objects, and applied momentum models from Indicators.jl, which defines its methods on AbstractVectors and AbstractMatrix types. See my repo. Indicators is one of the popular TS methods packages in Julia and their methods worked surprisingly well when passing a vector/matrix projection from TSFrame objects. This is great because there is a lot of functionality in Indicators which can readily be used for TSFrames. Specifically, they have methods defined for rolling regressions and MA processes etc.

I think the connection between Indicators.jl and TSFrames can be made more explicit. Firstly, test complete integration between the packages. If there are some things required for integration, write them as issues. Indicators takes and return plain vectors and matrices. With some scaffolding this could take and return TSFrame object. Look into creating a documentation page with examples using TSFrames with Indicators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant