You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
Lucky is a trading framework for Julia designed to
7
7
8
-
-(very) rapidly test and deploy trading statregies with next to zero code change between the two.
9
-
- run very fast by leveraging Julia's multiple dispatch paradigm and [Rocket.jl](https://github.com/ReactiveBayes/Rocket.jl) as its **asynchronous** and **reactive** core.
10
-
- being super simple to start with and modular to tailor and extend to different needs.
8
+
- rapidly test and deploy trading statregies with next to zero code change between the two.
9
+
- run fast by leveraging Julia's multiple dispatch paradigm and [Rocket.jl](https://github.com/ReactiveBayes/Rocket.jl) as its **asynchronous** and **reactive** core.
10
+
- being super simple to start with although remaining modular to tailor and extend to different needs.
11
11
- accomodate different kind of strategies, data or experiements (market making, random process simulation, etc.) leveraging Julia's powerful math libraries ecosystem.
12
12
13
13
## Example code
@@ -16,20 +16,17 @@ A documented and working example is available in the examples folder [here](http
16
16
17
17
## Integrations
18
18
19
-
Lucky.jl is designed to be extendable to any API data source (including brokers) and/or data types.
19
+
Lucky.jl is designed to be extendable to any API data source (brokers, exchanges, etc.) and/or data types.
20
20
21
21
At the day of writing, the libray integrates the following integrations:
0 commit comments