add emojis to record breaker log messages #355
No reviewers
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader!355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "record-breaker-indicator"
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?
Adds a visual indicator to the record high and record low messages to show whether for that pair the maximum spreadIn and minimum spreadOut have crossed yet. When they cross, that means that in the spreads we have observed so far we have seen a profitable range. If you had managed to enter the market at the maximum spreadIn and exit at the minimum spreadOut you would have made money. Of course past performance is not an indicator of future performance, but it's a good indication of whether opportunities could possibly exist for a pair in the data we've seen so far.
In the future this check could be used as a very quick way to avoid spending time on processing pairs that haven't ever had the potential to generate a profit. It also ties back to the work I was doing to automatically select entry and exit points based on max spreadIn and min spreadOut. That work is on hold until some of the current projects are completed but I really missed seeing this information in the logs. 😁