Looking at the exported csv file, I notice that in the price column, none of the prices are listed for any of the sell events. The value reported for sell events is always None. Strangely, all buy side transactions include the prices as expected. How can I get the prices for sell events too?
Looking at the exported csv file, I notice that in the
price
column, none of the prices are listed for any of thesell
events. The value reported forsell
events is alwaysNone
. Strangely, allbuy
side transactions include the prices as expected. How can I get the prices for sell events too?