Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
junhocho committed Jul 14, 2017
1 parent f72785f commit 2eb475a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bots.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# 0.00% 0.08% ≥ 60,000 BTC
# 0.00% 0.05% ≥ 120,000 BTC

# OKcoin # https://www.okcoin.com/user/foreignIndex.do?random=18
# Level 0 Level 1 Level 2
# 200BTC 5000LTC 1000ETH

# BITHUMB : MAKER/TAKER 0.15 %
# 0.0005 BTC
Expand Down
14 changes: 14 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
# TODO : USD limit reached, gets over at final with.
# TODO : alt_in_tx, btc_in_tx visualize
# TODO : visualize with visdom
# TODO : avoid pending. Use LTC / DASH ? fast transactions
# TODO : check daily transaction limit in check_transaction
alt_onetrd_amount_dict = {
"BTC": 0.03,
"ETH": 0.2,
Expand Down Expand Up @@ -161,6 +163,18 @@ def wait(iter_s):
iter_s= time.time()

try:
## TODO : Log parameters.
#krx_bot.altkrw_buy_price
#krx_bot.altkrw_sell_price
#krx_bot.btckrw_buy_price
#krx_bot.btckrw_sell_price
#krx_bot.buy_price
#krx_bot.sell_price
#polo_bot.sell_price
#polo_bot.buy_price
#polo_bot.btcusdt_buy_price <-- add more
#polo_bot.btcusdt_sell_price

krx_bot.collect_price()
polo_bot.collect_price()
except Exception as e:
Expand Down
3 changes: 3 additions & 0 deletions plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@
)


import pandas as pd
df = pd.DataFrame(np.random.rand(10))
df.to_csv("file_path.csv")

0 comments on commit 2eb475a

Please sign in to comment.