Skip to content

Commit

Permalink
Merge pull request #1 from ctubio/master
Browse files Browse the repository at this point in the history
Update from ctubio
  • Loading branch information
b-seite committed Nov 4, 2017
2 parents a38683c + 3098733 commit 1db834a
Show file tree
Hide file tree
Showing 15 changed files with 607 additions and 306 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ branches:
only: master

before_install:
- curl -XPURGE "https://camo.githubusercontent.com/9ef7a5cd3411885c59a9ece91514b084371f7049/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f63747562696f2f4b727970746f2d74726164696e672d626f742f746f74616c2e7376673f6d61784167653d32353932303030266c6162656c3d646f776e6c6f6164732532306c6173742532303231253230636f6d6d697473";
- test $TRAVIS_OS_NAME == "osx" && brew install --with-default-names gnu-sed || :;
- test $TRAVIS_OS_NAME == "linux" && make travis || :;

Expand Down
8 changes: 8 additions & 0 deletions MANUAL.md
Expand Up @@ -192,6 +192,14 @@ Time | Side | Price | Size | BuyTS | SellTS | Notes

* `periodsᵉʷᵐᵃ` - Maximum amount of values collected in the sequences used to calculate the `ewma?` quote protection. After collect sequentially every 1 minute the value of the `fair value`, and before place new orders, a limit will be always applied to the new orders price using a `ewma` calculation, taking into account only the last `periods` periods in each sequence.

* `ewmaTrend?` - Use a trend protection of double `periods` (Ultra+Micro) smoothed lines of the price to limit uptrend sells and downtrend buys.

* `threshold` - When trend stregth is above positive threshold value bot stops selling, when strength below negative threshold value bot stops buying.

* `ultra` - Time in munites to define Ultra EMA

* `micro` - Time in munites to define Micro EMA

* `stdev`

* `Off` - Do not limit the price of new orders.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ V_UWS := 0.14.4
V_UV := 1.15.0
V_SQL := 3200100
V_QF := v.1.14.4
KZIP = a20ae85a275121c0fddfdd04f4c0ee8afba6b972
KZIP = 191338adea1e234992173940acca93434a29fd23
KARGS = -Wextra -std=c++11 -O3 -I$(KLOCAL)/include \
src/server/K.cxx -pthread -rdynamic -DUSE_LIBUV \
-DK_STAMP='"$(shell date --rfc-3339=seconds | cut -f1 -d+)"' \
Expand Down
24 changes: 24 additions & 0 deletions README.md
@@ -1,3 +1,27 @@
```c++
#include <iostream>

int main()
{
std::cout << "Hello World! did you know?";
}
```
<p align="center"><img src="https://user-images.githubusercontent.com/1634027/32386807-b0bd1808-c0c2-11e7-9d98-9cb28e6fd51d.jpg" /></p>
<p align="center"><img src="https://user-images.githubusercontent.com/1634027/31733764-e79df244-b43c-11e7-9186-92b6744db290.png" /></p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<p align="center">I am from a country that is certainly old,<br />
It has been a long time forgotten and oppressed.<br />
<br />
I am from a country where fear is called sanity,<br />
that walks one step forward and two backwards.<br />
<br />
I am from a country that slowly breaks down,<br />
and between illusions and frustrations goes forth.</p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<p align="center"><img src="https://user-images.githubusercontent.com/1634027/31734164-1ab05c66-b43e-11e7-9e52-3fd874045876.jpg" /></p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />

[***REFUGEES WELCOME!***](http://www.refugeesaid.eu/rab-campaign/)

[![Release](https://img.shields.io/github/release/ctubio/Krypto-trading-bot.svg)](https://github.com/ctubio/Krypto-trading-bot/releases)
Expand Down

0 comments on commit 1db834a

Please sign in to comment.