We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db5b22 commit 77e7c7dCopy full SHA for 77e7c7d
QuantConnect.BitfinexBrokerage.ToolBox/BitfinexExchangeInfoDownloader.cs
@@ -141,7 +141,7 @@ public IEnumerable<string> Get()
141
var description = $"{baseLabel}-{quoteLabel}";
142
var contractMultiplier = 1;
143
// default value for minimum_price_variation
144
- var minimum_price_variation = "0.00001";
+ var minimum_price_variation = "0.00000001";
145
// default value for lot_size
146
var lot_size = "0.00000001";
147
// follow exchange reference format
0 commit comments