Poloniex Market Ticks
This commit is contained in:
parent
a411c648cc
commit
356ac8450f
|
@ -273,7 +273,7 @@ namespace Core.MarketAnalyzer
|
||||||
new ParallelOptions { MaxDegreeOfParallelism = 5 },
|
new ParallelOptions { MaxDegreeOfParallelism = 5 },
|
||||||
(key) =>
|
(key) =>
|
||||||
{
|
{
|
||||||
if (!marketTicks.TryAdd(key, Bittrex.GetMarketTicks(key, systemConfiguration, log)))
|
if (!marketTicks.TryAdd(key, Poloniex.GetMarketTicks(key, systemConfiguration, log)))
|
||||||
{
|
{
|
||||||
// Failed to add ticks to dictionary
|
// Failed to add ticks to dictionary
|
||||||
throw new Exception("Failed to add ticks for " + key + " to the memory dictionary, results may be incorrectly calculated!");
|
throw new Exception("Failed to add ticks for " + key + " to the memory dictionary, results may be incorrectly calculated!");
|
||||||
|
|
Loading…
Reference in New Issue