From adc93c640c53631675392a64fb364a7599030089 Mon Sep 17 00:00:00 2001 From: 5ymph0en1x Date: Thu, 22 Apr 2021 15:04:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7410a1a..f03821c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Sophisticated Scalper Bot for BitMEX using cyclical analysis ------------------------------------

- +

-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.

@@ -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. ------------------------------------