Set up global Signal-Streaming Pipeline where processes can subscribe or dump into #4

Open
opened 2022-07-19 22:59:59 +00:00 by Drezil · 0 comments
Owner

Example:

Time series generates a defined signal "20-SMA crossed while RSI > 80"
->
Dumps into pipe in a generic form

data Signal = Signal
            { symbol :: Text
            , name :: Text
            , shortname :: Text
            , id :: Int
            -- ....
            }

->
other processes can "listen" onto that channel for those signals
->
can execute action


Sources can be:

  • Timeseries-Events
  • External signals (i.e. pull from web)
  • ...

Sinks can be:

  • create Order
  • submit Order
  • cancel Order
  • Get Attention
  • ...
Example: Time series generates a defined signal "20-SMA crossed while RSI > 80" -> Dumps into pipe in a generic form ```haskell data Signal = Signal { symbol :: Text , name :: Text , shortname :: Text , id :: Int -- .... } ``` -> other processes can "listen" onto that channel for those signals -> can execute action ----- Sources can be: - Timeseries-Events - External signals (i.e. pull from web) - ... Sinks can be: - create Order - submit Order - cancel Order - Get Attention - ...
Drezil added this to the V1.0 milestone 2022-07-19 22:59:59 +00:00
Drezil added the
enhancement
label 2022-07-19 22:59:59 +00:00
Drezil modified the milestone from V1.0 to Later 2022-08-04 19:26:44 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Drezil/ibhelper#4
No description provided.