Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5ymph0en1x authored Apr 22, 2021
1 parent 9d5b2d9 commit adc93c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Sophisticated Scalper Bot for BitMEX using cyclical analysis
------------------------------------

<p align="center">
<img width="640" src="FFT_5.png">
<img width="640" src="Figure_3.png">
</p>

Here's a proof-of-concept that illustrates the use of Fast Fourrier Transform to analyse cyclical events. We have dedicated a lot of time to ensure stability and robustness to this algorithm. It starts by caching historical data (in order to speed up its treatment) for several minutes and then comes the analysis and after that, the decision process kicks in.
Here's a proof-of-concept that illustrates the use of Geometric Brownian Motions to gain an edge. We have dedicated a lot of time to ensure stability and robustness to this algorithm. It starts by caching historical data (in order to speed up its treatment) for several minutes and then comes the analysis and after that, the decision process kicks in.

<p align="center">
<img width="640" src="Interface_2.png">
Expand All @@ -17,7 +17,7 @@ Here's a proof-of-concept that illustrates the use of Fast Fourrier Transform to

## Installation / Execution

Just download the latest release, install it and launch the exe to see the simulation mode in action with real-time data coming from BitMEX. No API keys needed. If you want to reset the test, just delete 'order.csv' (if present), 'position.csv' and 'pnl.csv'...
Just download the latest release, install it and launch the exe to see the simulation mode in action with real-time data coming from BitMEX. NO API KEYS NEEDED.

------------------------------------

Expand Down

0 comments on commit adc93c6

Please sign in to comment.