Implement trade-to-best-performer algorithm #3
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 29 minutes 59 seconds
Due Date
eric
29 minutes 59 seconds
No due date set.
Dependencies
No dependencies set.
Reference: Finance/kraken-bot#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A simple algorithm for day-trading would be to simply trade to whichever coin has increased in value relative to USD over a given period. Implement this algorithm as a baseline for development.
This algorithm was previously implemented (with some additional features such as filtering by r value) and is defined in the file
MyStrategy.py
at the time of this post. It has now been implemented as the active strategy.This has been completed with Finance/kraken-bot#6