Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 96648ba

Browse files
commit
1 parent 00ca943 commit 96648ba

File tree

8 files changed

+3
-4
lines changed

8 files changed

+3
-4
lines changed

libkloudtrader/algorithm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
import libkloudtrader.processing as processing
1111

1212
logger = logging.getLogger('narwhal')
13-
logger.setLevel(logging.INFO)
1413
logging.basicConfig(format='%(asctime)s %(module)s %(levelname)s: %(message)s',
15-
datefmt='%m/%d/%Y %I:%M:%S %p')
14+
datefmt='%m/%d/%Y %I:%M:%S %p',level=logging.INFO)
1615

1716

1817
def backtest(symbol: str,

ta-lib/libtool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ available_tags=" CXX"
4444

4545
# ### BEGIN LIBTOOL CONFIG
4646

47-
# Libtool was configured on host 3ae6b3ba4fe8:
47+
# Libtool was configured on host 1238e5426bdb:
4848

4949
# Shell to use when invoking shell scripts.
5050
SHELL="/bin/bash"
@@ -7223,7 +7223,7 @@ disable_libs=static
72237223
# End:
72247224
# ### BEGIN LIBTOOL TAG CONFIG: CXX
72257225

7226-
# Libtool was configured on host 3ae6b3ba4fe8:
7226+
# Libtool was configured on host 1238e5426bdb:
72277227

72287228
# Shell to use when invoking shell scripts.
72297229
SHELL="/bin/bash"

ta-lib/src/.libs/libta_lib.a

0 Bytes
Binary file not shown.

ta-lib/src/.libs/libta_lib.so.0.0.0

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ta-lib/src/ta_common/ta_version.o

0 Bytes
Binary file not shown.

ta-lib/src/tools/gen_code/gen_code

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)