jake-aft / tradeflow

Preliminary attempt to model algorithmic trading tasks as directed acyclic graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Instruments for easy algorithmic trading tasks modelling with dataflow graph approach.


Makes heavy use of:


Main abstractions:

    Environment: {
                    API methods: {
                                    reset,
                                    step,
                                  },
                    Graph: {
                            Operations/Nodes: {
                                                Kernels
                                              },
                            States/edges
                           }
                  }

                

```

About

Preliminary attempt to model algorithmic trading tasks as directed acyclic graphs


Languages

Language:Python 100.0%