Drop search pause config; use default
parent
51a8308105
commit
9792b9aa7d
|
@ -47,11 +47,6 @@ log = get_logger(__name__)
|
||||||
_url = 'https://api.kraken.com/0'
|
_url = 'https://api.kraken.com/0'
|
||||||
|
|
||||||
|
|
||||||
_search_conf = {
|
|
||||||
'pause_period': 0.0616
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Broker specific ohlc schema which includes a vwap field
|
# Broker specific ohlc schema which includes a vwap field
|
||||||
_ohlc_dtype = [
|
_ohlc_dtype = [
|
||||||
('index', int),
|
('index', int),
|
||||||
|
|
Loading…
Reference in New Issue