- 社区
- 经验交流
- How can i get the depth of the market when backtesting?
How can i get the depth of the market when backtesting?
Author:
zhouxx2550, Created: 2018-12-15 21:32:25, Updated:
更多内容
Zero ```
var depth = exchange.GetDepth();
```
or ensure depth obtain success, use
```
var depth = _C(exchange.GetDepth);
```