You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
I don't know if you guys are interested or not but I created a private clone of this repo a few days ago and started a huge refactor as well as converted everything to typescript.
I'm able to get it to run on my machine already as-is but there is still a ton more work left to do.
My main goals:
Get rid of all the side effects
The s object gets passed around and mutated
This makes it difficult to track down bugs and trace exactly what's happening
Implement ES6/Typescript classes
Use functional programming principles where possible
Reduce code repetition (DRY principles)
New structure with a heavy focus on separation of concerns
Stretch Goals:
Create a behavior tree to process signals
Allow multiple currency/asset pairs to run simultaneously
Cross-exchange arbitrage
Implement Node 10.5 treading to offload TI/TA processing from the main thread
The text was updated successfully, but these errors were encountered:
I don't know if you guys are interested or not but I created a private clone of this repo a few days ago and started a huge refactor as well as converted everything to typescript.
I'm able to get it to run on my machine already as-is but there is still a ton more work left to do.
My main goals:
s
object gets passed around and mutatedStretch Goals:
signals
The text was updated successfully, but these errors were encountered: