Beispiel #1
0
def ohlcvt_omg():
    ohlcvt = Ohlcvt("OMGUSD", **config)
    ohlcvt.run()
Beispiel #2
0
def ohlcvt_eos():
    ohlcvt = Ohlcvt("EOSUSD", **config)
    ohlcvt.run()
Beispiel #3
0
def ohlcvt_bch():
    ohlcvt = Ohlcvt("BCHUSD", **config)
    ohlcvt.run()
Beispiel #4
0
def ohlcvt_btg():
    ohlcvt = Ohlcvt("BTGUSD", **config)
    ohlcvt.run()
Beispiel #5
0
def ohlcvt_dash():
    ohlcvt = Ohlcvt("DASHUSD", **config)
    ohlcvt.run()
Beispiel #6
0
def ohlcvt_eth():
    ohlcvt = Ohlcvt("ETHUSD", **config)
    ohlcvt.run()
Beispiel #7
0
def ohlcvt_ltc():
    ohlcvt = Ohlcvt("LTCUSD", **config)
    ohlcvt.run()
Beispiel #8
0
def ohlcvt_etc():
    ohlcvt = Ohlcvt("ETCUSD", **config)
    ohlcvt.run()
Beispiel #9
0
def ohlcvt_btc():
    ohlcvt = Ohlcvt("BTCUSD", **config)
    ohlcvt.run()