You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINIMUM_PROFIT_VOLUME = { key : 0.01/value for (key, value) in BALLPARK_VALUE.iteritems()} # {"currency" : "minimum profit} we want the equivalent of 0.01 dollars
TRADE_MODE = "paper" # paper or real
# Initial balance of each currency, used in paper trading mode