Skip to content

Commit 47522e4

Browse files
authored
Changing to Advanced Version - left Link in description
1 parent 3725814 commit 47522e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/RoibalBot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
22
The Purpose of the RoibalBot Python Program is to create an automated trading bot (functionality) on Binance
33
Utilized Python-Binance ( https://github.com/sammchardy/python-binance )
4+
Advanced-Version capable of all exchanges, all coins (using cctx)
45
56
Created 4/14/2018 by Joaquin Roibal
67
V 0.01 - Updated 4/20/2018
8+
v 0.02 - Updated 5/30/2018 - Converted to Advanced Version: https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance
79
810
Licensed under MIT License
911
@@ -43,7 +45,7 @@ def run():
4345
#time_horizon = "Short"
4446
#Risk = "High"
4547
print("\n\n---------------------------------------------------------\n\n")
46-
print("Hello and Welcome to the Crypto Trader Bot Python Script\nCreated 2018 by Joaquin Roibal")
48+
print("Hello and Welcome to the Crypto Trader Bot Python Script\nCreated 2018 by Joaquin Roibal (@BlockchainEng)")
4749
print("A quick 'run-through' will be performed to introduce you to the functionality of this bot")
4850
print("To learn more visit medium.com/@BlockchainEng or watch introductory Youtube Videos")
4951
time.sleep(5)

0 commit comments

Comments
 (0)