Poloniex Market Ticks

This commit is contained in:
HojouFotytu 2019-03-13 18:57:05 +09:00
parent a411c648cc
commit 356ac8450f
1 changed files with 1 additions and 1 deletions

View File

@ -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!");