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