Skip to content

Update deps#4

Open
pegaltier wants to merge 1 commit into
andrewbaronick:mainfrom
pegaltier:update-deps
Open

Update deps#4
pegaltier wants to merge 1 commit into
andrewbaronick:mainfrom
pegaltier:update-deps

Conversation

@pegaltier
Copy link
Copy Markdown

I got error when trying to install the project because of tulind, i suggest replacing by a pure typescript implementation, it's probably slower but easier to install and onboard people on this project

@pegaltier pegaltier force-pushed the update-deps branch 3 times, most recently from 137c127 to 29d85b9 Compare December 15, 2024 17:50
Comment thread src/strategies/ex1SMA.ts

// Buy if lowSMA crosses over the highSMA
if (lowSMA > highSMA) {
if (lowSMA[0] > highSMA[0]) {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

safer to always return a list of number and use the one we want here

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 this pull request may close these issues.

1 participant