For above and below signals there should be a binary option where signals can either be 1 or 0 rather than fitting the -1, 0, 1 standard grouping.
Modify
- The Python
src.ml.data_processing.signals.py method to account for these changes, as well as its dispatch tables for DataFrame Fitting
- The Go module to account for these inside its
technicals/relationship.go dispatch table
For
aboveandbelowsignals there should be a binary option where signals can either be1or0rather than fitting the-1,0,1standard grouping.Modify
src.ml.data_processing.signals.pymethod to account for these changes, as well as its dispatch tables for DataFrame Fittingtechnicals/relationship.godispatch table