communication.py 228 B

1234567891011
  1. ONLINE = "online"
  2. TARGET = "target"
  3. BOTH = "both"
  4. NONE = "none"
  5. LOCAL = "local"
  6. GLOBAL = "global"
  7. DAPU = "dapu"
  8. DYNAMIC_DAPU = "dynamic_dapu"
  9. EMA = "ema"
  10. DYNAMIC_EMA_ONLINE = "dynamic_ema_online"
  11. SELECTIVE_EMA = "selective_ema"