File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
22The Purpose of the RoibalBot Python Program is to create an automated trading bot (functionality) on Binance
33Utilized Python-Binance ( https://github.com/sammchardy/python-binance )
4+ Advanced-Version capable of all exchanges, all coins (using cctx)
45
56Created 4/14/2018 by Joaquin Roibal
67V 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
810Licensed 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\n Created 2018 by Joaquin Roibal" )
48+ print ("Hello and Welcome to the Crypto Trader Bot Python Script\n Created 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 )
You can’t perform that action at this time.
0 commit comments