Skip to content

Commit

Permalink
add scraping and notifications (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberPunkMetalHead authored Sep 25, 2021
1 parent 9a53cee commit 028163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def main():

# place a live order if False
else:
order[coin['symbol']] = create_order(symbol_only+pairing, volume, 'SE')
order[coin['symbol']] = create_order(symbol_only+pairing, volume, 'SELL')
order[coin['symbol']]['tp'] = tp
order[coin['symbol']]['sl'] = sl

Expand Down

0 comments on commit 028163b

Please sign in to comment.