use btc-eth as default pair for analyze graph

This commit is contained in:
Janne Sinivirta 2017-09-29 09:37:29 +03:00
parent b2f4778352
commit b97f0f0705

View File

@ -165,7 +165,7 @@ def plot_dataframe(dataframe: DataFrame, pair: str) -> None:
if __name__ == '__main__':
# Install PYQT5==5.9 manually if you want to test this helper function
while True:
test_pair = 'BTC_ANT'
test_pair = 'BTC_ETH'
#for pair in ['BTC_ANT', 'BTC_ETH', 'BTC_GNT', 'BTC_ETC']:
# get_buy_signal(pair)
plot_dataframe(analyze_ticker(test_pair), test_pair)