TomCallan / pyine

A package for pine script based trading in python.
https://discord.gg/rtW4tagG
MIT License
126 stars 36 forks source link

Contribution #4

Open mfuentescas opened 2 years ago

mfuentescas commented 2 years ago

Hi, thanx for your work, it is awesome. Are you going to implement wma function?

TomCallan commented 2 years ago

Hi, thanks for your interest. I have no plans to develop the current version of pyine as I’m currently working on v2 which is vastly more feature rich. Until it is released, I’d recommend checking out python-talib. From: @.> Sent: 03 February 2022 20:23 To: @.> Cc: @.***> Subject: [TomCallan/pyine] WMA? (Issue #4)

Hi, thanx for your work, it is awesome. Are you going to implement wma?

— Reply to this email directly, view it on GitHubhttps://github.com/TomCallan/pyine/issues/4, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APMMVVT2VDA2SFNM2UBHBLTUZLP5ZANCNFSM5NP6I4YA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

markokhman commented 2 years ago

Do you have any idea when the v2 can be released? I'm so excited :)

TomCallan commented 2 years ago

I’m currently planning to release it in stages. The initial version should be out in the next couple of weeks but the new conversion engine will probably take quite a bit more work to get finished and as a student its not at the top of my list of things to get finished. Glad to hear you’re excited though! Things like that drive me to keep developing it.

utx0 commented 2 years ago

any updates? Think a few of us could help out too

TomCallan commented 2 years ago

Finally have some time to work on this again. I've created a dev branch which contains all of my process on v2. Most of the code there should work, (if I remember correctly) however, I have now begun to rewrite the main backtest engine.

@utx0