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

Add warm up phase to a strategy. #15

Closed
cwouter opened this issue Jul 5, 2019 · 0 comments
Closed

Add warm up phase to a strategy. #15

cwouter opened this issue Jul 5, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@cwouter
Copy link
Member

cwouter commented Jul 5, 2019

The HitBTC API sends an initial batch of 100 candles. This initial set of data should be ignored by the strategy. Otherwise it might trigger false signals based on historical data.

We can circumvent this behaviour by using it as "warm up" data. This means that "updateCandles" will be triggered once the exchange is sending real time data.

@cwouter cwouter self-assigned this Jul 5, 2019
@cwouter cwouter added this to To do in MVP Jul 5, 2019
@cwouter cwouter moved this from To do to In progress in MVP Jul 5, 2019
@cwouter cwouter added the enhancement New feature or request label Jul 5, 2019
@cwouter cwouter moved this from In progress to Done in MVP Jul 20, 2019
@cwouter cwouter closed this as completed Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
MVP
  
Done
Development

No branches or pull requests

1 participant