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

Commit 00ca943

Browse files
commit
1 parent 47f337f commit 00ca943

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed

libkloudtrader/algorithm.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
from libkloudtrader.enumerables import Data_Types
1010
import libkloudtrader.processing as processing
1111

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

1718
def backtest(symbol: str,
1819
strategy: 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 d7ff6ef66f53:
47+
# Libtool was configured on host 3ae6b3ba4fe8:
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 d7ff6ef66f53:
7226+
# Libtool was configured on host 3ae6b3ba4fe8:
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)