add emojis to record breaker log messages #355

Merged
scionaltera merged 1 commit from record-breaker-indicator into master 2021-03-02 17:15:29 -08:00
scionaltera commented 2021-03-02 16:34:14 -08:00 (Migrated from github.com)

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. 😁

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. 😁
dazito (Migrated from github.com) reviewed 2021-03-02 16:34:14 -08:00
lilianchiassai (Migrated from github.com) approved these changes 2021-03-02 17:01:15 -08:00
Commenting is not possible because the repository is archived.
No description provided.