bitshares-core
bitshares-core copied to clipboard
Ticker Statistics / Wash Trading
The ticker returns volume for past 24h. Does wash trading have any effect on this? I assume not, but wanted to ask.
Background: I am trying to create an ES query that removes wash trading, and I get different numbers there ...
Ticker data is for all trading activities.
Do market fees count as volume?
Volume is pays
or receives
of fill_order_operation
, when is_maker == true
. See the code: https://github.com/bitshares/bitshares-core/blob/e8a255822ca2c10d47084515668fd2d3d91973b0/libraries/plugins/market_history/market_history_plugin.cpp#L163-L165 https://github.com/bitshares/bitshares-core/blob/e8a255822ca2c10d47084515668fd2d3d91973b0/libraries/plugins/market_history/market_history_plugin.cpp#L171-L177 https://github.com/bitshares/bitshares-core/blob/e8a255822ca2c10d47084515668fd2d3d91973b0/libraries/plugins/market_history/market_history_plugin.cpp#L195-L196